Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #842929

    Hi. Actually I chosed the “Enfold App” theme for our website(http://kriesi.at/themes/enfold-app/). As this is a single page website and for our website I need some external links from a secondary menu too. So I put a secondary menu with some link redirecting to other pages. But I cannot reach the home page again from the #ids in the main menu. So I put “/#idname” to redirect to home page from other pages. But now active links are not working in the home page. All links are active when I scroll down. Please check it live here in the below link

    It will be great if you can help me out. Thank you.

    #844606

    Hey coreintegrator,
    Sorry for the late reply, I have checked the links in your menu and top bar (About Partners Blog Contact) and the lightbox links, and all seem to be working.
    Which are the active links that are not working?

    Best regards,
    Mike

    #844705

    Hello Mike. Thank you for the response. Yes the links are working and directing correctly to their pages and sections properly. The problem is when I click on “Why Coreintegrator” menu it goes to its section but when you see the menus all the menus will be highlighted to black color as active link. I need only “Why Coreintegrator” to be active. This was working fine when its “<anchor href=”#why”> Why Coreintegrator </anchor>”. I changed it to “<anchor href=”/#why”> Why Coreintegrator </anchor>”. in Appearence => Menus. The reason I changed it to “/#why” is I need to go to the same section even when I click on the menu from a different page. Hope you got what I mean. Please do check and help me with this. Thank you again. :)

    #845769

    Hi coreintegrator,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #845792

    Hello Victoria. Thanks for the response. A temporary link is given below. Please have a check.

    #847401

    Hi,
    OK, I got it working, Try this code at the end General Styling > Quick CSS field:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, .header_color .main_menu ul:first-child > li.current_page_item > a {
        color: #969696!important; 
    }
    
    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #000000 !important;
    }
    

    The trick is that in your css, specificity ties but the last rule defined wins.
    Please see screenshot in Private Content area
    Please clear your cache and your site cache :)

    Best regards,
    Mike

    #847555

    Amazing Mike. That worked!. Thank you very much for the help. :)

    #847671

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #847693

    Please close it. That’s the only issue I had in it. Thanks again !

    #847784

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    #847785

    Hi,
    Ops, wrong button :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Unable to fix active links in the home page main menu.’ is closed to new replies.