• Hello,
    Ive created and accordion. The items on the site are not opening and closing. Im using the Divi theme. Ive already tried disabling all plugins except accordion and that still didn’t work.
    Please advise. Thank you in advance.

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

    (@haimsr)

    Just an FYI – It seems to work on mobile- iphone 7
    thanks

    yep same issue in Divi

    I have the same problem, as well

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello condog and katerjerry,

    Can you please both of you share m your accordion page url?

    Thanks

    Plugin Author wpshopmart

    (@wpshopmart)

    If you using divi theme then you will need to do small update in them js file.

    Follow my steps here –

    Step-1 : Open your theme directory and then open Divi theme folder.

    Step-2 : Now open js folder, here you will see a file name is custom.js open it on any editor

    Step-3 : Go to near line no. 808 and then find below js code there –

    		$( 'a[href*="#"]:not([href="#"])' ).click( function() {
    		

    Step-4 : Replace it with this given of code

    $( 'a[href*="#"]:not([href="#"]):not([data-toggle="collapse"])' ).click( function() {

    Step-5: Save your code and then check your accordion page.

    Let me know if you will get any issue.

    Thanks

    I have the same issue. I think it is a conflict with jquery smooth scroll. Any advise on how to fix this?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Accordians not opening and closing’ is closed to new replies.