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

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #93933

    pruce
    Participant

    Hello, 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.
    #93978

    Hello,

    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

    #95655

    pruce
    Participant

    Thanks, 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.
    #95667

    Hello,

    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

    #96077

    pruce
    Participant

    Hello,

    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.
    #96111

    Hello,

    Enter the Slider Revolution and insert the link inside the button as shown: https://gyazo.com/39d7dff20b7aabbd1c95dcf4a0aac1b1

    Best Regards

    #96332

    pruce
    Participant

    OK, 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.
    #96352

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    body .shop-title-wrapper .entry-title{
    display:none!important;
    }

    Best Regards

    #97017

    pruce
    Participant

    Hello,
    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.
    #97040

    Hello,

    Please provide the post URL I will provide custom CSS to hide.

    Best Regards

    #97133

    pruce
    Participant

    Hello,
    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.

    #97163

    Hello,

    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

    #97457

    pruce
    Participant

    Hello,

    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.
    #97502

    Hello,

    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

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘The connection that you establish with the website is not complete security’ is closed to new replies.