Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leslielothamer

    (@leslielothamer)

    please find the site now at sparkexecutive.com/about

    Plugin Author philbuchanan

    (@philbuchanan)

    It looks like you are loading several versions of jQuery. My guess is that is causing all your issues (there are a number of console errors on the site). I see jQuery versions 1.6.2, 2.1.0 and 1.11.1. Two of these have likely been added manually in the header.php file of your theme. Version 1.11.1 is the current version bundled with WordPress 4.1.

    Ideally you should let WordPress automatically load dependencies like jQuery so you don’t run into conflicts. Look into the wp_enqueue_script() for more information. It will ensure that only one copy of jQuery ever gets loaded, even if multiple plugins need it.

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

The topic ‘accordian doesn't close or open’ is closed to new replies.