Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862695

    Gary S
    Participant

    schoen.photography
    Ethos Child Theme
    X Version 4
    Cornerstone 1.2.2
    Wordpress 4.4.2

    Because 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.

    #863387

    Friech
    Moderator

    Hi 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!

    #863844

    Gary S
    Participant
    This reply has been marked as private.
    #863995

    Gary S
    Participant
    This reply has been marked as private.
    #864336

    Christian
    Moderator

    Hey Gary,

    Sorry but I couldn’t login with the given password. Please check.

    Thanks.

    #864724

    Gary S
    Participant
    This reply has been marked as private.
    #865333

    Rad
    Moderator

    Hi there,

    Your child theme uses the older version, I updated your child theme’s functions.php.

    Should be okay now.

    Cheers!

    #866359

    Gary S
    Participant
    This reply has been marked as private.
    #867062

    Christian
    Moderator

    Hey 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.

    #867735

    Gary S
    Participant
    This reply has been marked as private.
    #868645

    Lely
    Moderator

    Hi 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.

    #869445

    Gary S
    Participant
    This reply has been marked as private.
    #869873

    Christian
    Moderator

    I 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.

    #870053

    Gary S
    Participant
    This reply has been marked as private.
    #870590

    Friech
    Moderator

    Hi 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!