• Resolved piektom

    (@piektom)


    Hi
    Yesterday I updated my 2.7 WP to 2.8 version. Nextgen gallery too – the newest version is 1.3.4
    Unfortunately now the old gallery doesn’t work properly. I cannot show my galleries in thickbox nor lightbox, like in the past. When I click on photo thumbnail, the full-size photo is displayed on blank site.

    Any idea what’s wrong?
    direct link to galleries:
    https://www.mokofashion.com/index.php/projekty?album=1&gallery=5

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. Another of my plugins (Events Calendar) that uses thickbox is also broken now by the upgrade 2.7 to 2.8.

    I had the same problem until I took a closer look at the markup.
    A temporary fix is to link to the thickbox.js file in header.php

    <?php wp_head(); ?>
    <script type='text/javascript' src='https://yoursite.com/wp-includes/js/thickbox/thickbox.js'></script>
    </head>

    The same principle applies to other javascript libraries.

    Thread Starter piektom

    (@piektom)

    thanks!,
    I’ve just solved problem – added wp_footer php function into footer.php file ?? now it works great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery]’ is closed to new replies.