Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1422871

    Hi everyone,
    just noticed that Accordions tabs are not working properly anymore on latest version of Chrome (118.0.5993.89).
    When a tab is opened the other overlay the opened tab information or when closing the first tab the others disappear.
    Tested also on Firefox where accordions keep working as usual.
    Asking for your support. I have lot of accordions on my website and it is actually pretty unusable.
    Thank you.

    #1422913

    Hey WPStyling2020,

    Could you post a link to where we can see the problem in question please?

    Best regards,
    Rikard

    #1422921

    Sure!
    Thank you.

    #1422964

    Hi,

    Thank you for the update.

    We have already located the issue and will have it fixed in the next patch. In the meantime, please add this css code.

    .toggle_wrap {
      display: none;
    }

    Best regards,
    Ismael

    #1423007

    Hi Ismael,
    i’ve tried your css fix.
    It does not cut content in tab anymore but when clicking on an accordion toggle he moves the page on top, so accordions are still unusable.

    #1423565

    Hi,

    Thank you for following up.

    Please remove the previous css code, then add the following modification instead.

    #top .av_toggle_section {
        clear:both
    }
    

    If the issue persists, try to set the Content > Behavior settings to Multiple toggles open allowed.

    Best regards,
    Ismael

    #1423576

    Only the code below works for me

    .toggle_wrap {
      display: none;
    }

    Updated enfold and tried the other code with behavior set to multiple toggles open and opening and closing a few different toggles causes it to bug out

    #1423586

    Hi planttilesseo,

    If you need further help with this, then please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.