Using Multi Lode Theme which has worked handsomely for me. But, I’ve just had an error crop up. I’ve moved the site to SSL, which has been fine, however, it seems that the Extra Content areas are now no longer displaying correctly on the live site. Looking in RW, the EC3 area displays correctly and opens correctly, but now the little newsletter signup form is displaying in the body of the page?
Looking at the Dev console, its telling me that it cannot find the JS files.
I looked at the permissions and the rw_common folder had 700, which I’ve tried to reset to 755 as per another thread on here. Still no joy.
Anyone have an idea of what I’m either doing wrong or not done?
It appears you have some files loading that are coming from HTTP, not HTTPS. Fonts and a jquery.
Don’t know if that is something that came with the theme or something you added?
Looks as though you have redirects going to https:// for http:// thats good but if it is something you can turn off easliy might help you determine if this is SSL only problem. If you can turn that off then check with just http:// and see if the problem is still around.
You can also check your URL with a tool like:
If the problem only occurs in SSL (https://) this will help you id the files that might be blocking on load. I know most are in the theme or stacks but testing this would confirm what is causing the problem.
I’ve tried modifying the htaccess hidden file on the server but that hasn’t helped.
This was the script in it:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://thehorsephysio.co.uk/$1 [R=301,L]
Is the above correct or having I screwed up?
Cheers
No that looks like what you want. As you can see while you were looking at that, I tested on Chrome. Chrome lets you force load blocked content, and the toggler was back in place. Don’t know what you are using for the toggle drop-down?
Once you force load it tells you not secure.
Doug, thanks for this. I have logged a message with Mulitheme who make Multi Lode. So, I’ll come back on here when I get a response and update. Hopefully a solution!
Cheers and thank again for your enquiring mind!
Cheers
Hi together, I Have that problem too with Extra Content and RW8. Page is running SSL. I have to change this code line: “http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" to https. But how can that be managed in RW? Do you got any solution in the meantime?
Thanks so much, Nils