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

    Hi Enfold Team,

    I’ve used the „accordion“ Element as I used it several times before, but it did not work. The toggle(s) stay(ing) closed.
    Firefox: No reaction, Safari: No reaction, Chrome: Jump to „nirvana“ ;-P

    gventi.andreasanselm.de
    You’ll find the accordeon at the area „wir“ beyond both of the portraits named „Meine Vita“

    I’ve checked out if one of my plugins will cause that – they causes not.

    So please can you check the issue. That would be great.
    In the private conetnt you’ll find the Login Data, and also the passowrd for the password protection

    Another question:
    Is there a way to set the height of the fold/unfold option in a text elemt to zero.
    So that only the Button could be used to show the content?
    (this question has leaded to solve the requirement with the accordion)

    #1413102

    Hey andreas_anselm,

    Thank you for the inquiry.

    We can reproduce the issue on our end but we are not yet sure what is causing it. There are no errors or warning in the browser console. Did you modify any of the template or scripts?

    Best regards,
    Ismael

    #1413112

    Hi Ismael,

    thank you for your emali.

    That’s a god point. I’ve moidfied waypoints in a java script (got it from one of your support posts) to get the animation action of the masonry gallery earlier.
    I’ve deleted the script…
    aaaand: Now it works propper.

    And at the end, think I do’nt need the script anymore.
    So all is perfect.
    Thank u for your input.

    But
    do you have a idea for my second question? About the hieght of the fold/unfold option in Text elements?

    kind regards
    Andreas

    #1413184

    Hi,

    Glad to hear that the issue has been resolved. Regarding the fold/unfold option, it is possible to achieve with some CSS modifications.

    .av-fold-unfold-container.folded {
        max-height: 1px !important;
    }
    

    Please note that the CSS code above will affect all elements with the fold/unfold option. If you only want to apply it to a specific element, you can use the Advanced > Developer Settings > Custom CSS Class | Custom ID Attribute field and adjust the CSS selector above accordingly.

    Best regards,
    Ismael

    #1413222

    Hi Ismael,

    thank u for your mail.
    works fine :)
    thank u

    best regards
    Andreas

    #1413253

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1413296

    Hi Rikard,

    thank you. Yes, please close it ;)

    Best regards,
    Andreas

    #1413334

    Hi Andreas,

    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Accordion not opening / toggle not working’ is closed to new replies.