-
AuthorPosts
-
September 3, 2024 at 1:53 pm #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.September 4, 2024 at 5:47 am #1466179Hey 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,
IsmaelSeptember 4, 2024 at 1:03 pm #1466212Hi 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 presentSeptember 5, 2024 at 4:39 am #1466271Hi,
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,
IsmaelSeptember 9, 2024 at 10:16 am #1466508Hi,
I tried both, purging cache and using a different device and nothing changedSeptember 10, 2024 at 4:53 am #1466587Hi,
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,
IsmaelSeptember 11, 2024 at 11:14 am #1466686Yeah, 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.
ThanksEDIT: I updated enfold and now the button to enable layout builder is there agaijn
- This reply was modified 2 months, 1 week ago by Konrad.
September 11, 2024 at 12:24 pm #1466700Hi,
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,
IsmaelSeptember 11, 2024 at 12:56 pm #1466708This is how it looks on my end with the incognito mode https://ibb.co/42W7pdz
September 11, 2024 at 1:25 pm #1466712Hi,
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,
IsmaelSeptember 11, 2024 at 3:49 pm #1466722Thanks a lot. Now it works exactly as i wanted it to. Sorry for the misunderstanding.
September 12, 2024 at 3:30 am #1466761 -
AuthorPosts
- The topic ‘Remove the fade effect on fold/unfold element’ is closed to new replies.