Newest update

the new update overrides the custom css you installed on my site to make nav non visible
could you check my site for whats going on? login details in secure note thanks

Hello There,

Thanks for posting in! Since you have installed a caching plugin Borlabs Cache plugin, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

Hope this helps. Please let us know how it goes.

cleared cache nothing happened

Hi,

May I know what is the custom css and where have you added it.

I checked your site but didn’t see any code that hides your nav.

We have recently release a new update with bug fixes, kindly update your theme and cornerstone to latest version.

X 6.1.3, Cornerstone 3.1.3

https://theme.co/changelog/

Thanks

x staff made the changes and don’t know where they put them

Hello @allan015,

Thanks for updating the thread.

I checked your website and don’t see Cornerstone installed under plugins section. Please note that Cornerstone is a essential plugin to run X Theme. Because Cornerstone is not installed I don’t see X Theme options. Please install Cornerstone. Please see screenshot.

To hide navigation, you can use following CSS under X > Theme Options > CSS:

.x-nav-wrap {
    display: none !important;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

thanks prasant

You are welcome :slight_smile:

everytime i update this happens now i cant click on x and access the dropdown menu to add the css ?

Hi @allan015,

X theme does not work well if Cornerstone is not installed. Check the link below on how to manually install cornerstone.

Let us know how it goes.

Thanks.

i understand that but cornerstone is putting like 2 seconds on my load times so i delete

Hi there,

As previously mentioned, Cornerstone plays a significant role for X to function correctly.

So in case you need to make any changes in the Theme Options, though this is not recommended try to temporarily enable Cornerstone then deactivate it again afterward.

Hope this helps.

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