• Resolved kmmdaly

    (@kmmdaly)


    Hi there,

    I have created a gallery but when it is viewed live, the images are not visible unless I mouse over the images. Then when I click, the image opens a new window rather than a pop-up. I have lightbox enabled. I have not found a conversation focused on this specific issue, but if there is another related thread, let me know.

    Here is a shortlink to my site so you can see what is happening:
    http://goo.gl/bSsp6i

    Thanks

    https://wordpress.org/plugins/envira-gallery-lite/

Viewing 1 replies (of 1 total)
  • Hey!

    Two things I’m seeing right away:

    1) Your site is outputting the following javascript error in the browser’s console which indicates that either your active theme or another plugin on your site is not compatible with the latest version of WordPress (4.5+):

    jquery.js?ver=1.12.3:2 Uncaught Error: Syntax error, unrecognized expression: #site-navigation a[href*=#]:not([href=#]), header.header a[href*=#]:not([href=#])

    Will you be sure to update all plugins and confirm that your theme is compatible with WordPress 4.5+ to resolve the error? See more discussion about this specific error at https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7#post-8271654

    2) Your site isn’t outputting any of Envira’s dependencies in the footer of the page source. This will typically indicate that your active theme doesn’t contain the required wp_footer(); tag; typically located just before the closing </body> tag in your theme’s footer.php template file. If your theme doesn’t contain this tag you’ll need to add it.

    After resolving both of those issues will you check that your galleries are then functioning as expected?

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Envira Gallery not visible without scroll over’ is closed to new replies.