Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WebFactory

    (@webfactory)

    Hi,
    None of the plugin’s JS files are included, so either wp_footer() is not implemented properly or there’s some plugin that removes our JS files from the include list.

    Thread Starter mechx1

    (@mechx1)

    Thanks for this, I will check on wp-footer() and find out from our admin if the files were somehow removed from the include list. For the missing Javascript includes, do you recommend a dis-install/re-install to get them back?

    Plugin Author WebFactory

    (@webfactory)

    You’re welcome. Files are not missing, the installation is not damaged. They are simply removed from the include queue. But I’d give 10% chance on that, 90% it’s a missing wp_footer() issue.

    Thread Starter mechx1

    (@mechx1)

    I took a look at footer.php, the end of the file is this:
    `<?php wp_footer(); ?>

    </body>
    </html>

    Looks OK to me

    Plugin Author WebFactory

    (@webfactory)

    Yes, that looks fine. Do you have any caching/minification plugins active?

    Thread Starter mechx1

    (@mechx1)

    Yes, we are running W3 Total Cache. It was off for a few days due to other issues, looks like they turned it back on this morning.

    Plugin Author WebFactory

    (@webfactory)

    I’d start debugging from W3 – disable it.

    Thread Starter mechx1

    (@mechx1)

    OK, I’ll talk to admin about it, they are good guys and want to help. Thanks for this, I’ll come back to close this when I have a solution to post.

    Plugin Author WebFactory

    (@webfactory)

    You’re welcome. If you have the time, please rate the plugin; it helps us out a lot – http://wordpress.org/support/view/plugin-reviews/google-maps-widget

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Lightbox does not display on click’ is closed to new replies.