Hi,
I have a problem passing from http to https. Some elements are remaining in http mode even if I delete them completely and reloade them. Look at the 3 images at the bottom of the Home page. I dont know how to get access to the source code of these images or get them in https.
I also try to add a piece of code found on your support forum. Here is the code I add in functions.php child theme:
add_filter(‘upload_dir’, function($uploads) {
$uploads[‘url’] = preg_replace(‘#^http://#i’, ‘https://’, $uploads[‘url’]);
$uploads[‘baseurl’] = preg_replace(‘#^http://#i’, ‘https://’, $uploads[‘baseurl’]);
return $uploads;
});
But it seems not working at all.
Could you please help?
Thank you
Hey dannykweb,
Not sure but maybe reuploading them would be the easiest option? Please send us admin login details in private if you should have any further problems.
Thanks,
Rikard
I reuploade it but without success.
Hey!
Please install the following plugin: https://wordpress.org/plugins/wp-force-https/
Cheers!
Ismael
Hi,
I tried this plugin but it does not solve this issue. Could you please give me another was to solve this problem?
Thank you
GJ
Hi again,
Still no solution to my https problem? I’m kind of desperate right now.
Please help !
Hey!
Sorry for the late reply.
We checked the basic settings and everything seem to look good to me. Please follow the steps provided in this link https://css-tricks.com/moving-to-https-on-wordpress/ if you still have any issues would be nice to hear what your hosting provider has to say about this?
Regards,
Vinay