-
AuthorPosts
-
January 18, 2019 at 10:27 am #1055384
Hi guys
I am thinking what would be the best solution for the following:
The goal is to have the main menu displayed vertically on the right side (right sidebar).a) Would you create the normal menu for that and if yes, how I can force it via the Enfold options to be displayed vertically?
b) It would also be possible to just create the menu links in a html block in the sidebar and then style them. I am just not sure if that’s a nice option.Any other ideas are also very welcome.
Thanks a lot for any useful input.
Cheers
MichaelJanuary 20, 2019 at 6:04 am #1056030Hey Michael,
There is no theme setting for that unfortunately, so you would need custom CSS to achieve that. Could you post a link to where we can see your work so far please?
Best regards,
RikardJanuary 20, 2019 at 6:56 am #1056047Hi Rikard
Unfortunately, there is no work so far from my side in this case.
I just wanted to ask it as a general question.Thanks a lot
MichaelJanuary 20, 2019 at 8:22 pm #1056285January 27, 2019 at 1:33 am #1059271Hi Victoria
Yes, that looks quite close to what I would like to achieve. Thank you!
How can I get this with Enfold? Is it just a setting?And did you get your screenshot from https://kriesi.at/themes/enfold-photography?
Cheers
MichaelJanuary 27, 2019 at 9:22 am #1059317Dashboard – Enfold (Child) – General Layout – Logo and Main Menu : choose now if left or right sidebar.
You can see here the demo overview: https://kriesi.at/themes/enfold-overview/
Scroll down to: Consulting DemoJanuary 27, 2019 at 9:29 am #1059320by the way you can decide this via functions.php for only some pages with if-clauses:
if you choose header top on the enfold options – you can have sidebar navigation for frontpage only by:add_filter('avf_header_setting_filter','av_change_header_style'); function av_change_header_style($header){ if( is_front_page() ){ $header['header_position'] = "header_right header_sidebar"; } return $header; }
January 27, 2019 at 9:32 am #1059321And if you are interested to have the choice on each page/post – you can have a meta-box on every page/post where you can set it like template or breadcrumb etc.
January 27, 2019 at 8:44 pm #1059418Thanks a lot for your replies Günter – very valuable!
January 29, 2019 at 11:19 pm #1060224Hi,
Glad you found assistance :)
Best regards,
BasilisApril 9, 2019 at 6:14 pm #1088770Hi Basilis
Please close this thread – thanks a lot.
Cheers
MichaelApril 9, 2019 at 6:34 pm #1088791Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Vertical main menu’ is closed to new replies.