- This topic has 25 replies, 6 voices, and was last updated 6 years, 8 months ago by
Richard.
-
AuthorPosts
-
June 3, 2018 at 9:50 pm #591152
Tom
Lead DeveloperLead DeveloperIs there any chance you can make me a short video highlighting the issue? Just so I know 100% what I’m looking at.
June 3, 2018 at 10:08 pm #591161Garth Dryland
Hi Tom
What software/format do you typically use for that ??
Last time i did this I used Jing but you had issues viewing the format i used. I think Jing changed their format for the free version from MPEG to flash based or something like that. Either way I know you had an issue seeing what I created.
What do you suggest I use ?
Cheers
June 4, 2018 at 11:13 am #591703Tom
Lead DeveloperLead Developerhttps://www.useloom.com/ might be worth checking out 🙂
June 4, 2018 at 2:10 pm #591832Garth Dryland
Hey Tom
Loom seems okay.. Better then Jing I reckon.. Hopefully you can see this and get what i mean..
https://www.useloom.com/share/cc18b6f376ff40b1a88043c99532b6e7
Cheers
June 4, 2018 at 9:23 pm #592013Tom
Lead DeveloperLead DeveloperThat helped a lot, thank you!
Can you try this CSS instead?:
#site-navigation .main-nav ul li.sfHover > a, #mobile-header .main-nav ul li.sfHover > a, #sticky-navigation .main-nav ul li.sfHover > a { background: transparent; }
June 4, 2018 at 9:45 pm #592024Garth Dryland
Hi Tom
I’ve exchanged that CSS replacing the last.
Now the hover colour appears to be acting correctly but the clicked colour requires a click in the body to get it to show clearing the transparent background portion which appears to be sitting on top hiding it.
In mobile view you still need to click the item twice to get the clicked colour to show clearing the transparent. The hover color appears to be working.
PS: Not sure if you know but Loom even notifies of views to browser and email so I was expecting your reply.
June 5, 2018 at 10:02 am #592495Tom
Lead DeveloperLead DeveloperWe’re getting closer.
Let’s try this instead:
#site-navigation .main-nav ul li.sfHover > a, #mobile-header .main-nav ul li.sfHover > a, #sticky-navigation .main-nav ul li.sfHover > a { background: transparent; } #site-navigation .main-nav ul li.sfHover > a.mPS2id-highlight, #mobile-header .main-nav ul li.sfHover > a.mPS2id-highlight, #sticky-navigation .main-nav ul li.sfHover > a.mPS2id-highlight { background: #6c6753; }
June 5, 2018 at 4:33 pm #592720Garth Dryland
Who da man #sorted
I’ve sent you a few bucks for ongoing dev #592718 via the donate link. It’s been a while since last time.
Cheers heaps Tom
June 5, 2018 at 10:20 pm #592816Tom
Lead DeveloperLead DeveloperThanks so much! I really appreciate it 🙂
June 5, 2018 at 11:44 pm #592842Garth Dryland
Same and you’re welcome Tom
January 19, 2019 at 9:16 am #786410Richard
Hi . . .
Just bought the theme, and am very happy so far. But also wanted to say that I was having the same issue with the focus/hover color not being released when manually scrolling the page (am also using Elementor and PS2ID), and the CSS suggested in #579031 did the trick.
IMHO this should just be baked-in to the codebase, as this is normal expected behavior. I absolutely understand and appreciate the need to support accessibility, but there should be a way to achieve both in this case.
Anyway, glad I found this post, and thanks for the excellent theme, so far am extremely happy with the purchase.
Cheers,
Richard
-
AuthorPosts
- You must be logged in to reply to this topic.