Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #445104

    Hey 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,
    Elliott

    #445205

    Hi 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.
    Evan

    #445206

    Now 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
    evan

    #445511

    I 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
    Evan

    #446505

    Hi!

    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,
    Elliott

    #446862

    Hi 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 problems

    1. 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
    Evan

    #447821

    Hey!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.