Icons on Classic Slider are missing in Cornerstone 3.2.5

Since upgrading to 3.2.5 of Cornerstone (I’m only using the plugin, not the theme) the navigation icons on the Classic Slider have been blank. I have repeatedly flushed all the caches to see if that will fix it but nothing has worked.

I dug a little deeper and it appears that the nav icons are using the attribue “data-x-icon” which is not set on the element, however, “data-x-icon-s” is set. So it can easily be fixed with some CSS (below), but I’m sure other people are experiencing the same problem so it should be fixed in the plugin itself.

#cs-content [class*="x-icon-"]:before{
  content: attr(data-x-icon-s);
}

Note that I only used this CSS on the page with the Classic Slider, not in any site-wide CSS files.

Hi There,

Thank you for writing in, but I can not replicate that issue on my end (with Twenty Seventeen theme).

Please provide us the direct page URL so we can take a closer look.

Also, please clear all your caching features (plugin, server-side, CDN, and browser’s cache). This will help you to avoid any potential errors.

Cheers!

Friech,

Thanks for your reply… As I mentioned, I have repeatedly flushed all the caches to see if that will fix it but nothing has worked.

Here is a link to the page in question - https://asa.com/news/2018/08/13/dressed-to-not-kill/

As I mentioned, I have applied a fix, so in order to see the issue you will have to comment out my CSS.

Thanks!

Hi @asawebmaster,

I commented out the CSS and it still works, in fact, that CSS is already there in cornerstone’s CSS. Please check this screenshot,

Perhaps what you’re seeing is really due to cache. And given that the style.css is being pulled from CloudFront, then it could be due to CDN’s cache too. If you’re still not seeing it then I recommend to totally disable your cache, optimization, and CDNs instead of just clearing them and test it again.

Thanks!

Thanks for your patience. It appears the issue was being caused by the CDN. Everything seems to be behaving properly now.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.