
-
AuthorPosts
-
September 29, 2025 at 9:16 pm #1489660
Hi. On my home page, I have a button (“Start here” or, in Spanish, “Comience aquí”), that is set to jump to another Color Section further down (“Let´s get started” or, in Spanish, “Empecemos”), but instead it is jumping a bit further down that same Color Section.
September 30, 2025 at 6:02 am #1489664September 30, 2025 at 8:02 pm #1489693But on my front end it takes me past the start of that same section of “Empecemos”, both on my Apple laptop and iPhone:
October 1, 2025 at 5:43 am #1489709Hi,
Thank you for the screenshot.
What happens when you disable the text or column animations? It seems to work correctly once the animations have finished.
Best regards,
IsmaelOctober 1, 2025 at 6:43 pm #1489728Hi Ismael,
Could you be more specific as to exactly what element you are referring to? I examined both the button and the Color Section that it jumps to, but don´t see any animation. If possible, screenshots of the instructions would be of great help.
Thanks!
Ramon
October 2, 2025 at 7:09 am #1489738Hi,
Thank you for the update.
The text (or the column containing the text) in the “Empecemos” section is animated, as well as the columns and sections above it. Try to save the home page as a template, then create a test page and disable all animations from the top of the page down to the “Empecemos” section. After that, test the page and let us know the result.
Best regards,
IsmaelOctober 2, 2025 at 1:08 pm #1489762Hi Ismael,
But how do I turn off the animation?
Regards,
Ramon
October 3, 2025 at 7:22 am #1489796Hi,
The column animations can be disabled under the Advanced > Animation tab. We created a copy of the home page, disabled all animations and added the following filter using the Code Snippets plugin (named “Enfold Header Scroll Offset”). This resolved the scroll issue.
Please make sure to purge the cache before checking the page (see private field).
function avf_header_setting_filter_mod($header) { $header['header_scroll_offset'] = $header['header_scroll_offset'] + 200; return $header; } add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.