• Hello!
    My site is https://www.vardelos.com, I’m using the foliage_mod theme and have a problem with Lightbox. As soon as I activate the plugin (or any lightbox plugin, tried 3 different ones) the pull down meny stops working. I’m guessing it’s because they both use the scriptabulous javascripts but I can’t see why that would stop it from working. Lightbox works when I activate it though. Any ideas? I’m not in the mood for changing theme just to use Lightbox. Thanks /Mikael

Viewing 1 replies (of 1 total)
  • you can also intall it without a plugin from the original auhtors page https://www.huddletogether.com/projects/lightbox2/

    and on this page there is a possible bug explained…the script doewn′t work at all?

    It doesn’t work at all. The image opens up in a new page. What’s wrong?
    This is commonly caused by a conflict between JS scripts. Check your body tag and look for an onload attribute. Example:
    <body onload=”MM_preloadImages(‘/images/menu_on.gif’)…;”>
    A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
    <body onload=”MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()”>

    now you can search this entry in he pluginscript and change and see waht happens then or use another plugin. good luck

Viewing 1 replies (of 1 total)
  • The topic ‘Foliage_mod theme with Lightbox doesn’t work’ is closed to new replies.