Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1489664

    Hey ramonolivencia,

    Thank you for the inquiry.

    When we click the button, the document jumps to the “empecemos” section as shown in the screenshot below. Did you figure this out?

    Screenshot-2025-09-30-at-12-00-36-PM

    Best regards,
    Ismael

    #1489693

    But on my front end it takes me past the start of that same section of “Empecemos”, both on my Apple laptop and iPhone:

    Screenshot Empecemos (Half Way)

    #1489709

    Hi,

    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,
    Ismael

    #1489728

    Hi 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

    #1489738

    Hi,

    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,
    Ismael

    #1489762

    Hi Ismael,

    But how do I turn off the animation?

    Regards,

    Ramon

    #1489796

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.