This topic has 11 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello,
I just recently bought this theme (and unlike the legenda theme which I created for a different website) I noticed when scrolling down on a tablet or mobile device the top menu header(i.e. logo and menu options) doesn’t appear on top as you move down on the page like it does when viewing on computer. Is this something I have to enable somewhere? Or is this not a function in this theme?
Thank you.
Hello,
Do you mean fixed header?
Please try to add the following code in Custom CSS for mobile and tablet area (8theme Options->Typography->Custom CSS)
.fixNav-enabled .header-wrapper, .fixNav-enabled .fixed-active .header-wrapper {
position: fixed !important;
}
Regards,
Robert Hall.
Yes that worked.
Also, I’m trying to change the header type to different Variants the theme has featured or preloaded however when I click on a variant and save changes the Variant stays the same. I’ve also deleted the cache and browser but still see the same thing?
Thank you
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content and specify what header type you want to use.
Regards,
Eva Kemp.
Hi Eva,
I’ve provided info in private content. I am running the child theme of classico. I am not sure yet what variant I exactly want as I would like to play around to see which I like best.
I noticed a lot of the changes I try to make on the 8theme options just don’t work, what may be causing this? For example trying to change site layout to a boxed rather than wide layout doesn’t work either.
Thank you.
Hello,
The problem was caused by your cache plugin. I’ve disabled it and removed “cache” folder in wp-content directory. Now changes are taking effect. Please clear browser cache and check.
Regards,
Eva Kemp.
Yes thank you that worked.
Do you recommend I use a cache plugin in the future that will be compatible with the theme?
With the fixed header on mobile/tablet,
I notice on my phone(haven’t checked on tablet) the home page slider gets halfway covered by the fixed header, how can I get that fixed? I prefer the homepage to start normally, and when you scroll down the header popping up like how it does on the legenda theme I have.
Hello,
Please add this code in 8Theme Options > Typography > Custom CSS > Custom CSS for mobile:
.page-heading-slider {
margin-top: 80px;
}
Regards,
Eva Kemp.
Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Mobile or Tablet Scroll Menu Header’' has been successfully resolved, and the topic is now closed for further responses