This topic has 12 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hello!
Is there a possibility to add an back to top button to the idstore theme also on the mobile site?
This would be awesome! Thanks!
Kind regards
Malte
Hello,
Unfortunately there is no such option for mobile. Sorry.
Best regards,
Jack Richardson.
Oh okay!
Will there be an option in the future? Or is there a custom way to include the back to top button for the mobile page?
Next question: After updating the theme to 4.2 the search box is gone in the header in the mobile version. Why?
Thanksin advance!
Hello,
1. Try to use this code in custom.css file:
@media (max-width: 979px) {#back-to-top {
display: block !important;
}}
2. Please add this code in custom.css file:
@media (max-width: 979px) {#searchform .button, .visible-desktop {
display: block !important;
}}
Regards,
Eva Kemp.
Hello Eva!
Thanks for your very quick answer!
I’ve tried it – unfortunatelly both without a solution.
Thanks again!
Hello,
This is because closing }
is missing in your first code.
Correct it.
Regards,
Eva Kemp.
Oh well 🙂 – thanks!
Works now. Only the burger menu is doing strange things when scrolling down. Isn’t clickable when scrolling down. Please check on our site (private content).
Thanks so much!
Hello,
Please provide FTP and WP Dashboard credentials in Private Content.
Regards,
Eva Kemp.
Thanks – please take a look at the private content.
Hello,
We recommend you to hide mobile menu on fixed header as by default fixed header is hidden for mobile view.
You can do this with code in custom.css file:
@media (max-width: 979px) {.fixed-header-area .et-menu-title {
display: none;
}}
Regards,
Eva Kemp.
Hello Eva!
Thanks. I’ve added the code to custom.css – the burger menu is gone, but there is still the “.fixed-header-area”. Tho Logo is still visible when scrolling down.
Thanks!
Hello,
If you want to hide fixed header on mobile use this css code:
@media (max-width: 979px) {.fixed-header-area {
display: none !important;
}}
Regards,
Eva Kemp.
The issue related to '‘Back to top button on mobile site’' has been successfully resolved, and the topic is now closed for further responses