Lightbox do not working
-
Hi,
in the transition from “Flickr Photostream” to “Flickr Gallery Justified”, the Ligthbox is no longer functioning.In Settings, I have tried to turn on both Swipebox and Colorbox alternately (clicking the relative checkbox to include them) without success (using in pages [flickr_set]).
The problems are these:
- the photos are downloaded from Flickr regularly but are not horizontally aligned and remain upright;
- the spinner remains visible;
-
The pictures remain “stuck” in the following tag
<div style="height:39px;" class="Justified-gallery">
making visible only 39pixel (height) of the first image of the album.
Everything brings to think that is originated by JavaScript code, unfortunately in the console are not reported exceptions.
Below, I list the jQuery libraries used in the code of the page (in the last test I used Colorbox).
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/core.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/position.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/button.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.2'></script>
<script type='text/javascript' src='/wp-content/plugins/flickr-justified-gallery/js/jquery.justifiedGallery.min.js?ver=4.1'></script>
<script type='text/javascript' src='/wp-content/plugins/flickr-justified-gallery/js/flickrJustifiedGalleryWPPlugin.js?ver=4.1'></script>
<script type='text/javascript' src='/wp-content/plugins/flickr-justified-gallery/lightboxes/colorbox/jquery.colorbox-min.js?ver=4.1'></script>
https://www.ads-software.com/plugins/flickr-justified-gallery/
- The topic ‘Lightbox do not working’ is closed to new replies.