Tagged: x
-
AuthorPosts
-
April 1, 2016 at 9:39 am #862625
I tried to update from the update theme section and the appearance>themes drop down to update.
Either one breaks http://www.horsemoms.com and the site appears disjointed with the top nav just links no images. however when I update and I check the customizer manager it looks perfect. But when I actually go to the site it is broken.
Suggestions?
thank you
April 1, 2016 at 8:19 pm #863325Hi There,
Thanks for writing in! Please update the X|Theme once again, and then clear all your site’s caching features (plugin and internal) including your browser’s cache. If issue persist please provide us login credentials in private reply, so we can take a closer look.
Cheers!
April 2, 2016 at 10:52 am #863858that was the ticket. worked perfect. thank you and sorry for the trouble
April 2, 2016 at 8:33 pm #864194Sorry I was wrong. When I update its broken. I’ll send you the access info privately
April 2, 2016 at 8:34 pm #864195This reply has been marked as private.April 3, 2016 at 12:42 am #864346Hey John,
You’re using the old child theme structure. I placed the code below in your functions.php
// Enqueue Parent Stylesheet // ============================================================================= add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
Then, removed the line below in your style.css
@import url( '../x/framework/css/site/stacks/ethos.css' );
Try updating your site to X (4.4.1) and Cornerstone (1.2.2) now and let us know if the issue persists.
Thanks.
-
AuthorPosts