Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1132495
    Kareemahdab
    Participant

    Hi guys,

    I’m having a problem with my homepage since installing X theme. It says that some elements are not secure, and after searching most posts got solved by replacing the images in the demo with new ones. Even though I no longer have any of the demo images it still shows that the below elements are on the site and causing the SSL error:

    http://placehold.it/600×700/3498db/2980b9

    My SSL is setup properly and my shop pages are all fine its just the homepage (demo page) that is not fully secure. Any ideas?

    As for my second question, I used to use storefront with the storefront pro plugin which had an option for distraction free checkout in woocommerce. I really miss that option as it removed the header/navbar and footer and just lets you focus on the checkout process. I couldn’t find something similar in the X theme options, is there a way that I can have the same effect with X theme?

    Thanks!

    #1132991
    Christopher
    Moderator

    Hi there,

    Please connect to FTP and remove placeholders.
    We can help you to hide header and footer on checkout page.

    Please add following code in Customize -> Custom -> CSS :

    .woocommerce-checkout .mastehead,.woocommerce-checkout .x-colophon.top{
    display:none;
    }

    Hope it helps.

    #1134353
    Kareemahdab
    Participant

    Thanks Christopher,

    It ended up being the placeholders were still up on the mobile version and that was somehow messing with the SSL when browsing on desktop.

    Unfortunately, the code had no effect on the checkout page. Any other suggestions?

    #1134791
    Rupok
    Member

    Hi there,

    Kindly provide your URL. Meantime try updating the code :

    .woocommerce-checkout .masthead, .woocommerce-checkout .x-colophon.top{
      display:none;
    }

    Let us know.

    #1134832
    Kareemahdab
    Participant
    This reply has been marked as private.
    #1135051
    Lely
    Moderator

    Hello There,

    Thank you for the URL.
    Please update this:

    .woocommerce-checkout .mastehead,.woocommerce-checkout .x-colophon.top {
    display:none;
    }

    To this:

    .woocommerce-checkout .masthead,.woocommerce-checkout .x-colophon.top {
    display:none;
    }

    We have typo error here:mastehead

    Hope this helps.

    #1136245
    Kareemahdab
    Participant

    Thanks very much, that last change worked.

    I also added .x-colophon.bot to it to remove the footer.

    Thanks again!

    #1136254
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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