-
AuthorPosts
-
February 8, 2018 at 11:01 pm #910029
The only file that is not being loaded over HTTPS is the styles.css file ?
Trying to do everything to fix this warning. Please help.
Please go to link below and “inspect” in your css debuger and you will see the error.
Thank you!
Also – every plugin, theme file and wordpress core is UP TO DATE as of today!
February 9, 2018 at 6:04 am #910124Hey eberswine,
I can’t see any warnings on the page you linked to and the https is green on Chrome, I’m guessing you got it working?
Best regards,
RikardFebruary 9, 2018 at 4:25 pm #910308Must have been cache.. thanks
February 9, 2018 at 6:07 pm #910342Hi,
Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoMarch 29, 2018 at 3:01 pm #934849Hi,
I have the same issue as seen in developer mode.March 30, 2018 at 5:07 am #935103Hi gianmarizzi,
Your post contains no information at all for us to be able to help you.
Best regards,
RikardMarch 30, 2018 at 8:19 am #935152You’re rigt, my apologies.
The issue happens on the style.css of http://www.geoclima.com and on favicon of http://www.althermo.com which are uploaded from http and not https.- This reply was modified 6 years, 7 months ago by gianmarizzi.
March 30, 2018 at 10:34 am #935218Hi gianmarizzi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMarch 30, 2018 at 10:59 am #935240Sure. You can find both.
March 31, 2018 at 7:28 pm #935607March 31, 2018 at 9:02 pm #935623I can see it on three different browsers, actually.
April 2, 2018 at 9:23 am #935980Hi,
I can see it fixed on your one site, the other site stil has the mixed content but if I check on the style.css it’s already in https whether I check it via web inspector (screenshot in private content) or if I check page source.
Best regards,
NikkoApril 3, 2018 at 8:30 am #936356So how should I fix it?
April 4, 2018 at 5:48 am #936924Hi,
Please enable the Appearance > Editor panel. Did you add any modifications in the functions.php file?
Best regards,
IsmaelApril 4, 2018 at 9:22 am #937036I’ve just added this one:
// Remove query string from static files function remove_cssjs_ver( $src ) { if( strpos( $src, '?ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; } add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 ); add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
April 5, 2018 at 5:37 pm #937832Anyone?
April 5, 2018 at 7:01 pm #937864i have only one image on a different site which seems to be loaded from a different site: disegno.jpg from http://www.gmrizzi.it
but the rest seems to be o.k.you got it here : https://www.geoclima.com/wp-content/uploads/2013/05/disegno.jpg but sometimes it tries to load via an old site
guess you have to look into the layerslider backgroundsApril 6, 2018 at 8:17 am #938105What about the https://www.althermo.com website? It happens a couple of images (e.g. favicon) are loaded from http?
Can’t understand what I should do to fix it.April 6, 2018 at 8:40 am #938117Google Chrome says:
Mixed Content: The page at ‘https://www.geoclima.com/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://www.geoclima.com/wp-content/themes/enfold/style.css’. This request has been blocked; the content must be served over HTTPS.April 6, 2018 at 9:29 am #938129i see you are using on that site wp-super cache – did you empty your cache on that – because i havn’t that error message on my end here.
by the way – on DSGVO is comming soon – a lot of my customers switched to https (TLS) too.
On all those sites i do control / manage it the normal way – but after switching i use the plugin : search & replace.
it is a mighty tool to search and replace things in the database.
so you can have a search for example:
http://www.geoclima and replace it with
https://www.geoclimaby the way – they have a testrun on that to see how many entries are to be replaced.
(be carefull – a search for http and replace with https is not a good advice)April 6, 2018 at 10:09 am #938150Hi,
@gianmarizzi: Please disable the filters in the functions.php file temporarily and then try @Guenni007’s suggestions above.
@Guenni007: Thank you for the info. :)Best regards,
IsmaelApril 6, 2018 at 12:00 pm #938226http://www.geoclima.com: after disabling the filters in the functions.php and emptying the cache I have green light on Firexfox and mixed content errors (style.css) on Chrome (browser caches are empty)
http://www.althermo.com: after disabling the filters in the functions.php and emptying the cache I have green light on Chrome and mixed content erros (yellow warning for favicon and logo) on Firefox (browser caches are empty).
I really can’t understand.
@guenni007: thanks for suggestion but I don’t want to spoil database.April 6, 2018 at 3:02 pm #938276thats why i first give the advice:
i see you are using on that site wp-super cache – did you empty your cache on that – because i havn’t that error message on my end here.
so good that it has been solved without the db method – but if it stayes a problem on chrome this might be the only possibility to get rid of that troubles. ( on former times this had to be done via mysql – that was horrible – but with that plugin you can first save the db as sql file and thant run a test run to see if the database shows some http links)
April 6, 2018 at 4:02 pm #938288Odd is I have different messages on Chrome and Firefox.
geoclima.com gives an issue on style.css
althermo.com gives issues on favicon and logoBtw, in the previous comment I wrote www(dot)geoclima(dot)com and this website showed the http url. How comes?
April 7, 2018 at 8:09 am #938543on althermo.com your favicon and logo are still on http link.
how did you insert them – via Enfold Theme Options ? Look if there are still entries.
Or have you inserted favicon and logo via functions.php of your child theme – these enties are often forgotton to change.Or
wp supercache has a (supercache) Go to the Wp-Super Cache Content – regenerate Cache Stats and see if there are super-cached sites.
if you press here empty cache the super cache will be erased too.
After that empty cache of the browsers again !April 7, 2018 at 9:18 am #938576I uploaded them via Enfold Theme Options and as you can see they’re both on https.
http://i65.tinypic.com/2ustquv.png
But Firefox and Chrome say they’re both on http.
- This reply was modified 6 years, 7 months ago by gianmarizzi.
April 7, 2018 at 10:01 am #938588there must be some caching reasons for it.
maybe it is because of the new “minification” of the assets.
But please wait till mods here guide you with :add_filter('avf_merge_assets', function() { return 'none'; });
April 9, 2018 at 8:40 am #939009I’ve been waiting for days but there is no mods around… :-(
April 9, 2018 at 12:13 pm #939117Hi,
Did you use the Easy HTTPS Redirection plugin before? Please provide the FTP details in the private field so that we can access the .htaccess file.
Best regards,
IsmaelApril 9, 2018 at 3:08 pm #939254I used it but didn’t fix the issue.
- This reply was modified 6 years, 7 months ago by Basilis.
-
AuthorPosts
- The topic ‘SSL Mixed content for child theme .styles.css file ?’ is closed to new replies.