HD Quiz

Need to send invoices?
Check out my new WordPress plugin HDInvoice
Limited time launch sale

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

Published: February 27, 2019
Support status: 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/

thread author: Emil 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:21 support admin - Dylan

That worked beautifully!

Thanks a lot 😉

27 February 2019 — 15:36 thread author - Emil Valentin

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:28 support admin - Dylan

If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.

This thread has either been marked as complete or has been automatically closed due to inactivity.