Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paris Holley

    (@parisholley)

    sounds like u are running into race conditions, look at your error console to check for errors. most likely the image plugins you are using aren’t using wp_enqueue_script and loading before dependencies are available (ie: jquery)

    Thread Starter jason404

    (@jason404)

    I see. Thanks. I’ll take a look into it.

    It seems strange though, as the fancybox viewer on the accessories site is from a WordPress plugin, so I would have thought it would be using wp_enqueue_script.

    Thread Starter jason404

    (@jason404)

    Both thickbox on the main sites and fancybox on the accessories site are loaded using wp_enqueue_script.

    Is there anything else that could be causing this?

    Thanks.

    Plugin Author Paris Holley

    (@parisholley)

    all the help i can offer. check error console, and if using wp_enqueue make sure the dependency param is used. validate in html source/network console that files in loaded in right order.

    Thread Starter jason404

    (@jason404)

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘is making image lightbox js very erratic’ is closed to new replies.