Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    It looks like the plugin JavaScript file isn’t loading. A couple things you can try/look into:

    1. Check the theme’s footer.php file and ensure that <?php wp_footer(); ?> is included right before the closing </body> tag.
    2. There may be a conflicting plugin. I see references to tabs in your pages code. Do you have another plugin installed that uses tabs or accordions, or is that functionality bundled with the theme?
    Thread Starter sadviser

    (@sadviser)

    Hi Phil,
    I have set the footer to be diplay:none as I did not want it to show at all.
    As with the plugins…I have no other plugins installed that has this action. I downloaded and installed this plugin as I normally do. Do you think it might already have an inbuilt functionality?? If so, should I remove the plugin?
    Thanks,
    David

    Thread Starter sadviser

    (@sadviser)

    Hi Phil,
    The footer tag you suggested is in fact there fyi.
    Thanks,
    David

    Thread Starter sadviser

    (@sadviser)

    I also tried deactivating your plugin and it still didn’t work ??
    Thanks,
    David

    Thread Starter sadviser

    (@sadviser)

    Accordion and Google Maps are the only two plugins installed…It was not working even without the Google Maps plugin???
    Thanks,
    David

    Thread Starter sadviser

    (@sadviser)

    Hi Phil,
    It looks as though the theme does have an inbuilt functionality…I do like you plugin better though.
    Thanks,
    David

    I had the same problem. The accordion.min.js file was not being loaded at all. It’s working now, but I’m not clear on how I fixed it. Here’s what I did.

    My first idea was to mannually enqueue the script in my functions file, so I did. But I screwed up the php and got an error. So I removed my enqueue code. When I reloaded the page, the accordion js was suddenly loading. Now it works.

    I also have a caching plugin installed on the site. I don’t know if that caused a problem, and perhaps it was flushed and that got it working.

    Plugin Author philbuchanan

    (@philbuchanan)

    A caching plugin can certainly cause issues.

    @sadviser: It might be something that is built into the theme. Do you know what theme you are using?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Accordions not working’ is closed to new replies.