So at the top left of the page in the navbar the company logo is located (Apologia). When that icon is pressed the page reloads and takes the user back to the top.
I would like to avoid the screen beeing reloaded and instead have the page scroll back to top when the logo in the navbar is pressed.
The only difference beeing that the page is not reloaded.
Hello!
Thank you for the plugin, it works great as a whole.
When I click the company icon on the top menu the page reloads. I'd like to have it scroll to top instead.
For the rest of the page I'm using "Page scroll 2 ID"-plugin which works good.
Thankfull for your input.
Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Ah,
So at the top left of the page in the navbar the company logo is located (Apologia). When that icon is pressed the page reloads and takes the user back to the top.
I would like to avoid the screen beeing reloaded and instead have the page scroll back to top when the logo in the navbar is pressed.
The only difference beeing that the page is not reloaded.
Did that make more sense?
Hi, you need to edit:
/wp-content/themes/thegem/functions.php
line 2109
Change to:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Should I replace the current entry on line 2109?
"
$image->resize($width*$ratio, 0, false);
"
Hi,
you just need to change the line:
to
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Awesome! Works like a charm =)
Thank you very much.
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver