Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29204

    Hi,

    Since updating to Enfold 2.1 the accordion displays all toggles closed. The items that are configured to be initially open are closed but do display a ‘-‘ in front of the item name (as opposed to the ‘+’).

    Any thoughts?

    #140021

    Might this be a CSS error?

    #140022

    Hi!

    Following css code is a quick fix – insert it into the quick css field (Enfold > Styling).

    .active_tc.toggle_wrap{
    display:block;
    }

    Then open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestoggles.php and replace

    $contentClass = "activeToggle";

    with

    $contentClass = "active_tc";

    I’ll ask Kriesi to fix it in the next update.

    Best regards,

    Peter

    #140023

    Hello Dude!

    Thanks for getting back to me.

    Your solution results in the toggle now staying visible all the time. So when you visit a web page with the accordion and one of the toggles is set to ‘initially be open’ it is now open. But if I open another toggle the initially open toggle will not close any more.

    Any ideas?

    #140024

    Yes, I found the problem and updated the instructions above. Kriesi obviously renamed the activeToggle class to active_tc and forgot to replace the string in two files. It will be fixed in the next update.

    #140025

    Major league!

    Thanks Peter, it works perfectly now.

    Cheers,

    Goncalo

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion: since enfold 2.1 update: Accordion Initial Open Item is not working’ is closed to new replies.