-
AuthorPosts
-
January 21, 2014 at 11:41 pm #213051
Hello,
we’ve tried all the plugins; specifically, WordPress HTTPS and SSL Everything. However, we cannot get enfold assets to run with an SSL. Any ideas? Thank you
January 22, 2014 at 12:27 am #213063Hey mcuria!
I’m getting no warning about insecure content when viewing the site right now. Is it with a logged in user or something like that?
Best regards,
DevinJanuary 22, 2014 at 4:28 pm #213361we are troubleshooting different scripts to overwrite the urls, but still no luck.
January 22, 2014 at 4:31 pm #213364Whatever was set yesterday when I looked had no warnings at all (full green lock in chrome). Currently it isn’t loading in any stylesheet.
January 22, 2014 at 4:34 pm #213368yes, i understand. we found a nice javascript function, however it forces the entire website to load under an SSL, which causes many elements to be insecure.
if you’ll please revisit the url and inspect the document … you’ll see all the css, js, and other items being blocked because of the http call. e.g. http://www.stereologyresourcecenter.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.8
is there an easy way to get the php to simply omit http/https references?
thank you, we really appreciate your help.
January 23, 2014 at 5:02 pm #213947The theme doesn’t actually load in the scripts and styles. WordPress does through the register styles, register scripts and then the enqueue of both.
If a script is blocking them from happening then its blocking WordPress and not the theme.
November 20, 2014 at 11:30 pm #354594Hi, I’m having this problem too. Implemented an SSL certificate, and getting blocked content for various things apparently in the enfold files. I’m using a child theme, and would rather not go in and manually have to rewrite these links. I already had to do so in the font configuration file. Here’s a screenshot of my firebug error messages: http://screencast.com/t/MIoaOvmSdZDn
Additional: the back end is a mess, and there are tons of blocked files and stylesheets: http://screencast.com/t/qsBH9vje. I’m sure this has to do with the AVIA_BASE_URL. I have Woocommerce forcing SSL, I have changed my site URL , etc etc. I’ve changed all my links in my child theme. This site is supposed to launch tomorrow. Any ideas?
- This reply was modified 9 years, 12 months ago by mickfollari.
November 21, 2014 at 5:59 pm #355359Hi!
This is what we use to register all assets, http://codex.wordpress.org/Function_Reference/get_template_directory_uri. It’s supposed to check for SSL.
What happens when you activate just the parent theme and not the child theme? Also be sure to deactivate all plugins while testing.
If your still having problems then send us a WordPress login and we’ll take a look.
Cheers!
ElliottNovember 22, 2014 at 12:23 am #355718Hi Elliott,
Thank you. It’s good for me to know that. I tried the plugin I’ve seen you guys suggest that handles https across the site and it seemed to have helped, so I’m not getting those cross-domain errors anymore.BUT I have another related problem… Since moving to https, my image sliders are gone. Which is to say the container is still there, all the way to the
but it’s now empty. here’s the firebug: http://screencast.com/t/E96XM8Hfly9. I had the client delete and re-populate the sliders, and they show up fine in the back end but not on the site. When I firebug the back end, where the slider is, it seems to know they are https and shows the right locations in the uploads folder. Any ideas? here is the site: https://wp.waldorfsandiego.org/
November 23, 2014 at 6:03 pm #356278Hi!
I noticed in your source code the data-ids option has the IDs surrounded with single quotes which should not be happening. Send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
ElliottNovember 23, 2014 at 7:13 pm #356320This reply has been marked as private.November 24, 2014 at 6:21 am #356511Hi!
I’m sorry but you’re using an old version of the theme, 2.9.2, which is not compatible with WordPress 4.0.1. This why the sliders are missing. Please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelNovember 24, 2014 at 6:38 pm #357019Ismael-
Thank you. I should have thought of that. Actually, I did think to re-install the parent theme, but didn’t even think to look for an updated version. I assumed the WP update, being 4.0.1 would be a small update. Lesson learned! Uploading the new theme version now, so we’ll see if it fixes it. -
AuthorPosts
- The topic ‘SSL and insecure content’ is closed to new replies.