Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #595286

    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

    #595900

    I reuploade it but without success.

    #598204

    Hey!

    Please install the following plugin: https://wordpress.org/plugins/wp-force-https/

    Cheers!
    Ismael

    #600578

    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

    #602972

    Hi again,

    Still no solution to my https problem? I’m kind of desperate right now.

    Please help !

    #603900

    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

    • This reply was modified 8 years, 1 month ago by Vinay.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.