trefor
Forum Replies Created
-
create a php.ini and use the following:
short_open_tag=On
no scratch that it has errors all over the place… i guess its to do with the short codes in other files… anyone got any ideas?
Looking at past problems it seems that the function below is using the short codes for <? instead of <?php in the class.wp-plugins.php file. I update the function below and it activated right away. The developer said he fixed this but obviously not. Other that that its a nice little plugin.
[Code moderated as per the Forum Rules. Please use the pastebin]
I know its not correct mark up and that we should use P tags to wrap around our text.
But there are times when a client just wants to have a new line without a new paragraph.Its easy for me to edit the HTML and do this manually but not for the client.
WordPress can obviously handle line breaks quite well as it retains the format from text copied in so why can’t we just have a newline button in the editor.?
It seems like this is an issue that has been going on for years…
Forum: Hacks
In reply to: Change the Visual Editor Font SizeHi
I’m changing the editor-style.css in a copy of 2011 but its having no effect on the visual editor at all.
Am I missing something?