Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello jberazo,

    Can you please share a link to the page on your website where I can test the form?

    Please note, our free version does not have ajax, as a result, the entire page is loaded.

    Plugin Contributor Lap

    (@lapzor)

    Since we didn’t hear back from you on this forum I will now close this ticket as resolved. Don’t hesitate to contact us again if you have any questions.

    fitorenore

    (@fitorenore)

    Hi, I have same issue, here is a link to my web: https://www.maistendencia.com (form is located at right sidebar near “ultimas entradas” section, with label “lista de correo”)
    When user clicks submit button, message is not visible and they have to scroll up to see it.

    Thanks in advance

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello fitorenore,

    I just tested it and it works with most themes including the default WordPress themes. It’s difficult for us to find the cause of this issue on your website without disabling other plugins and switching themes.

    For now, I would suggest adding below line of code to the “functions.php” file in your active theme:

    add_filter( 'mc4wp_form_auto_scroll', '__return_false' );

    The above code will disable the “Auto Scrolling” function in our plugin. Please note, this would cause the page to not scroll when the page reloads and your user would need to manually scroll to the form to see the success message.

    We are now working on an update that will use browsers default scroll function to handle this in a much better way. While we can’t promise a date when the update would be released, you can keep a track on the progress by going to https://github.com/ibericode/mailchimp-for-wordpress/issues/273.

    P.S. I would kindly request you to create a new support request in future as it makes it easier for us to track each issue and the original post creator does not get notifications.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello fitorenore,

    In case you do not wish to wait for the official update please find a link below to the updated version. You would need to delete our plugin on your website before you install this updated version.

    https://www.dropbox.com/s/s855shhk0r8kf3i/mailchimp-for-wp.zip?dl=0.

    fitorenore

    (@fitorenore)

    Hello Harish and thanks for your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page jump after clicking "submit"’ is closed to new replies.