guides not showing up
3 years ago

the guides for any game i click on aren't showing up, anyone know a fix?

Finland

seems to be the same bug that the forum posts are having. you can still see what the guide says with inspect element

MrMonsh les gusta esto
Israel

The entire site is broken right now. You will have to wait until it is fixed, and in the meantime use inspect element on everything.

Oh_my_gourdness y MrMonsh les gusta esto
Israel

Not a perfect solution, but you can temporary show the guides like you are editing them, and it will show the content of the guide (but without rendering any images or markdown). Add this rule to a css extension:

form[name='editguideform'] > span { display: block; }

Oh_my_gourdness y MrMonsh les gusta esto