Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Homepage › How to make a landing page without the navigation menu (for non-members)
- This topic has 3 replies, 3 voices, and was last updated 4 years, 11 months ago by
Manathan.
-
AuthorPosts
-
Seth DeleryParticipant@sethdelery
- 4 Topics
- 6 Posts
I am trying to make a landing page for visitors who are not logged in to learn about what we do. I do not want or need the navigation menu on the left side for this because there is no need for the social intranet features for non members.(PIC 1) Shows the Side Nav Menu that I want to be able to turn on and off on certain member and non member pages.
As of now I have a landing page made in Elementor with the Elementor Canvas Template so that the side nav bar would not appear (PIC 2). The problem with this is that I need the secondary menu to still appear, which it does not. I am forced to use the Nav Menu in Elementor as a Secondary menu, but it does not have any functionality (stick menu, buttons, customization).(PIC 2)
Also, the Accordion and Tabs features in Elementor do not work on the live site.(PIC 3) And for some reason all the text and icons appear red on the live site, which is not the colors I see when working on the site. (PIC 3) The hamburger menu on mobile and tablet do not function when clicked. (PIC 4).
I am having a few more problems, but these are the most urgent.
June 6, 2020 at 22:38 #13717AndreaParticipant@youfriend- 26 Topics
- 133 Posts
Hi @sethdeler
I’m trying to do something similar to you, isn’t best solution but… let me know if work
– First change on Page attributes > template > elementor full width
Then add this code in custimize css:
/*------------------ * Hide the primary navigation menu items on Homepage. ------------------*/ @media (min-width: 992px){ .home .vertical-navbar { display: none !important; }} @media (min-width: 992px){ .home.grimlock--navigation-fixed-left #site { margin-left: 0px !important; }} @media (min-width: 992px){ .home.grimlock--navigation-fixed-left .hamburger-navbar{ margin-left: -275px !important; }} @media (min-width: 992px){ .home.slideout-wrapper { display: none !important; }}
ps: switch “.home” with “Id Page” if you are using other home then default
June 8, 2020 at 13:57 #13780@themodactyl- 0 Topics
- 6758 Posts
Hi @sethdelery,
Thank you for bring these issues to our attention. We’re glad to answer any question related with the setup of our theme.
However, it very difficult for us to provide the best support possible and to keep track of issues and their resolution if you so many questions are asked in the same topic.
Moreover, it’s easier for us to share the resolution for a single issue with other members of our community facing the same problem.So, could you split your questions into different topics?
By doing this, you will be making a great contribution to this forum, and we thank you very much for that! 🙂Thank you.
June 9, 2020 at 14:21 #13837@themodactyl- 0 Topics
- 6758 Posts
Thank you @youfriend for sharing this tip with us! 🙂
June 9, 2020 at 14:21 #13838 -
AuthorPosts
The topic ‘How to make a landing page without the navigation menu (for non-members)’ is closed to new replies.