Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Gcpt

    (@gcpt)

    This is my site http://www.gcps.org.au

    Hi Gcpt, can you please explain where I can find the failing image links on your site exactly?

    Thread Starter Gcpt

    (@gcpt)

    Sorry I removed the image browser as it was not working correctly. I now have a single image on the front page which is not opening in fancybox but opening the image file. This seems to only happen on the front page.

    That’s because on your front page there is this code snippet:

    <script type="text/javascript">
     {
      easy_fancybox_handler = null;
    };
    </script>

    at the end of the text widget in that “This Month’s Awarded Images” sidebar area there.

    By the way, why not use the same lightbox instead of two different ones? It will make your front page much faster in load time…

    Thread Starter Gcpt

    (@gcpt)

    I would like to use the same lightbox in the awarded images but haven’t been able to figure out how to achieve this with the bmo plugin. I have that piece of code to prevent the images from the slide strip opening in two lightboxes at once. This is the code for the bmo sliding gallery:
    [BMo_scrollLightboxGallery id=190 slG_vertical=0 duration=slow gallery_width=800 gallery_height=600 thumbs_width=100 thumbs_height=100 slG_caption=1 slG_loopThumbs=1 slG_opacity=100 slG_area=200 slG_scrollSpeed=1 slG_autoScroll=1 slG_aS_stopOnOver=1 slG_responsive=1 slG_relType=’lightbox|_{id}_|’ slG_useLightbox=1 slG_lightbox_text=’image {current} of {total}’ slG_lightbox_opacity=50 slG_lightbox_slideshow=1 slG_lightbox_speed=2500 slG_enableSwipeMode=1]

    <script type=”text/javascript”>
    {
    easy_fancybox_handler = null;
    };
    </script>
    Can you tell me what I need to change to enable just fancybox.

    Try setting the parameter slG_useLightbox=1 to slG_useLightbox=0 and removing the part

    <script type="text/javascript">
    {
    easy_fancybox_handler = null;
    };
    </script>

    Thread Starter Gcpt

    (@gcpt)

    Thank you so much. Works fine. I thought I had tried this but obviously not.

    Thread Starter Gcpt

    (@gcpt)

    Sorry, back to my original problem. Images on front page are opening in the lightbox except for the nextgen image browser. Only the first image opens in the lightbox, subsequent images open the image file. Not a huge problem as the image browser gallery is a temp. feature on the site. But would like to fix this if possible.

    Strange… In my browser (Chromium) all slider images open in FancyBox correctly. What browser are you using? Do you get any error messages in the browser script console?

    Thread Starter Gcpt

    (@gcpt)

    Working for me now. Not sure what the problem was. I’ve actually replaced the image browser with the slideshow as had other problems with it.
    Thanks for your help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not working with nextgen image browser’ is closed to new replies.