Tagged: x
-
AuthorPosts
-
August 15, 2016 at 4:07 pm #1132495
KareemahdabParticipantHi 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!
August 16, 2016 at 12:09 am #1132991
ChristopherModeratorHi 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.
August 16, 2016 at 7:25 pm #1134353
KareemahdabParticipantThanks 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?
August 17, 2016 at 1:54 am #1134791
RupokMemberHi there,
Kindly provide your URL. Meantime try updating the code :
.woocommerce-checkout .masthead, .woocommerce-checkout .x-colophon.top{ display:none; }Let us know.
August 17, 2016 at 2:40 am #1134832
KareemahdabParticipantThis reply has been marked as private.August 17, 2016 at 6:30 am #1135051
LelyModeratorHello 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.
August 17, 2016 at 11:36 pm #1136245
KareemahdabParticipantThanks very much, that last change worked.
I also added .x-colophon.bot to it to remove the footer.
Thanks again!
August 17, 2016 at 11:51 pm #1136254
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1132495 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
