Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #259467

    Josef K
    Participant

    I’ve got some menu options which link to [line/] elements within the home page. However, because they are on the home page all of these menu items are being highlighted on the menu bar.

    On other sites, such as http://www.themepunch.com/, they have a theme which highlights the section of the page that the user is on.

    Is this possible in X?

    #259483

    Thai
    Moderator

    Hi There,
    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #259498

    Josef K
    Participant
    This reply has been marked as private.
    #259517

    Thai
    Moderator

    Hi There,
    Upon checking your website, I can see that it’s under construction.
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
    – Link to your site
    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
    Thanks.

    #259593

    Josef K
    Participant
    This reply has been marked as private.
    #259657

    Darshana
    Moderator

    Hi there,

    Did you add those menu items through Appearance -> Menus section? I see that all of the menu items has automatically assigned the class “current-menu-item” which causes this issue.

    We require admin rights for the user that you have created (‘x’) to check this issue.

    Thanks!

    #259661

    Josef K
    Participant

    I did add them that way, yes. I’ve given you admin rights so you can take a closer look. Thanks.

    #259753

    Thai
    Moderator

    Hi There,
    Can you confirm that you are fully updated? (Theme and Plugins)

    You can find the latest version numbers here: (http://theme.co/x/member/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    After that, try adding following Javascript under Appearance > Customize > Custom > Javascript:

    
    jQuery(document).ready(function($) {
    		$("ul.x-nav li.current-menu-item").removeClass('current-menu-item')
    	});
    

    Hope it helps.

    #260310

    Josef K
    Participant

    I think so. I’m running X 3.2.3 and WordPress 4.2.1

    #260311

    Josef K
    Participant

    No, the jQuery modification isn’t helping. I still have all the menu items selected on the home page.

    #260361

    Paul R
    Moderator

    Hi Josef,

    You need to create two menus, one for one page navigation.

    Then activate one page navigation by selecting a menu under page settings.

    http://screencast.com/t/ZYlvIRAE51

    For more information please see https://theme.co/x/member/kb/how-to-setup-one-page-navigation/

    Thanks

    #260362

    Paul R
    Moderator

    Hi Josef,

    You need to create two menus, one for one page navigation.

    Then activate one page navigation by selecting a menu under page settings.

    http://screencast.com/t/ZYlvIRAE51

    For more information please see https://theme.co/x/member/kb/how-to-setup-one-page-navigation/

    Thanks

    #260440

    Josef K
    Participant

    Okay. That works! Thanks.

    #260467

    Zeshan
    Member

    You’re welcome! πŸ™‚