• Hi, i set up the page scroll to ID before recently updating my theme, (LUXE)

    Now it seems to only scroll back to the top of the website.

    I had it all working correctly before the theme update. and i cant find out why its now not working. please help.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    Your theme’s HTML markup has an error which causes the issue. The error is that your HTML is missing the doctype declaration: <!DOCTYPE html>

    Your HTML starts like this:

    <html class="no-js" lang="en-GB">
      <head>

    which is invalid. It should start like this:

    <!DOCTYPE html>
    <html class="no-js" lang="en-GB">
      <head>

    All HTML documents must start with a declaration. Fixing this will fix the issue with the scrolling (and any other related issues you might have).

    Let me know

    Thread Starter moulageinteriors

    (@moulageinteriors)

    Ah Great thanks for looking into this, Where would i update my theme’s HTML markup to include the doc type please I am looking through the theme files but cant find where this is. please help.

    Plugin Author malihu

    (@malihu)

    You’re welcome. I don’t know which theme template to change unless I have access to your theme files. You either contact the theme developers and ask them or I’d have to have access to your theme files in order to help (you can contact me here if you want).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Auto scroll only scrolls back to the header’ is closed to new replies.