Home › Support › Academic Education › Freezing the header and top menu when scrolling
- This topic has 16 replies, 2 voices, and was last updated 6 years, 6 months ago by Shop Manager.
-
AuthorPosts
-
May 17, 2018 at 12:37 am #650ndorcerParticipant
I am trying to freeze the menu header and top from rolling over when scrolling. Please help. Thanks
May 17, 2018 at 6:48 am #652Shop ManagerKeymasterHi,
As per your query, We are providing you some easy steps and CSS to freeze the header and top scrolling.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
.menubar.scrolled {
position: static !important;
}
If you need any other help please let us know.
ThanksMay 18, 2018 at 2:27 am #659ndorcerParticipantThank you. This one worked. But then, it makes the mobile version looks shitty, like when you press the three white menu bars, the menu options roll over the page contents and appears transparent and you can see the page contents in the background. I am concerned because the mobile version is the most accessed version of today’s gen. Help me fix this, PLEASE?
May 18, 2018 at 4:34 am #661Shop ManagerKeymasterHi,
Most Welcome.
We are providing you some easy steps and CSS to remove the transparent part and you can see page contents on mobile view.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
@media screen and (max-width:991px) {
.menubar.scrolled #site-navigation{
top: 50px;
}
#slider {
z-index: -1 !important;
}
}
If you need any other help please let us know.
ThanksMay 22, 2018 at 4:04 pm #670ndorcerParticipantI did insert it, but there is still no change. When accessing my site on mobile, the menu option rolls over the whatever current page contents. Can you give me another code that strengthen the color in drop down menu so that the transparent would disappear? Thanx
May 23, 2018 at 3:40 am #672Shop ManagerKeymasterHi,
Could you please share your site URL. We will check the exact issue and send you the snippet.
Thanks
May 23, 2018 at 6:51 pm #675ndorcerParticipantThis the website http://www.minorityusa.org http://minorityusa.org
- This reply was modified 6 years, 7 months ago by ndorcer.
May 24, 2018 at 5:20 am #679Shop ManagerKeymasterHi,
We are glad you provide your site URL and after checking the menu on mobile view.
The menu is overlapping with content and we need to check your theme.
If you want we can check your theme, make a user for us assign administrator role and send us the username and password along with the site URL.
When you provide us your login details, please mail details on ( support@logicalthemes.com ).
If you need any other help please let us know.
ThanksMay 25, 2018 at 7:27 pm #682ndorcerParticipantI did send you the information you requested but have not heard from you. Thank you.
May 26, 2018 at 3:33 am #683Shop ManagerKeymasterHi Ndorcer,
We are glad you provide us your login details.
And we have fixed the menu issue on mobile view, please make a hard refresh and check it.
If you need any other help please let us know.
ThanksMay 28, 2018 at 3:57 am #685ndorcerParticipantThank you. Now I can resume my task.
May 28, 2018 at 9:32 am #689Shop ManagerKeymasterPleasure. let us know if you have any query.
May 29, 2018 at 4:13 am #690ndorcerParticipantI have finished with my slideshow in the Themes Settings, but I am unable to display it on my homepage. How can I do it?
May 30, 2018 at 3:28 am #696Shop ManagerKeymasterHi,
Have you done these step given below?
1. Create Page to set template: Go to Dashboard >> Pages >> Add New Page.
Label it “home” or anything as you wish. Then select template “home-page” from template dropdown.https://logicalthemes.com/docs/hotel-resort-pro/images/home-page-template.png
2. Set the front page: Go to Setting -> Reading –> Set the front page display static page to home page
https://logicalthemes.com/docs/hotel-resort-pro/images/set-front-page.png
Check and let us know.
Thanks
June 18, 2018 at 6:29 pm #744ndorcerParticipant1# The mobile version of my website http://minorityusa.org fails to display full slideshow on the home page. It appears very tiny and would like to expand in full mode.
#2 the color of drop down menu in the mobile Version is black. I need it green so it can match with the desktop version.
#3 I would like the menu on the mobile version to be sideways 7
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.