2014-07-08, 15:14:50
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
<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