Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #226698

    https://www.apprupt.com/

    If you are running the page with firefox and https the webpage has really huge problems because of some error messages:

    “Blocked loading mixed active content …”

    and

    “Loading mixed (insecure) display content on a secure page…”

    Any solution for this problem?

    #226768

    Hi Liminalty!

    Please add this on functions.php:

    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' );

    Regards,
    Ismael

    #228448

    Did it but doesn’t work! :(

    #228450

    I put it at the end of the file

    #228831

    Hi!

    I checked the website and I don’t see the mixed content error anymore on Firefox. Please deactivate the cache plugin.

    Regards,
    Ismael

    #228928

    Sorry you right it works (but wasn’t caching problem/was server problem that the changing wasn’t showed)

    Thx – Topic closed!

    #228938

    But some pictures are still not shown and js isn’t working correctly :(

    https://www.apprupt.com/

    • This reply was modified 10 years, 9 months ago by Liminalty.
    #229411

    Hi!

    I checked your website and everything appears to be working as expected, could you give more details on which images are not being shown and what JS isn’t working correctly?

    Best regards,
    Josue

    #229495

    Sure, here is a screenshot:

    chrome/firefox/firebug
    http://www.apprupt.com/blogv4/wp-content/uploads/2014/02/screenshot.jpg

    #230001

    Hi!

    Please try to install this plugin instead: http://wordpress.org/plugins/wordpress-https/ – it’s more complex than Ismaels solution but should update all urls.

    Best regards,
    Peter

    #242204

    http://wordpress.org/plugins/wordpress-https/

    i am using this allready – but it looks worse then before! :-O

    https://www.apprupt.com/ <— on firefox

    #242507

    Hey!

    Please post the login details here and set it as a private reply. We would like to check it. I checked it on Firefox, the layer slider and other images are showing properly.

    Regards,
    Ismael

    #242611
    This reply has been marked as private.
    #242763

    Hi!

    Of course you can trust us! :)

    I checked the website and the images are loading properly. I don’t see any mixed content errors anymore when I visited the site on Firefox. One thing I noticed is that you’re using a very old version of the theme. You might want to update the theme to the latest version 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    #242876

    On your screenshot you are not using https aren’t you?

    Can you look at it once more please, because the error only occures if you do.

    It is not a general firefox problem it is a general problem of firefox using https://

    • This reply was modified 10 years, 8 months ago by Liminalty.
    #244580

    Hi!

    Please update your theme to the latest version (2.6.2), do a backup if you have made any modification to the core files.

    Best regards,
    Josue

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.