Website not displaying properly

Post Reply
Clochette
Jr. Bludit
Posts: 2
Joined: Wed Mar 19, 2025 6:11 pm
Has thanked: 1 time

Hello!
I created a small website with the theme Massively. It used to look fine but now it's looking all broken, as if the css didn't exist
https://www.chez-germaine.com/

I am not sure what to do to fix it. Please help! Thank you :D
User avatar
Edi
Site Admin
Posts: 3078
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

Sorry for the late answer!

Bludit is installed at http://www.chez-germaine.com.

To use https://www.chez-germaine.com please go to Settings > General > Site URL and change in the field URL from http:// to https://.
Marginalien, Blog zu Kunst, Kultur und KI
aufbruch.ch, Plattform zu Kunst und Kultur um 1900
doobs
Ssr. Bludit
Posts: 17
Joined: Fri Dec 06, 2024 1:07 am
Has thanked: 1 time

Edi wrote: Wed Mar 26, 2025 9:41 pm Sorry for the late answer!

Bludit is installed at http://www.chez-germaine.com.

To use https://www.chez-germaine.com please go to Settings > General > Site URL and change in the field URL from http:// to https://.
Ha!

Had just come here with the same issue.

Brilliant
chris
Clochette
Jr. Bludit
Posts: 2
Joined: Wed Mar 19, 2025 6:11 pm
Has thanked: 1 time

Edi wrote: Wed Mar 26, 2025 9:41 pm Sorry for the late answer!

Bludit is installed at http://www.chez-germaine.com.

To use https://www.chez-germaine.com please go to Settings > General > Site URL and change in the field URL from http:// to https://.
Edi, thank you so so much for your help. It's now all fixed thanks to you!
User avatar
zacharielle
Ssr. Bludit
Posts: 13
Joined: Sat Jan 07, 2023 7:51 am
Has thanked: 11 times
Been thanked: 10 times

Hi,

I used Massively theme for a project and I noticed that it was impossible to zoom on mobile devices. I found this was because of "user-scalable=no" in the viewport meta name. For better accessibility, I would recommend deleting it from your theme (index.php):

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
should become

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1" />
I thought I already did it but apparently not, I've just opened a PR on GitHub to that end.
Post Reply