-
AuthorPosts
-
February 20, 2014 at 12:05 pm #226698
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?
February 20, 2014 at 2:39 pm #226768Hi 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,
IsmaelFebruary 24, 2014 at 1:49 pm #228448Did it but doesn’t work! :(
February 24, 2014 at 1:50 pm #228450I put it at the end of the file
February 25, 2014 at 5:01 am #228831Hi!
I checked the website and I don’t see the mixed content error anymore on Firefox. Please deactivate the cache plugin.
Regards,
IsmaelFebruary 25, 2014 at 10:17 am #228928Sorry you right it works (but wasn’t caching problem/was server problem that the changing wasn’t showed)
Thx – Topic closed!
February 25, 2014 at 10:46 am #228938But some pictures are still not shown and js isn’t working correctly :(
- This reply was modified 10 years, 9 months ago by Liminalty.
February 26, 2014 at 4:39 am #229411Hi!
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,
JosueFebruary 26, 2014 at 10:26 am #229495Sure, here is a screenshot:
chrome/firefox/firebug
http://www.apprupt.com/blogv4/wp-content/uploads/2014/02/screenshot.jpgFebruary 27, 2014 at 10:28 am #230001Hi!
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,
PeterMarch 24, 2014 at 5:36 pm #242204http://wordpress.org/plugins/wordpress-https/
i am using this allready – but it looks worse then before! :-O
https://www.apprupt.com/ <— on firefox
March 25, 2014 at 4:35 am #242507Hey!
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,
IsmaelMarch 25, 2014 at 10:17 am #242611This reply has been marked as private.March 25, 2014 at 3:29 pm #242763Hi!
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,
IsmaelMarch 25, 2014 at 5:39 pm #242876On 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.
March 28, 2014 at 9:26 pm #244580Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.