Tagged: x
-
AuthorPosts
-
May 6, 2016 at 1:19 pm #978918
I had to create a video to show exactly whats happening.
Ive searched for a few fixes already but havent managed to find the answer.
Here is what happens. If you click a menu item and move away from it while loading a border (box) appears around the item.
Watch the video and you will see what happens.
http://youtu.be/DIFIydCRkGc?hd=1The best easiest way to tell you how to recreate it is to click on the menu item of the page your on so if you on contacts click contacts again and move the mouse away from the menu item while loading
May 6, 2016 at 5:39 pm #979412Hi there,
Sure you could use this custom CSS (Customizer > Custom > CSS)
.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > li.current-menu-item > a { box-shadow: none; }
Thanks
May 9, 2016 at 7:35 am #982137still happens… when you click it while its loading move your mouse away… it happens on the down arroww on the slider also
May 9, 2016 at 8:14 am #982209Hi there,
Thanks for writing in! Your video is not viewable as it is set to private. Please switch it to public or unlisted so we can see what you mean. We aren’t able to replicate the issue on our end. Please also tell us what browser you are using and what device. Thanks!
May 9, 2016 at 1:26 pm #982739Video set to public sorry about that
Checked it in Mac and PC Firefox on both. I think it happens also.
May 9, 2016 at 2:16 pm #982845Hi there,
I can confirm that it is not the case on my browser. It doesn’t replicate on my end. Would you mind trying the same in the incognito mode of your browsers please?
Thanks
May 10, 2016 at 7:49 am #984001Yes incognito mode it still happens. on more than one PC.
Try this in firefox, click on contacts then move your mouse away from the link without waiting. an orange border appears untill the page loads like in the video
May 10, 2016 at 9:46 am #984193Hi There,
Try adding the following CSS under Customizer > Custom > Edit Global CSS:
a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus { outline: none !important; }
Hope it helps.
May 12, 2016 at 3:46 am #987407thanks that worked perfectly
May 12, 2016 at 4:10 am #987441You’re welcome!
Always,
XMay 16, 2016 at 2:35 pm #994213Hi,
ith ink that “problem” came up with the last update. have it now on both sites which i updated – it wasnt there before.or am i wrong?
Regards,
PatrickMay 16, 2016 at 5:23 pm #994474Yes, this is a known issue and it should be addressed in the next update.
Thanks
-
AuthorPosts