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.
if (is_ssl()) {$images[$i]->guid = str_replace('http://', 'https://www.', $images[$i]->guid );}