Forgive my repeat post but I haven’t been able to correct issues experienced after updating. I’ve been experimenting in our staging environment in an attempt to successfully update the X Theme and Cornerstone plugin but no matter what I do, the image sprites on the home page break and the css classes for all buttons change, thereby breaking established styles coded into the child theme. I’ve reverted our staging site back to its last, fully functional and correct state here: https://acroprintstage.wpengine.com/ This is how the site is supposed to appear. As this is the staging environment, I invite someone from your support staff to login and attempt to execute the X Theme/Cornerstone update to observe first hand what I’ve been experiencing. Thank you!
Hi Jay,
Thank you for writing in, please update your staging to the latest version both X and Cornerstone, you can refer to the latest version here. Provide us FTP credentials just in case we need to troubleshot after.
Remember to clear all your caching features (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.
Cheers,
Okay, great… I’ve updated all theme/plugins and the malfunctioning image sprites can be seen on the home page and all of the button styles have broken.
FTP credentials are included in the secure note.
Hi Jay,
Thank you for the credentials, upon investigation, unfortunately, there is no other way around it, but you need to update your custom CSS selectors.
You’re not supposed to use this generated element class as a custom CSS selector, because these are dynamic, meaning it can change, even just moving these elements around it can change the generated class.
Additionally, Button element (and most of the elements) has a min-width, border-radius, and border property control, custom CSS should not have been used in the first place on the button.
Thank you for understanding,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.