-
Can you please look to see why my main menu is missing from all pages? I have tried every setting and cannot find it.
-
Hi there,
Can you assign the admin role to the user? As the current role does not allow me to check the settings.
Let me know 🙂
-
Yes. You are admin now.
-
I have not heard back from you. Please advise?
-
Alvind
Hi there,
Apologies for the delay — your last response slipped through our helpdesk system.
Please go to Appearance > Elements and edit the Full width, hide title, hide featured image element.
Then under the Disable Elements tab, uncheck the Site Header, Mobile Header, and Primary Navigation options.
-
Thats better. I am having problems with the News page:
The header Image and title are now taking up 3/4 of interface and are not moving when someone vertical scrolls?
It did not behave this way previously. How do I get it to move up with the content so that you can scroll through and see the posts?
-
Hi there,
I don’t see any issue on your news page; it looks normal to me.
This is what I see. Let me know if I miss anything.
-
It’s the mobile view that is the problem.
-
It seems you’ve modified the CSS at customizer > additional CSS.
The original CSS from the Lens template is attached below. Please copy and paste it to your site to replace the mistakenly modified CSS:
.blur { backdrop-filter: blur(10px); } @media(min-width:1024px) { .header-wrap { right: 50%; position:fixed; } .site-footer { position: fixed; bottom: 0; width: 100%; } .gb-container.sticky { position: sticky; top: 0; } } .hover-darken:hover:before { opacity:0.6; } .hover-darken:hover h2 { opacity:1; } .hover-darken h2 { opacity:0; } .hover-darken, .hover-darken * { transition:all 0.3s ease; }
- You must be logged in to reply to this topic.