Tagged: navigation bar
-
AuthorPosts
-
May 22, 2014 at 9:07 pm #268813
Hello!
Amazing theme, but I’m having two minor issues I can’t quite seem to figure out:
Here’s my site: http://www.cogitocorp.com
– In the secondary navigation bar at the very top, it seems like no matter what order I put them in, the link on the far right doesn’t get the 10px of left margin that the other links get, and as a result there’s no space between it and the pipe– I’ve inserted an anchor link so that when someone clicks the “Client Results” link in the main navbar, it jumps them to that section on the home page. This seems to somehow override the ability of the navbar to highlight the correct link when you’re on the homepage. The “Cogito Dialog” link should be highlighted, but instead it always highlights it for a brief moment and then immediately highlights the “Client Results” link.
Any idea on how to fix these? Thanks so much for your help!
May 22, 2014 at 9:43 pm #268841Hi!
1. Add this to the Quick CSS:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 8px; }
2. That’s how the anchor works, it will detect if there is a hash in the URL and if it matches with a menu item it will highlight it, you can disable it though, open js/avia.js and look for line 256:
applyClass: 'current-menu-item'
Replace it by:
applyClass: ''
Cheers!
JosueMay 22, 2014 at 9:56 pm #268853Thanks so much for the quick reply, Josue. The first suggestion worked like a charm! The second one I tried and it didn’t seem to change anything. To be clear, if this suggestion is successful, would it disable the highlight state entirely? or fix the issue and highlight the correct home page link? Ideally I’d want to have a solution that can keep the highlight state and still do the jump down the page for that link. Any other creative ideas of how to make that happen would be cool with me as well.
May 22, 2014 at 10:03 pm #268862Hi!
The second change has not been applied, the class is still there:
Best regards,
JosueMay 23, 2014 at 4:03 pm #269167Ahh, I have two versions of the Enfold theme, and I edited the wrong one. Good catch! It looks like it fixed it for the home page link, thanks! If I click the “Client Results” link to jump down to that section of the home page, the home link still remains highlighted. I don’t suppose there’s any way to get the “Client Results” link to highlight after it’s clicked, is there?
May 23, 2014 at 7:57 pm #269225No, after this change there isn’t as far as i know.
Regards,
JosueMay 25, 2014 at 6:46 pm #269721Josue, this is similar to one of the bugs we are discussing here:
https://kriesi.at/support/topic/bugs-in-one-page-with-color-sections/It works properly in this site: http://milestonementoring.com/ Built on Enfold 2.7!
But not here: http://milestonementoring.com/murphypsychologygroup/ Built on Enfold 2.7.1!
What’s the difference? What was changed? I do not want to update the live site until this is resolved.
Thank you,
- This reply was modified 10 years, 5 months ago by wintner.
May 25, 2014 at 7:38 pm #269730Hi @wintner!
Fixed:
http://milestonementoring.com/murphypsychologygroup/Added some CSS to the child style.css file.
Regards,
JosueMay 25, 2014 at 7:57 pm #269735Thanks Josue!
RE: “Fixed the scroll issue on mobiles, they now land of top (parent theme js/avia.js, i’ll propose this fix and it will probably be included in the next update).”
I see no improvement.
May 25, 2014 at 8:01 pm #269737Check it now (refresh a few times):
http://milestonementoring.com/murphypsychologygroup/Regards,
JosueMay 25, 2014 at 8:11 pm #269745Refreshing does nothing. Still dont see an improvement. Testing on Android and Developer Tools Emulation. What did you change?
May 25, 2014 at 8:22 pm #269747I’m testing it on my tablet (Nexus 7), the change i applied is in js/avia.js (609-731).
Regards,
JosueMay 25, 2014 at 8:34 pm #269753This issue seems to be happening on mobile phones not tablets.
May 25, 2014 at 8:49 pm #269757Do you really don’t see any minimal change whatsoever? have you tried on another device? i don’t have a smartphone right now to test but it should look like this:
Best regards,
JosueMay 26, 2014 at 2:16 am #269852Will have to check other devices later. It now appears better in Developer Tools Emulation but that is only emulation.
May 26, 2014 at 2:19 am #269854Ok, let me know how it goes :)
Cheers!
JosueMay 27, 2014 at 4:04 pm #270577Josue, I’m now seeing an issue when navigating the site using a mobile device (tested on an iPad and iPhone) where if I click the “Client results” link, it doesn’t jump down the page to the anchor link in that section like it does on a computer, it instead just reloads the page at the top. Any idea how to fix this?
May 28, 2014 at 1:10 am #270923Hi!
Thank you for the update.
@cogitocorp: You’re not using the latest version of the theme. Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
IsmaelMay 28, 2014 at 5:45 pm #271299Ok, I’ve downloaded the latest and it seemed to fix the navigation link highlighting issue in most browsers except Safari. Thanks! Any idea why when I click the “Client Results” link in Safari from the home page, it doesn’t highlight that link unless I scroll down a bit? It seems to work fine if you go there from any other page (and in chrome it works perfectly).
http://www.cogitocorp.comJune 2, 2014 at 8:44 pm #273489Hi!
It’s working fine on my end (Safari 7 / OS X 10.9):
In what environment are you seeing this issues?
Cheers!
JosueJune 2, 2014 at 8:50 pm #273493Josue, I now see an issue http://milestonementoring.com/murphypsychologygroup/#top not highlighting the HOME link.
June 2, 2014 at 9:04 pm #273496@wintner, i see it, i’ll check it in the other topic.
June 3, 2014 at 2:05 am #273663Josue, if I remove “Home” from the menu, then “Blog” doesn’t highlight. Must have something to do with the fix to the bug where the wrong link was highlighted.
June 3, 2014 at 2:08 am #273668Yep, that’s the root of the issue, i’ll look into it.
October 13, 2016 at 1:10 pm #698683Hello Josue – or anyone that may be able to help please!
I have amend the js/avia to applyClass: ” which I now found on current version line 293 but am still having problems. I know this post has been open for some time so is there any new workarounds or quick fixes for this please/
I’ve searched the forums and tried a few different ways but this seems to be the best thread regarding the issue.
Many thanks
October 17, 2016 at 1:49 pm #699986Hi,
this thread is already very long and moreover very old. Please open a new ticket for your problem. Provide us admin access to have a deeper look into the issue, as well as precise links where we can see the issue. Screenshots highlighting what’s going on would help a lot (imgur.com, dropbox).
Best regards,
Andy -
AuthorPosts
- The topic ‘Anchor link causing navigation bar to highlight the wrong link’ is closed to new replies.