Tagged: x
-
AuthorPosts
-
April 1, 2016 at 10:20 am #862695
schoen.photography
Ethos Child Theme
X Version 4
Cornerstone 1.2.2
Wordpress 4.4.2Because of earlier problems with previous updates with the Revolution Slider I have literally dismantled much of my website so I can rebuild it. Now after the most recent update(s) with the X theme my CSS is not functioning? I have checked every critical plug-in associated with X, they are all updated and on…I can’t find the core problem causing these issues? I run other websites using X and they are not having these issues. Thanks.
April 1, 2016 at 10:08 pm #863387Hi There,
Thanks for writing in! But site is under maintenance, would you mind providing us login credentials in private reply, so we can take a closer look? And would you mind to clarify which custom CSS you’re referring to?
Cheers!
April 2, 2016 at 10:17 am #863844This reply has been marked as private.April 2, 2016 at 1:47 pm #863995This reply has been marked as private.April 3, 2016 at 12:21 am #864336Hey Gary,
Sorry but I couldn’t login with the given password. Please check.
Thanks.
April 3, 2016 at 10:11 am #864724This reply has been marked as private.April 3, 2016 at 11:02 pm #865333Hi there,
Your child theme uses the older version, I updated your child theme’s functions.php.
Should be okay now.
Cheers!
April 4, 2016 at 1:34 pm #866359This reply has been marked as private.April 4, 2016 at 11:40 pm #867062Hey Gary,
That white bar is where your content should go. Please add content to your page. If the issue persists, please disable all third party plugins and customizations while we investigate.
Thanks.
April 5, 2016 at 10:03 am #867735This reply has been marked as private.April 6, 2016 at 12:29 am #868645Hi Gary,
Would you mind checking in with your hosting about this error:
GET http://schoen.photography/wp-content/themes/x/framework/css/site/stacks/ethos.css 503 (Service Unavailable)
503s are generally the server. Ask your host if anything’s going on and then do update on what they can find. Style issue will appear if stylesheet is not loaded.Hope this helps.
April 6, 2016 at 10:01 am #869445This reply has been marked as private.April 6, 2016 at 2:02 pm #869873I see. You’re still using the old child theme system which is now deprecated. Please delete
@import url( '../x/framework/css/site/stacks/ethos.css' );
in your style.css
Then, add the code below in your functions.php
// Enqueue Parent Stylesheet // ============================================================================= add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
Let us know how it goes.
Thanks.
April 6, 2016 at 3:42 pm #870053This reply has been marked as private.April 7, 2016 at 12:19 am #870590Hi Gary,
You can add this under Custom > CSS in the Customizer.
body .x-container.main:before { background-color: transparent; }
Please clear you browser’s cache and any caching plugin that the site might have, before previewing the site.
Hope it helps, Cheers!
-
AuthorPosts