Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #455981

    Hi, I have just upgraded enfold and found that my SSL has been broken. I have done a search and found that most of the problems are associated with the Enfold theme. I have dumped the following in the functions.php file but that hasn’t fixed it. Please help as I am loosing money

    Thanks, Steve

    function fix_ssl_upload_url( $url ) {

    if ( is_ssl() )
    $url = str_replace( ‘http://’, ‘https://’, $url );
    return $url;

    }
    add_filter( ‘upload_dir’, ‘fix_ssl_upload_url’ );

    • This topic was modified 8 years, 10 months ago by Stevenbegg.
    #456233

    Hey Stevenbegg!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    #457611

    Thanks Elliott. I have found the issue and it is with the WishList Member plugin. If I disconnect that, it is working. If I reactivate it, it blows a fuse.

    I am also using wishlist member on other sites that I do not have the Enfold theme and it works fine. Is there an issue with Wishlist Member?

    Thanks

    Steve

    #457628

    Hey!

    Not that we are aware of. It seems like you will have to contact the WishList plugin creator, so he can locate the issue with wishlist debug long and fix it.

    We will happy to help if there is something we can do from our side.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘SSL Broken’ is closed to new replies.