XF 1.5 Converting to SSL breaks style, including the default style

djbaxter

in memoriam 1947-2022
I followed all the directions in the guide. The domain has a valid domain certficate. This happens whether I have the main site (Wordpress based) serving over https:// or http://

See http://bizwarriors.com/forum/ vs https://bizwarriors.com/forum/

I have turned everything back to non-SSL now for our members but you can clearly see the difference.

The style (Flat Awesome +) designer, PixelExit, says he's not convinced it's a style issue.

Indeed, the same or similar issues occur with the Xenforo default style:

default-2017-01-24_11-07-49.webp

Here's the custom style:

FAPLUS-2017-01-24_11-10-09.webp



Note it says there is an error but no error is specified.

Any ideas?
 
You do have some errors and mixed content:

Code:
https://bizwarriors.com/forum/brms-statistic/statistics.json Failed to load resource: the server responded with a status of 404 ()
jquery.min.js:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:4
(unknown) JQMIGRATE: Migrate is installed, version 1.4.1
xenforo.js:223 XenForo.activate(e.fn.init[1])
bizwarriors.com/:1 Mixed Content: The page at 'https://bizwarriors.com/forum/' was loaded over HTTPS, but requested an insecure image 'http://bizwarriors.com/wp-content/uploads/2016/08/bizwarriors-logo.png'. This content should also be served over HTTPS.
bizwarriors.com/:1 Mixed Content: The page at 'https://bizwarriors.com/forum/' was loaded over HTTPS, but requested an insecure image 'http://bizwarriors.com/wp-content/uploads/2016/06/need-help-300x250.png'. This content should also be served over HTTPS.

How is the default style?

If that's OK then presumably there is an issue with the style, but you should sort out the images from http coming from wordpress
 
Code:
https://bizwarriors.com/forum/brms-statistic/statistics.json Failed to load resource: the server responded with a status of 404 ()
jquery.min.js:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:4

Solved: It was the ******* statistics add-on. When I disable that, the forum loads just fine over SSL/TSL. :)

Thank you.

What did you use to locate those errors?
 
Top Bottom