Tagged: menu
-
AuthorPosts
-
May 29, 2018 at 12:10 pm #963614
Hi!
I was wondering..
Is it possible to have the header invisible until you start to scroll?
We want the landing page to be super clear but do want the menu to appear so people know where to navigate.
Can you help?May 29, 2018 at 6:05 pm #963838Hey RandomCreatives,
This should be achievable via css. If you can please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonMay 31, 2018 at 4:11 pm #964818Hi Jordan,
De site page is http://www.randomcreatives.nl
It already worked on desktop but not yet on mobile.
Thanks for your help!May 31, 2018 at 4:12 pm #964819Hi Jordan,
I just realised that we are nog live yet so you can not see the page.
Can you send the solution without seeing it?
Or do you need the inlog?May 31, 2018 at 8:37 pm #964926Hi,
It would be tough as we would need to see your unique layout/classes/etc.
Best regards,
Jordan ShannonJune 4, 2018 at 9:33 am #966384ok. Ik can set the website on visible for a moment.
Can you tell me when you want to check it?
I don’t want it to be visible to long..June 5, 2018 at 5:37 am #966960Hi,
Did you try to set that header behaviour in the Layout on the right hand side of the screen on the edit page?
Best regards,
RikardJune 5, 2018 at 7:03 pm #967373Hi Rikard,
It did work on desktop! But not on mobile :(
If you need to see the layout settings I have to give you a login?
I could do that through the private content box if you want to help right?June 5, 2018 at 7:16 pm #967386Hi,
Yes that info can be added to the private content area and it will only be seen by moderators.
Best regards,
Jordan ShannonJune 7, 2018 at 6:18 pm #969725This reply has been marked as private.June 11, 2018 at 4:49 am #970933Hey!
It did work on desktop! But not on mobile :(
That option is disabled on mobile devices by default. The whole section should be visible on mobile view so you don’t have to hide the header on initial load.
Cheers!
IsmaelJune 11, 2018 at 7:49 am #970958Hi Ismael.
Thanks for the reply.
Thing is.. I don’t want it to be visable on initial load. I want to hide it on initial load.
I want to just show the slider with the logo and when you start scrolling than the menu appears.
Is that possible?June 12, 2018 at 11:57 pm #971960Hi,
Thanks for the update. Yes, it’s possible. Please try this css code on the Quick CSS field.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header.av_header_transparency { position: absolute; opacity: 0; margin-top: -250px !important; } .responsive #top #wrap_all #header { position: fixed; opacity: 1; top: 0; } }
Best regards,
IsmaelJune 17, 2018 at 8:45 am #973833Thanks!
I looks like it working :)June 17, 2018 at 10:21 am #973850Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
RikardJune 7, 2019 at 8:25 pm #1108309Hi Rikard,
Working on that mobile menu again :)
Can you help me get de main menu on top and the secundair menu in de burger?
http://www.randomcreatives.nl
Mobile versionThanks!
June 9, 2019 at 4:20 pm #1108594Hi RandomCreatives,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Or actually, you can try to create a separate menu to show on mobile, here are a few threads on that
Best regards,
Victoria- This reply was modified 5 years, 5 months ago by Victoria.
-
AuthorPosts
- You must be logged in to reply to this topic.