Home › Forums › WoodMart support forum › The connection that you establish with the website is not complete security
The connection that you establish with the website is not complete security
- This topic has 13 replies, 2 voices, and was last updated 5 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
December 5, 2018 at 2:40 am #93933
pruceParticipantHello, here is my URL for the woodmart website: https://www.bingsolar.com/online-mall/
but when it is visited in browsers, all of browsers would remind “the connection that you establish with the website is not complete security”.
The reason is the DEMO data which is imported from Woodmart has http, not https. As a online mall, I think it would hinder customers’ buying even if it is just a negative hint from browser.
I tried to replace all of http by https in my database, but it is no work, those http didn’t be replaced by https even if I do more work.Do you know how to solve this problem?
Thanks
Attachments:
You must be logged in to view attached files.December 5, 2018 at 8:34 am #93978
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
The issues are caused by the demo images uploaded with the demo content. You need to delete them, and if you want to upload again, in the result they will be https.
Here are the images http://prntscr.com/lqx20d
1. Remove and reload category icons
2. Remove background images on the pages they are in the row settings
3. Remove the payment image in the footer.
Check all the rest images. They should be uploaded from your media library.
Best Regards
December 12, 2018 at 12:40 pm #95655
pruceParticipantThanks, I have solved it.
Now I have new questions as below:
1). What you said support for half of year is service support or I need repay money for the theme each half of year?2). When I visit my website: https://www.bingsolar.com/online-mall in a new browser, It always has a popup window to show the newsletter “HEY YOU, SIGN UP AND CONNECT TO WOODMART! Be the first to learn about our latest trends and get exclusive offers”,
Even if I have removed link of the newsletter in the top right, the popup still exist when visiting in a new browser.
How can I remove this popup? Please give me technical support.Thanks !
Attachments:
You must be logged in to view attached files.December 12, 2018 at 1:40 pm #95667
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please navigate to the Theme settings > Shop > Promo popup and disable or edit the content. If you want to edit, find the HTML block by ID and edit, you will find more details on
HTML blocks https://xtemos.com/docs/woodmart/html-blocks-2/Best Regards
December 14, 2018 at 9:56 am #96077
pruceParticipantHello,
Thanks for your support,
Now I have a new question: How to add link to the button of slider revolution? I have tried many times, but no work, please give me direction.Thanks,
Attachments:
You must be logged in to view attached files.December 14, 2018 at 11:28 am #96111
Elise NoromitMemberHello,
Enter the Slider Revolution and insert the link inside the button as shown: https://gyazo.com/39d7dff20b7aabbd1c95dcf4a0aac1b1
Best Regards
December 15, 2018 at 3:54 pm #96332
pruceParticipantOK, thanks a lot, this problem has been solved,
Now another question:
How does I remove the characters “shop” in the shop page and retain that shop picture?
When I set to hid the title “shop” in backstage, that shop picture also disappear.
Please give me direction, I just need keep that banner picture in the pages of shop and categories without “shop” characters.
How to solve this problem?Thanks,
Attachments:
You must be logged in to view attached files.December 15, 2018 at 5:55 pm #96352
Elise NoromitMemberHello,
Add this code to the Theme Settings > Custom CSS:
body .shop-title-wrapper .entry-title{ display:none!important; }
Best Regards
December 19, 2018 at 11:03 am #97017
pruceParticipantHello,
when I published a post, I found that the featured image also appears in the head of content. But if I remove the featured image, the image of front-page also disappear.Can I keep the featured image appear in the front-page without appearing in the head of post content?
Thanks,
Attachments:
You must be logged in to view attached files.December 19, 2018 at 12:20 pm #97040
Elise NoromitMemberHello,
Please provide the post URL I will provide custom CSS to hide.
Best Regards
December 20, 2018 at 3:24 am #97133
pruceParticipantHello,
Here is the URL: https://www.bingsolar.com/online-mall/solar-alarm-light-knowledge/I want to keep the featured image appearing in the front-page without appearing in the head of post content?
Thanks for your support.
December 20, 2018 at 7:36 am #97163
Elise NoromitMemberHello,
Add this code to the Theme Settings > Custom CSS:
.entry-header .entry-thumbnail{ display:none; } .post-single-page .article-body-container { text-align: left; margin-top: 80px; }
Best Regards
December 21, 2018 at 2:04 am #97457
pruceParticipantHello,
Thanks for your code, but when I add your code to the Custom CSS, the image which is in frontpage also disappear, here is frontpage: https://www.bingsolar.com/online-mall/
I just need it to disappear in the head of post content, but keep appear in the frontpage, can I realize it?Attachments:
You must be logged in to view attached files.December 21, 2018 at 8:09 am #97502
Elise NoromitMemberHello,
Please replace the code with this one:
.post-single-page .entry-header .entry-thumbnail{ display:none; } .post-single-page .article-body-container { text-align: left; margin-top: 80px; }
Best Regards
-
AuthorPosts
The topic ‘The connection that you establish with the website is not complete security’ is closed to new replies.
- You must be logged in to create new topics. Login / Register