GK News Show Pro https links for images
Feel free to talk about everything related to our Wordpress Products
Rate this topic: 6.00 out of 6 based on 1 vote(s)
- GK User
- Sun Mar 06, 2016 8:58 pm
Hi,
I am using the GK News Show Pro extension on my website. I am trying to convert all the components to https. But since the images displayed by this extension is generated, i don't know how to change from http to https.
Thanks for your help.
I am using the GK News Show Pro extension on my website. I am trying to convert all the components to https. But since the images displayed by this extension is generated, i don't know how to change from http to https.
Thanks for your help.
-
- Fresh Boarder
- Joshua M
- Mon Mar 07, 2016 10:45 am
Hi,
Are you using the latest version of News Show Pro plugin? Could you provide your website URL?
Are you using the latest version of News Show Pro plugin? Could you provide your website URL?
-
- Moderator
- GK User
- Mon Mar 07, 2016 3:15 pm
I don't know how to reply if i use the last version. At least there is no notification in my backoffice that there is an update to be done.
Here is the website url. https://www.boutique-anti-nuisibles.com/
Thanks for your help.
Here is the website url. https://www.boutique-anti-nuisibles.com/
Thanks for your help.
-
- Fresh Boarder
- Joshua M
- Tue Mar 08, 2016 12:59 pm
The latest version is 1.0.1.6, please check your version.
Your images from NSP widget are loaded properly (with https) There's a problem with your "image show" images.
Did you try i.e. this plugin? https://wordpress.org/plugins/https-redirection/
Your images from NSP widget are loaded properly (with https) There's a problem with your "image show" images.
Did you try i.e. this plugin? https://wordpress.org/plugins/https-redirection/
-
- Moderator
- GK User
- Tue Mar 08, 2016 9:51 pm
Hi, I didn't want to use another plugin (afraid to get some unanticipated problems)
So i actually went to the image show and use this line of code
So now it works just fine.
Thanks for your help.
So i actually went to the image show and use this line of code
- Code: Select all
if (is_ssl()) {$images[$i]->guid = str_replace('http://', 'https://www.', $images[$i]->guid );}
So now it works just fine.
Thanks for your help.
-
- Fresh Boarder
5 posts
• Page 1 of 1