I use the most recent versions of WP and the great Mamoto plugin.
SSL works well with the frontend and all other plugins.
When trying to access “Momoto Admin”, “Reports” or “Tag Manager” pages I get a “Page unsecure” error in multiple browsers.
The url is correctly in the “Diagnose” section of Mamoto.
Thanks for any advise.
Peter
]]>When I run whynopadlock.com against my site, I get a lot of the following errors:
A file with an insecure url of “https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700,600” was loaded on line: 111 of https://travis-company.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
I have searched everywhere in my site, including deactivating and reactivating but I can’t get the plug-in to point to https://fonts.googleapis.com
]]>I tried it in a SSL-WP-Setup and a Non-SSL-WP-Setup
]]>Just add an ‘s’ at the youtube url in the widget.php (at line 35) of this plugin and everything is fine.
Example:
<iframe width=”<?php echo $width; ?>” height=”<?php echo $height; ?>” src=”https://www.youtube.com/embed/<?php echo $url; ?>?<?php if($options[‘autoplay’]==1){?>rel=0&autoplay=1<?php } ?>” frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>
Greating
]]>I have added an SSL for the checkout page due to a customer complaint.
The padlock will only show if I remove the logo as the logo path is absolute to the non secure image in the media library.
What do I need to change to make this a relative path so it runs under https and then will show the padlock
]]>The problem is that some fonts are loaded from Google Fonts API using hard-coded HTTP schema URLs instead of using “schema neutral” URLs that start with a double forward slash.
]]>The problem is that some fonts are loaded from Google Fonts API using hard-coded HTTP schema URLs instead of using “schema neutral” URLs that start with a double forward slash.
]]>Can someone help me to fix the problem that logo’s will be displayed als HTTP on a HTTPS secured website? Or is this something that need to be developed?
I Hope someone can help.
Kind regards,
Mr Unique