-
AuthorPosts
-
March 7, 2016 at 7:22 pm #594546
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
March 9, 2016 at 5:06 am #595286Hey 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,
RikardMarch 9, 2016 at 11:12 pm #595900I reuploade it but without success.
March 15, 2016 at 7:17 am #598204Hey!
Please install the following plugin: https://wordpress.org/plugins/wp-force-https/
Cheers!
IsmaelMarch 18, 2016 at 11:33 pm #600578Hi,
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
March 24, 2016 at 12:52 pm #602972Hi again,
Still no solution to my https problem? I’m kind of desperate right now.
Please help !
March 28, 2016 at 9:15 am #603900Hey!
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-
This reply was modified 9 years, 7 months ago by
Vinay.
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
