Menu Item Links not active

Home Forums Jevelin Theme Menu Item Links not active

Home Forums Jevelin Theme Menu Item Links not active

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • Claudiasimon
    Participant

    The last two page links in the header navigation (menu) are not active.  Tried adding as custom link and as pages.  All plugins updated.  Website in private info.

    Pages in navigation not working: Contact and Turbo Blog

    Hi @Claudiasimon,

     

    Sorry to hear of the problem you are having.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .header-social-media.col-md-5 {
        padding-top: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    Claudiasimon
    Participant

    Thank you, tried this and it not fix the issue.  Also social media icons are disappearing on pages.

    Claudiasimon
    Participant

    The active link issue is resolved on the home page but not on other pages.  the social media icons are still not displayed.

    To make the links work on other pages please use the below custom CSS code.

    .header-social-media {
        padding-top: 0 !important;
    }
    
    .sh-header-copyrights-text {
        display: none;
    }

    To display the social icons on other pages please change the Top bar color from light to dark as shown in the attached screenshots.

     

    Attachments:
    You must be logged in to view attached files.

    Claudiasimon
    Participant

    Thanks but these did not resolve the issues.

    Claudiasimon
    Participant

    see screenshot

    Attachments:
    You must be logged in to view attached files.

    I don’t see the above shared CSS code on your site.

     

    Where have you added it?

    Why are you using below custom CSS code in the style.css file of your site child theme which is causing social icons not to display?

    .sh-header-copyrights-text {
        display: none;
    }

    Also have you changed the Top bar color as stated above?

    If you have changed it but still the social icons color is not changing then use the below CSS code.

    #page-container .header-social-media i {
        color: #000;
    }

    Claudiasimon
    Participant

    added and removed.  Added back in, social media icons are visible now on all pages. Thank you 🙂 But the menu links are not always active on pages.

    I can see the links are active on the pages.

     

    Please test it clearing your browser cache.

     

    If you are still facing the issue then please share me the page URL from your site where you are facing the issue.

    Claudiasimon
    Participant

    Cache cleared.

    When on any page, excluding Home page, the link for Shop is not active.

     

     

    I have tested it again and it is working fine for me as shown in the attached screenshot.

    Please test it using different browser and share me the screenshot if you still face the issue.

    Attachments:
    You must be logged in to view attached files.
Viewing 12 posts - 1 through 12 (of 12 total)