• no one

    (@fabpatgmailcom)


    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/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author miro.mannino

    (@miromannino)

    Can you give me a link of the page that has this errors?

    Thread Starter no one

    (@fabpatgmailcom)

    Hi miro.
    Sorry, the owner have deleted the pages.

    I seem to be having the same issue – visible on https://www.boningale-greensky.co.uk/gallery/
    Wordpress 4.1.1
    FJG version 3.3.5

    Plugin Author miro.mannino

    (@miromannino)

    Hi domster83…

    You situation is a little complicated…
    In your site there is something that add some random <p> inside the HTML… (without the closing </p>)

    <div id="flickrGal0" class="justified-gallery" ><a href="" rel="flickrGal0" title="p1760645419-o635224929-3"><img alt="p1760645419-o635224929-3" src="https://farm8.static.flickr.com/7640/16566531057_8d4231ec99_m.jpg" data-safe-src="https://farm8.static.flickr.com/7640/16566531057_8d4231ec99_m.jpg" />
    <div class="caption">
    <div class="photo-title">p1760645419-o635224929-3</div>
    </div>
    <p></a><a href="" rel="flickrGal0" title="p1707711547-o635224929-3"><img alt="p1707711547-o635224929-3" src="https://farm8.static.flickr.com/7590/16772720252_0464b12883_m.jpg" data-safe-src="https://farm8.static.flickr.com/7590/16772720252_0464b12883_m.jpg" />
    <div class="caption">
    <div class="photo-title">p1707711547-o635224929-3</div>
    </div>

    You need to disable all of your installed plugin, one by one, refreshing the page, to see when this error disappear. If it doesn’t work try to change your theme. Tell me where is the error

    I’ve done some checking, its not a plugin, it appears to be the theme we are using. Its called Inspired but its only tested up to WP3.5.
    Issue could be related to its shortcake implementation: https://www.ads-software.com/support/topic/inspired-theme-not-working-with-update-381?replies=1

    Plugin Author miro.mannino

    (@miromannino)

    So can you confirm that changing the theme the gallery works correctly?

    Despite that a theme that add random <p> it’s not really a good thing…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Lightbox do not working’ is closed to new replies.