Customize not working

I have two blogs, both through wordpress. On one of them, I have been using X for about four years. I recently bought new license for the second website and when I installed it, I realized the version I’ve been using on the first website hadn’t been updated. I uninstalled/reinstalled the theme and it appears to have updated BUT the “customize theme” isn’t working. Any idea why?

Hi there,

Thanks for writing in! You can now find all the theme options under X > Theme Options as we’ve moved it in one of the latest releases of the theme ( X6 ), please checkout the following article https://theme.co/apex/forum/t/note-about-theme-options-and-the-customizer/23746 and also see the changelog https://theme.co/changelog/#theme-x-6-0-0

If you’re still having trouble with the Theme Options then make sure you’ve updated Cornerstone as well to the latest version. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

Hope this helps!

Problem solved. But a new problem occurred. Now the featured images from the blog index page disappeared. www.crazyeasyorganizing.com

They were there, and now they’re GONE. I turned off all the third party plugins and have deleted/reinstalled the theme trying to fix it.

Hi There,

The featured images are hidden because of this custom CSS:

body div.entry-featured {
    display: none;
}

If you would like to hide the featured image on single post only, please update that custom CSS to this:

.single-post .entry-featured {
    display: none;
}

Hope it helps :slight_smile:

I removed the custom CSS and that fixed it!! Thank you!!!

Glad to hear it’s sorted.

Cheers!

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