Hi Dylan,Super awesome plugin! I’m facing an is…

closed

Hi Dylan,

Super awesome plugin! I’m facing an issue tho that recently occured, where it scrolls to the bottom of the page every time I click next or finish.

Can you help resolving this? The link to the page is here: http://opdag-eux.dk/test-di…

This thread has been imported from harmonicdesign.ca/hd-quiz/

February 27, 2019 at 11:38amEmil Valentin

Hi Emil,I just took a look at your site and I think the issue is with your CSS.

Your site is using the scroll attribute on your html element. The problem is that the html element shouldn’t ever be a scrollable element. I am 99% sure that this is the cause of your problems.

The poor CSS code is located in /wp-content/themes/werkstatt/assets/css/app.css.

My recommendation is to add the following to your child theme CSS file /wp-content/themes/werkstatt-child/style.css

html, body {overflow: auto !important;}

That code should force the html and body elements to actually act the way they are supposed to and should fix the issue for you. Please let me know if you need any further assistance.

27 February 2019 — 14:21support admin Dylan

That worked beautifully!

Thanks a lot 😉

Excllent! Glad you were able to fix on your end so quickly 🙂

If it’s not too much trouble, I would really appreciate it if you could leave a review on the official WordPress plugin page.

Please let me know if you ever need further support.

28 February 2019 — 16:28support admin Dylan

This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.