• Resolved thor_a

    (@thor_a)


    If I insert an icon on the setup page it does not use https but only http. Every other element is called with https. To prevent any ssl warning in the browser I had to remove the icon. Do you have any workaround?

    • This topic was modified 5 years, 11 months ago by thor_a.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Noah Hearle

    (@designextreme)

    @thor_a Thanks for pointing this out. I’ll check this and release a fix if it’s a bug in the next version.

    There is a work-around – use the icon parameter with either a relative or full URL.

    • This reply was modified 5 years, 11 months ago by Noah Hearle.
    Plugin Author Noah Hearle

    (@designextreme)

    @thor_a The icon (and logo) image selections simply uses the image ID as a reference to get the image’s URL from the database.

    Did you once use the HTTP version for your website’s URL? If so, then all references will need changing to the HTTPS version using a search/replace plugin or similar.

    Thread Starter thor_a

    (@thor_a)

    Thank you for your help! It was a very old logo and was not referenced as https in the database. Easy resolve is to upload the same image again!

    • This reply was modified 5 years, 11 months ago by thor_a.
    Plugin Author Noah Hearle

    (@designextreme)

    @thor_a Firstly, did you website use a non-HTTPS URL at some point? If so, please ensure the search/replace on all URLs is processed.

    The parameter is in the shortcode, something like this:

    [reviews_rating icon="/wp-content/uploads/logo.svg"]

    Let me know how this goes?

    Plugin Author Noah Hearle

    (@designextreme)

    @thor_a I’ve read something online that I am going to implement in the next version to handle the image URLs better – more stable if the site’s URL changes.

    Thread Starter thor_a

    (@thor_a)

    Oh, I see, I forgot that the shortcode has the ability to include options. I was just using [reviews_rating].

    • This reply was modified 5 years, 11 months ago by thor_a.
    Plugin Author Noah Hearle

    (@designextreme)

    @thor_a I have updated the handling of the images set in the Setup tab with the latest version: 3.4.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Icon wrong protocol (https)’ is closed to new replies.