Tagged: x
-
AuthorPosts
-
May 25, 2016 at 11:11 pm #1010411
irudhayarajParticipantI have been checking the site continuously as i develop the layout on the website: http://anchorpointdesigns.com/Scuf/
Suddenly yesterday the menu font weight and the shopping cart icon format has changed only in safari. I have not changed anything on the nav bar lately. Its ok in chrome and mozilla but safari seem to be off. I want the same as chrome on safari as well. I tried to reset safari but doesnt seem to work.
May 25, 2016 at 11:16 pm #1010414
irudhayarajParticipantattached a screen shot. The top one is from chrome which is the correct one and the bottom one is from safari.
May 25, 2016 at 11:23 pm #1010426
irudhayarajParticipantAdded the following code in customiser and now the font weight seem to fixed for the navigation item but the shopping cart is still an issue.
.x-navbar {
-webkit-transform: none !important;
position: static !important;
}May 25, 2016 at 11:46 pm #1010442
Rue NelModeratorHello There,
I have compared your site in Chrome and Safari.
This is what I see: http://prntscr.com/b8jg9xAre you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates or making changes, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Please let us know how it goes.
May 25, 2016 at 11:53 pm #1010449
irudhayarajParticipantHello,
I have not installed any of the plugins you have mentioned.
however the nabbar, mega menu and the shopping cart icon is not the same in chrome and safari. I cleared all the caches and checked. Still the font weight for the megamenu is not the same as chrome.
May 26, 2016 at 12:02 am #1010452
Rue NelModeratorHello There,
Could please update your code and use this instead:
.x-navbar .x-nav li > a > span { -webkit-transform: none !important; transform: none !important; position: static !important; }Please let us know if this works out for you.
May 26, 2016 at 12:08 am #1010457
irudhayarajParticipantupdated the code with the one you have mentioned and the issue is not fixed. In chrome its absolutely fine but in safari the font weight and shopping cart icon is not the same as chrome.
May 26, 2016 at 12:22 am #1010471
Paul RModeratorHi,
You can try this code instead.
html *, body { -webkit-font-smoothing: subpixel-antialiased!important; }Hope that helps.
May 26, 2016 at 12:28 am #1010477
irudhayarajParticipantHello Paul,
That code fixed the menu and megamenu. But the shopping cart is still off between chrome and safari.
Thanks a lot for the menu fix. Would be great if you could help with the shopping cart icon.May 26, 2016 at 1:00 am #1010506
Paul RModeratorHi,
To fix it, you can add this under Custom > CSS in the Customizer.
.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart { border-color:transparent; background-color:transparent; }Hope that helps.
May 26, 2016 at 1:05 am #1010518
irudhayarajParticipantThat fixed the shopping cart as well.
Thanks a lot for your help.
May 26, 2016 at 1:18 am #1010536
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1010411 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
