-
AuthorPosts
-
April 27, 2015 at 6:17 am #259467
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?
April 27, 2015 at 6:37 am #259483Hi 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.April 27, 2015 at 6:56 am #259498This reply has been marked as private.April 27, 2015 at 7:18 am #259517Hi 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.April 27, 2015 at 8:39 am #259593This reply has been marked as private.April 27, 2015 at 9:54 am #259657Hi 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!
April 27, 2015 at 10:00 am #259661I did add them that way, yes. I’ve given you admin rights so you can take a closer look. Thanks.
April 27, 2015 at 12:18 pm #259753Hi 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.
April 28, 2015 at 3:18 am #260310I think so. I’m running X 3.2.3 and WordPress 4.2.1
April 28, 2015 at 3:22 am #260311No, the jQuery modification isn’t helping. I still have all the menu items selected on the home page.
April 28, 2015 at 4:38 am #260361Hi 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
April 28, 2015 at 4:38 am #260362Hi 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
April 28, 2015 at 6:29 am #260440Okay. That works! Thanks.
April 28, 2015 at 6:57 am #260467You’re welcome! π
-
AuthorPosts