-
AuthorPosts
-
May 14, 2015 at 4:15 am #444075
I’m working on a site that has two parts – Personal & Business
Both main & secondary menu needs to be different.
similar to this site http://www.cgu.com.au/insurance/Business/I’ve found plugins that will change one menu per page… but not both.
Do you have any suggestion on how I can do this.Another option for the secondary menu may be simpler.
I just need the top menu “business” highlighted when you’re on any of the business pages.
If the the page attribute is “business” can the css reflect this in the top menu?thanks for your help
May 15, 2015 at 6:17 pm #445104Hey adlinedesign!
So you need to change the menus depending on the page your on? Have you tried this plugin out? https://wordpress.org/plugins/zen-menu-logic/
Regards,
ElliottMay 16, 2015 at 1:55 am #445205Hi Elliott
Thanks for your help.
I’ve tried several plugins – Menu Swapper, Page Specific Menu Items.They (like zen menu logic) only allow the swapping of one menu location.
However, good news is, while other plugins would not work together zen menu logic and Menu swapper do.
It’s messy but I can now at least swap both main and secondary menus per page.I’m trying to get ubermenu to work (which hasn’t been easy).
I’m hoping once it’s working their conditional logic add-on will solve this better.Thanks again.
EvanMay 16, 2015 at 2:24 am #445206Now I can swap the top menu I have one other issue. Hopefully simple.
I need 1 menu item highlighted in the top menu
Easy enough to do with the main menu but changing the “menu style” for the top menu makes no difference and doesn’t seem to give it any different css properties.
Is there a way I can do this?Cheers
evanMay 18, 2015 at 7:00 am #445511I realise there’s another issue. Swapping menus strips out the search function.
Is it possible to move the “search” coding into the top bar.
So with top menu left and social icons right it would sit to the right of the social icons?Cheers
EvanMay 19, 2015 at 4:14 pm #446505Hi!
You could try doing this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag the search widget to the new header widget area.
Regards,
ElliottMay 20, 2015 at 2:18 am #446862Hi Elliot,
You can get a better idea of my problem here
http://abab7502.staging-cloud.netregistry.net/abcountrywide-staging/Secondary menu and main menu swap. (Using Zen Menu & Menu Swapper)
Which gives me two problems1. The search function only works on the enfold main menu (personal) but not on the swapped menus (business)
I’m hoping there’s a way to show on all menus or to move the search to the top bar next to social icons.2. I want the PERSONAL menu item highlighted for all pages related to personal.
I’m hoping I can do this by either giving it a “button style” ie coloured. (this doesn’t seem to work on the top menu)
Or If a sub page of PERSONAL is given Page Attribute – Parent – Personal (does this give this give PERSONAL a different CSS style?)Thank you for your help.
Regards
EvanMay 21, 2015 at 4:42 pm #447821Hey!
1. Try what I suggested in my last post.
2. Try adding this to your custom CSS.
.main-global > li:first-child > a { background: none repeat scroll 0 0 red; }
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.