Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #690536

    Hi,

    1) I need the parent to remain highlighted with a bold blue “>” when the child is selected from the sub menu.

    2) Also need a 3/4 width grey line to separate sub menu items

    Website is in holding mode, but can be bypassed using this link

    http://www.blank-it.com/live

    #690702

    have a look here: https://kriesi.at/support/topic/mega-menu-top-level-styling-while-menu-is-active/

    for mega-menu this is a bit easier: (but you will not have mega-menu on that template)

    .open-mega-a {
        color: #0976ac !important;
    }

    but for your template i think this could be a good way:

    #avia-menu > li.menu-item.current-menu-item a, 
    #avia-menu > li.menu-item.active-parent-item a {
        background: #097ac0 ;
        padding-left: 10px;
    }
    #avia-menu > li.current-menu-item .avia-menu-text, 
    #avia-menu > li.active-parent-item .avia-menu-text {
        color: #fff !important;
    }
    
    #avia-menu > li.current-menu-item .avia-menu-subtext, 
    #avia-menu > li.active-parent-item .avia-menu-subtext {
        color: #efefef !important;
    }

    because the first level nav list points are allready bold there will be no big difference in selected or not

    • This reply was modified 7 years, 6 months ago by Guenni007.
    #690739

    Hi!

    Please do let us know if that works for you and if you need anything else from us.

    Thanks a lot

    Regards,
    Basilis

    #691295

    That hasn’t really worked as expected…

    It’s keeping the all the sub-menu items highlighted.. please take a look and amend the code.

    The site is live now so you can look at…
    http://www.blank-it.com

    #691305

    sorry : can you please erase first code completely and then i will have a look again.

    it is just the problem to stay in first-level rules and not to influence submenu aswell.

    #691306

    With just the below – all text is white and cannot read anything.

    #avia-menu > li.current-menu-item .avia-menu-text,
    #avia-menu > li.active-parent-item .avia-menu-text {
    color: #fff !important;
    }

    #avia-menu > li.current-menu-item .avia-menu-subtext,
    #avia-menu > li.active-parent-item .avia-menu-subtext {
    color: #efefef !important;
    }

    #691307

    Please be quick as I need to change it back so you can read it. Want you to see it first!

    #691308

    I will change it back now. And send you a private login in link so you can see. ok?

    #691309

    remove all the code above i posted here :
    https://kriesi.at/support/topic/main-menu-parent-highlight-while-sub-or-child-is-selected/#post-690702

    • This reply was modified 7 years, 6 months ago by Guenni007.
    #691311

    Ok. I have removed code.

    #691312

    Would you like an admin login to look?

    #691314

    sorry – i can not help you now – my family wants to eat something with me :wink
    an no – that does not help anyway. – and i’m a participant as you are. so for now its enough – you got your default mode back.

    PS it will be heavy to realise because you got a lot of links in sublevel they have a top-level link too.
    Contact f.e. is sometimes the support on sublevel etc.

    • This reply was modified 7 years, 6 months ago by Guenni007.
    #691316

    Hi Basilis & Kriesi Support Tem,

    We have not found a solution yet.

    Please assist.

    Thanks

    Ben

    #691318

    i give up to solve this – sorry to many transversely relationships

    • This reply was modified 7 years, 6 months ago by Guenni007.
    #691397

    Hey Ben,

    @Guenni as always thank you for your help :)

    Have you set the parent page to all the child pages in the page attributes? It will automatically highlight the parent menu.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #691423

    Hi Vinay,

    I’m afraid that doesnt work.

    Ben

    #692497

    Hi,

    As I understand If a user go to http://site.com/view-it/ whe View It menu item should be highlighted in bold correct ?

    We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #693535

    Hi,
    All the information requested in a private message below.

    Thanks

    #693984

    Hi,

    To highlight the parent menu item when a sub page is viewed we have added the below code to the Quick CSS section under Enfold > General Styling :

    .current-menu-item {
    background: #e1e1e1;
    }
    

    Please review the site and let us know if you have any questions.

    Best regards,
    Vinay

    #694008

    I’m having a similar issue and I’ve scoured the support and documentation sections and can’t find the exact answer.

    I have a mega-menu where one section uses submenu’s, e.g.:
    what we do > be found > brand building > content marketing

    When I’m on the “what we do” page, the main nav is highlighted/indicated as expected.
    However, when I navigate to “be found”, “brand building”, or “content marketing” under the “what we do” mega-menu – the main nav item “what we do” is no longer highlighted / does not have an indicator displayed.

    My site is currently only on my local box but I’d be happy to provide you with screenshots.

    #694018

    Hi,

    Try selecting the parent page for every sub page in the page layout options. A screenshot will not help us. We need to be able to inspect them in order to provide you the correct code. Please get back to us when we are able to inspect the element in question. We will be happy to help you :)

    Best regards,
    Vinay

    #694287

    Hi Vinay,

    Sorry this doesn’t work.

    Have a look at this link… the parent is not highlighted when selected.

    #694570

    Hi,

    The parent menu is highlighting correctly. Please check the attached screenshot. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #699006

    Please have a look again… I have done this and it is still not working.

    Thanks

    #700368

    Hey!

    Have a look at this link… the parent is not highlighted when selected.

    Thank you for the info. Please add this css code in the Quick CSS field.

    #top #header .av-main-nav>.current-page-ancestor>a {
        background-color: #e3e3e3;
    }

    It will apply the background to the parent or ancestor menu item.

    // http://blank-it.com/blank-it/case-studies/

    Cheers!
    Ismael

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