-
AuthorPosts
-
November 2, 2020 at 3:23 pm #1257618
Hello, i got a problem. My client asked me to make the homepage different from the other pages.
the menu background color on the homepage would be blue, and for the rest of the site green.what is the best way to accomplish this?
if i work with a navigation widget, how can i tell to system not to show the menu the default way, so the menu is not displayed double.
As in General Layout i can see no option to NOT show the menu, i only see the options:
Top Header – Left Bar – right Bar.or if i dont work with widgets, and just choose for Logo and main menu area on the left, how can i say: but not for the homepage? The homepage has his own sctucture, without sidebars and header. (also the logo above the menu: it should be displayed only on the homepage, not at the other pages….. So thats why i think working with no sidebars and just make a left column on the homepage would be the most easy as a solution…)
best regards, jelle
ps: ive nearly nailed it here: https://jmcwebdesign.nl/lonnagard2/
but when i looked at it on a mobile, this widget nav did display as a complete menu on top of the text, and not as the three horizontal lines
in the top right corner…too bad…
ps2: another thing ive tried to exclude the homepage is finding its ID (which was 2) and put in the quick css:
.page-id-2 #header_main_alternate { background-color: #8db4e2 !important; }
but this did not do a thing…- This topic was modified 4 years, 1 month ago by yampieters.
November 2, 2020 at 4:55 pm #1257649You can exclude an element on the homepage only using its class “home” and CSS like so:
.home .class_of_my_element_I_dont_want_to_show{
display: none;
}November 2, 2020 at 5:17 pm #1257655Thanks cherrmann , i ll have a look at it!
November 2, 2020 at 11:10 pm #1257758Hi yampieters,
Do you need more help with the issue or is it resolved now?
Best regards,
VictoriaNovember 3, 2020 at 5:42 am #1257866Hello victoria, yes, and my main concern is: how can i turn the widget menu here:https://jmcwebdesign.nl/lonnagard2/
into a burger menu on my mobile?
i did all the right things, but on my mobile it keeps on displaying as a elaborat menuNovember 4, 2020 at 10:35 pm #1258467Hi yampieters,
The widget menu does not turn into a burger menu. The settings in the screenshot are for the header main menu.
Best regards,
VictoriaNovember 5, 2020 at 3:17 pm #1258621ok, do you mean that you never can tell a widget menu to be a burger menu on a mobile?
November 7, 2020 at 5:30 am #1258994Hi,
Thanks for the update. Widget menus don’t turn into burger menus by default, no. But you can create a custom mobile menu and select to use that under Enfold->Main Menu->Alternate Menu for Mobile.
Best regards,
RikardNovember 7, 2020 at 12:30 pm #1259031aha, oke, thanks rikard, ive made another menu for mobiles under Enfold->Main Menu->Alternate Menu for Mobile , but i dont see it displaying…
is there another thing i should do to display it on my mobile?- This reply was modified 4 years, 1 month ago by yampieters.
November 9, 2020 at 4:32 am #1259166Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 9, 2020 at 4:32 am #1259167Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 9, 2020 at 11:00 am #1259203Hi rikard see below
nb: the menu called Zweden ive put in the widget, the menu called Mobile i would like to see as a burger menu…- This reply was modified 4 years, 1 month ago by yampieters.
November 10, 2020 at 5:20 am #1259464Hi,
Thanks for that. I see that you have selected to not show the header on the only page you have, the header needs to be visible for the mobile menu to show. Could you try to select another header options in the Layout menu please?
Best regards,
RikardNovember 10, 2020 at 8:52 am #1259500see below please
November 11, 2020 at 6:08 am #1259765Hi,
You have this in your Quick CSS:
#header { display: none !important; }
Please remove it.
Best regards,
RikardNovember 11, 2020 at 5:19 pm #1259929thanks a lot rikard, that solved the problem…you can close this ticket now
best regards, jelleNovember 11, 2020 at 11:03 pm #1259989Hi yampieters,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘seperate homepage’ is closed to new replies.