2014-07-08, 20:25:07
(2014-07-08, 15:14:50)gok Wrote: Thank you. There was a problem with footer.inc.php - removed the code:
<script src = "<? php get_theme_url ();?> / js / jquery.min.js"> </ script>
<script src = "<? php get_theme_url ();?> / js / holder.js"> </ script>
<script src = "<? php get_theme_url ();?> / js / bootstrap.min.js"> </ script>
<script src = "<? php get_theme_url ();?> / js / template.js"> </ script>
And I added this code to header.inc.php according to your suggestion. Now the gallery works on all templates
Yes, this is true, but:
1. Some old web viewers can have problem with showing first pages (homepage). Thay can show blank page without error. (I had one problem with Mozilla, but that was long long time ago. Maybe some problem with earlier version of jQuery). After press Ctrl+F5 everything will be works.
2. Pages will be loaded slower.