Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #899741
    bedingfield
    Participant

    Hi there,

    I have been quite happy with Version: 2.6.0 with a customised Renew Child theme.

    I am considering upgrading to the latest build but am terrified it is going to break my site.

    Do you have any suggestions as to whether the update will?

    Thank you.

    Site is: http://www.elyrunners.club

    Also, I am trying to assign my API key to above domain, but when I try to assign (add url and hit enter), it doesn’t update.

    Regards,
    Karl

    #900799
    Jade
    Moderator

    Hi Karl,

    The latest version of X and Cornerstone contains some bug fixes and it should be fine to update.

    But to make sure that things will work fine and to be safe from potential problems on updating, we recommend creating a clone of your site and setting a staging or production environment where you can initially do the update but to be sure that the live site remains untouched and up and running while testing the update.

    Once everything is fine in the staging site then you can proceed on updating the live site.

    Hope this helps.

    #908623
    bedingfield
    Participant

    Hmmm…. It totally broke my test site. Not sure what to do now! With the update, do I need to change any files in the child theme? I’m happy to give you access if you want to take a peak?

    http://elyrunners.com

    Thank you.

    #908679
    Rupok
    Member

    Hi there,

    Your given site not using X so not sure what’s broken. Kindly make a clone of you site and update the theme so that you could fix them and then proceed to live site.

    Cheers!

    #908788
    bedingfield
    Participant

    Sorry. Forgot domain is down… View site here.

    http://cpanel78.gzo.com/~runners/

    It looks like something is wrong with the child theme since the update. If I revert to X main theme all is ok.

    I have very little in my child theme. Have you renamed any CSS in update?

    I just have a function file & a CSS file. See attached…

    Any ideas?

    thank you,
    Karl

    #908793
    bedingfield
    Participant

    Heres a PDF of function.php…

    #908877
    Paul R
    Moderator

    Hi Karl,

    To fix it, please add this in your child theme’s functions.php file.

    
    add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
    

    Hope that helps.

    #909104
    bedingfield
    Participant

    Awesome. That done the trick! Thank you.

    What had changed?

    #909189
    bedingfield
    Participant

    One more question…

    How can I get the 2px border on images to 1px please?

    This the the block code I am using…

    [block_grid_item]
    [image type="thumbnail" src="http://bedingfield.biz/wp-content/uploads/2014/10/11804293815_61706d9aed_z.jpg" title="Hey There!" alt="Text"] [/block_grid_item]

    Thank you

    #909237
    Joao
    Moderator

    Hi There,

    Please go to your Appearence Customizer and add the following code:

    .x-img-thumbnail {
    
        border: 1px solid #e5e5e5;
    }

    Hope that helps,

    Joao

    #910241
    bedingfield
    Participant

    Great! Thank you.

    #910390
    Lely
    Moderator

    You’re welcome!

    I can see that you’re still using the old child theme structure. You might want to check this article regarding child theme:https://community.theme.co/forums/topic/child-theme-updates/

    Always,
    X

    #910625
    bedingfield
    Participant

    Thank you.

    #910941
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

  • <script> jQuery(function($){ $("#no-reply-899741 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>