Custom Theme not Working with Visual Editor
-
Hello WordPress Community!
I have been working on developing custom WordPress themes all summer, and after making one successful, working theme, I have stumbled upon some problems with my second. I have searched everywhere to see if someone was having the same problem, but when I found nothing, I decided it was time to ask about it myself (although I am a bit nervous, to be honest!)
So basically, the theme is fully developed in terms of layout. Everything is properly in its place, everything looks the way I want it to structurally. Perfect!
The problem? It’s like my theme is not cooperating with WordPress’s Visual Editor. I am only working with Pages (not posts). Here are some problems I’ve come across thus far:
- CSS specified for all images in style.css not applied to images added within the visual editor
- Bulleted lists show up in the visual editor when applied, but do not appear on the actual webpage
- Spacing in the visual editor is problematic – I have to double space in the editor in order for a single space to show up on the page, and sometimes just opening the page in the editor makes spaces disappear
- Image alignment shows up in the visual editor when applied, but does not appear properly on the actual webpage (all images align left – no wrapping)
I do not know if I need to add certain functions to the functions.php file in order to allow for a more seamless usage of the visual editor or if I need to specify some additional things in the style.css… I have no idea what the problem could be. Has anyone else had such issues?
(Note: it is absolutely a must for the visual editor to work, as the client I am working for is not tech savvy, but is quite particular about visual layout. The simpler the better!)
The topic ‘Custom Theme not Working with Visual Editor’ is closed to new replies.