Forum Replies Created
-
AuthorPosts
-
July 12, 2017 at 1:04 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #819978
This is not the problem. Please read my original post, or the follow up on July 3, 2017 at 1:38 pm
July 9, 2017 at 10:41 am in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #818357OK, thanks
July 7, 2017 at 10:48 am in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #817739Hi Victoria,
I’m on Chrome, on Android, Sony Xperia Z3 Compact
Thanks
July 6, 2017 at 11:22 am in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #817148Hi Victoria,
Are they still visible on your mobile after you navigate using one of the options in the menu?
July 3, 2017 at 5:53 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #815981Yes, tried that. Only have Yoast and Twitter running – deactivating both didn’t change the result
July 3, 2017 at 1:38 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #815879It’s not that they don’t show up, they do… the problem is that they disappear after you open the menu.
So if you tap the menu then select one of the menu items (e.g. Pricing), the browser scrolls to the relevant anchor but both the menu icon and back to top button are no longer visible. Both reappear once the page has been refreshed.
You can see the menu icon disappear immediately after you tap it, as if it’s being set to
display: none;
by some JSJuly 3, 2017 at 1:06 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #815866Hi Basilis,
These are the quick CSS codes:
/* sticky header on mobile */
.html_header_top.html_header_sticky #header {
position: fixed !important;
display: block;
}/* Back to Top on mobile */
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}Backend login below…
Thanks
June 29, 2017 at 1:32 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #814447Ah yes, sorry… Added link to the Private Content field.
Thanks.
-
AuthorPosts