Tagged: x
-
AuthorPosts
-
April 3, 2016 at 5:15 pm #865071
Hi,
Just updated a website to the latest X version (4.4.1) and website looks out of place.
Wordpress version 4.4.2, Cornerstone version 1.2.2. I temporarily installed an older version of X via ftp to make the site – christyfrank.com – look somewhat more acceptable. Child theme is Renew.Thanks
GabyApril 3, 2016 at 5:19 pm #865074This reply has been marked as private.April 4, 2016 at 1:06 am #865447Hey Gaby,
You might be using the old child theme structure. Please insert the code below in your child theme’s functions.php
// Enqueue Parent Stylesheet // ============================================================================= add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
Then, remove the line below in your child theme’s style.css
@import url( '../x/framework/css/site/stacks/renew.css' );
What happened is we updated the folder structure of stack styles for improvement purposes. We’re sorry for the issue this has caused but it is an important update going forward.
Thanks.
April 4, 2016 at 1:29 am #865472It worked! Thank you so much for your help – that is awesome 🙂
April 4, 2016 at 4:37 am #865643You’re welcome!
We’re glad we were able to help you out. -
AuthorPosts