Any Softaculous' apps display the template incorrectly

Summary

(Probably) Every design templates (front and back/-end) displayed incorrectly

Account

https://joo-nath.cf

Software

Both Softaculous’ automated installer and stand-alone WordPress (downloaded through their official page)

Steps to reproduce

Did not get much information. Some said to re-install, some others said to turn off SSL

What is the current issue behavior?

The template displayed incorrectly; probably to all kind of automated installation(s) provided in Softaculous (didn’t test all of them)

What is the expected correct behavior?

The correct one.

Relevant code, logs and/or screenshots

Did not check that out, yet.

Attempted solutions

  • Reinstall the apps through Softaculous
  • Did a stand-alone installer (for WordPress)
  • Turning off SSL

Actually, turning off SSL should do the trick. Your website looks quite broken from here as well, but that’s because your website is served over https but all links to images, styles and scripts use http URLs. And such URLs are blocked for security reasons.

Try to set your Wordpress website URL to https as well. That should fix the asset links.

@Admin said:
Actually, turning off SSL should do the trick. Your website looks quite broken from here as well, but that’s because your website is served over https but all links to images, styles and scripts use http URLs. And such URLs are blocked for security reasons.

Try to set your Wordpress website URL to https as well. That should fix the asset links.

Apparently, Cloudflare’s SSL didn’t support flexible connection mode between them and yours. Got it fixed by switching to Full mode. Thanks for your support (and sorry for not mentioning Cloudflare SSL :wink: )