10691 Posts in 2798 Topics by 1519 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Do themes change the admin interface? | 688 views |

7 June 2008 at 1:58pm
I uploaded a new couple of new themes, changed the one I'm using, and now the admin interface (backend) looks all wonky. Only subtly different, but things don't line up right and I have some white text on white backgrounds. Does this ring any bells? (If themes *do* apply to the admin interface, can I somehow configure them not to?)

7 June 2008 at 4:56pm
Hi there,
No - this is a bug. Typically this is caused by themes which don't have namespaced CSS rules in the typography.css file.
If you open up the offending theme typography.css file, there are probably CSS rules like h2 {} which should be more like .typography h2 { }.
The idea is the CMS should ONLY pick up the theme styles for .typography CSS rules. If it picks up others, then it has the potential to break other styles, as .typography is only targeted towards the TinyMCE editor, so that you can match theme styles to the editable styles.
Just out of interest, which theme(s) are having this problem?
Cheers,
Sean
Last edited: 7 June 2008 at 4:57pm

8 June 2008 at 7:36am
"Just out of interest, which theme(s) are having this problem?"
The one I hacked together without understanding what the typography.css file was. O:-)
Thanks for the help.
Edit: how the @$%@# do you make linebreaks work? I had a post in the "Bugs (temp)" forum about the same thing.
Last edited: 8 June 2008 at 7:37am

9 June 2008 at 8:37am
There's some issue with the forum, it keeps on stripping out the line breaks for some reason. I think it's the formatting parser doing it. I'll see if anyone in the office knows about it.
| 688 views | |||
| go to top | Reply |