Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #269818
    Glen Pavelich
    Participant

    I set the site up for static home page, and added a home page to the menu.
    But as you can see on the links below, there are 2 home tabs.
    I have never had this happen before and I don’t know how to access the 1st one which seems to be a default with the home icon on it.

    https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/MenuBar.jpg
    https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/MenuStructure.jpg

    #269922
    Skandha
    Participant

    @fireflywebs: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    #269938
    Glen Pavelich
    Participant

    Same with this one. Site still on my local Wamp. Anything I can try? since I don’t really want to go live with 2 home buttons.

    G

    #270414
    Glen Pavelich
    Participant

    When I installed the updated template on my wamp I had to set things up again (didn’t use a child theme, not expecting to need one until I put this live) and the same thing happened with the doubled home tab. I wouldn’t need to add a home to the menu if I could see the default one there, but it doesn’t appear. I need a home tab because I have other sub tabs to put below it.
    Is there a way to make it come into view on the menu?

    #270847
    Glen Pavelich
    Participant

    I didn’t receive the email for sending you the credentials to debug. Not in spam either.

    #271001
    Skandha
    Participant

    @fireflywebs: Hello there,
    The Home tab icon is the default menu icon coded in the theme. Sub menus cannot be added under it.
    So to remove the Home menu item
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-item.home-icon {
        display: none !important;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandh

    #271036
    Glen Pavelich
    Participant

    OK. Thanks. Done.

    G

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Home Tab Doubled’ is closed to new replies.