Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1466129

    Hi,
    I’m building a website and I was wondering if there’s a possibility to remove the fade effect at the bottom of the element when i enable the fold/unfold option.

    #1466179

    Hey Konrad,

    Thank you for the inquiry.

    Please add this css code to disable the fold/unfold fade transition:

    .avia-fold-unfold-section .av-fold-unfold-container,
    .avia-fold-unfold-section .av-fold-unfold-container::after {
      transition: none !important;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    #1466212

    Hi Ismael,
    thank you for the quick response. Sadly, even though I added the code to my quick css and disabled both file compression settings, the fade effect is still present

    #1466271

    Hi,

    Thank for the update.

    This is working correctly on our end. Have you tried purging the cache or checking the site using a different browser or device?

    Best regards,
    Ismael

    #1466508

    Hi,
    I tried both, purging cache and using a different device and nothing changed

    #1466587

    Hi,

    We tried creating a new page to test the issue, but we can’t switch to the Advanced Layout Builder (ALB) because the button is missing. How do you switch to the ALB, and when did this issue occur? Where did you add the element with the fold/unfold option? We can’t find any in the for-startups page.

    Best regards,
    Ismael

    #1466686

    Yeah, this bug started to occur some time ago. If you want to create a new page to test the issue you can just create a copy of any page (e.g home page), then delete every element from the copied page and now you have a blank page, thats how i usually do it. The fold/unfold option is used in the “program” section of for-startups page.
    Thanks

    EDIT: I updated enfold and now the button to enable layout builder is there agaijn

    • This reply was modified 2 weeks, 2 days ago by Konrad.
    #1466700

    Hi,

    Thank you for the info.

    The fade animation is no longer visible when we checked the elements. Please test this in incognito mode or provide a short clip showing how it appears on your end.

    Best regards,
    Ismael

    #1466708

    This is how it looks on my end with the incognito mode https://ibb.co/42W7pdz

    #1466712

    Hi,

    I thought you’re referring to the transition effect. To remove the background gradient, please add this css code:

    .avia-fold-unfold-section .av-fold-unfold-container::after {
        background: transparent;
        transition: none;
    }

    Best regards,
    Ismael

    #1466722

    Thanks a lot. Now it works exactly as i wanted it to. Sorry for the misunderstanding.

    #1466761

    Hi,

    No problem! Glad to know that it’s now displaying as expected. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove the fade effect on fold/unfold element’ is closed to new replies.