• Resolved machination

    (@machination)


    Anyone know why Fancybox works on individual posts but not the home page?

    For example:
    http://marqspusta.com/7.0/

    Individual post (just click on an entry and you’ll see Fancybox working). Does it have to do with any kind of code stripping?

    Perhaps it has to do with templates, but I’m targeting the same DIV in both cases, and they both exist in the template.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter machination

    (@machination)

    Anyone have any suggestions?

    It should be working. If you view the actual code, you can see that the links do have a class of “fancybox”.

    What is causing this is the fact that two versions of the jQuery library are being loaded on your front page. On the other pages the same version library is loaded twice (from different location) so that does not conflict too much.

    You need to find and clean up the template code and the plugins that load jQuery in a non-WP-safe manner (meaning not using the WordPress designated wp_enqueue_script() function) …

    Thread Starter machination

    (@machination)

    I see two instances of “jquery-1.3.2.js” (one near the top that I just commented out)

    Where’s the third one?

    Thanks!

    Thread Starter machination

    (@machination)

    Nevermind, I see it on line 197

    Hi!

    I am also having some issues as well with my Easy Fancybox not working on my homepage…and can’t tell if I am having issues with jQuery conflicts.

    I currently have the site under construction…so if think you can help, just email me and I can take it off for a few hours for you to look at.

    email is: carla (at) carlarood.com

    Thank you so much!!

    Hi Carla, first check these points:

    1. your images should have the same file extension as set in the Auto-detect field on Settings > Media in the Images section and if not (like jpeg) add the extension seperated by a comma;

    2. set the option Apply to to All image links

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Easy Fancybox] Not working on home page’ is closed to new replies.