FAQ Not Working

Hi there,
The FAQ is not working in Cornerstone/X Theme. You can’t click on the plus mark to expand it.
Any ideas?

https://www.redlanternescaperooms.com/faq/

To better refine my complaint, this is the Classic Accordion. Any ideas why it’s not working?

I tried adding a regular Accordion to the bottom of the page but that is not working either.

As per my last issue:

I’m assuming i need to update X theme to make sure it’s all okay. I have a Child Theme installed, and I did all this 2.5 years ago and haven’t touched it much since (that I can remember). I’m reading through some of your links but could you point me in the right direction on how to update X, through my child theme?

I went to Dashboard, Updates.
It says: You have version 6.0.4 installed. Update to 6.4.6.

Should I update this theme? Is there an instruction manual? :slight_smile:

Hi @Dx3Creations,

Thank you for writing in, you updated your Cornerstone to the latest version (3.4.6) but your X Theme is still a few update behind (6.0.4). Please update your X Theme to the latest version (6.4.6) to make sure this is not a compatibility issue.

Updating Your Themes and Plugins

If the automatic update does not work too, please follow the Manual X Update Via FTP guide instead, also on that article.

Remember to clear all caches (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Hope it helps,
Cheers!

This is working now! I got everything working… except now my images at the top right are not appearing…
Any idea why?


It’s all these little icons at the top right of every page:

.x-icon-facebook-square:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-fb-sm.png);}.x-icon-twitter-square:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-tw-sm.png);}.x-icon-instagram:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-insta-sm.png);}.x-icon-youtube-square:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-tb-sm.png);}.x-icon-google-plus-square:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-ta-sm.png);}.x-icon-linkedin-square:before{content:url(https://www.redlanternescaperooms.com/wp-content/uploads/2017/01/rl-yelp-sm.png);

Hi @Dx3Creations,

As of Font Awesome version 5 they split icons into multiple fonts. This can be fixed by changing instances of the data-x-icon attribute to one of the following:

data-x-icon-b for social icons.
data-x-icon-o for outline icons.
data-x-icon-s for solid icons.

For example, the facebook icon
<i class="x-icon-facebook-square" data-x-icon="" aria-hidden="true"></i>

Since facebook is brand you need to update that to:

<i class="x-icon-facebook-square" data-x-icon-b="" aria-hidden="true"></i>

Release Notes - Pro 2.2, X 6.2, Cornerstone 3.2

Hope it helps,
Cheers!

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