Support Forum
1 - Ultilizado text editors bbcod html and images look like this:
https://docs.google.com/file/d.....p=drivesdk
Should be flush left po padão
2. The TinyMCE editor appears to users and will not appear to the administrator.
Grateful for the help!
well, I can assure you that we make no special checks for displaying the editor to users or admins... so that means you have something else on your site, that is affecting tinymce...
since this is just the wp editor, I suspect you have a theme or plugin that is adding additional buttons to the editor in the admin for writing posts... unfortunately, many of those themes and plugins make the bad assumption that the wp editor only shows in the admin... very wrong and not how the wp devs designed it...
do you get extra tinymce buttons in the admin wp editor?
if we can identify if the theme or plugin is adding the buttons, we can help correct it if they are doing wrong...
Visit Cruise Talk Central and Mr Papa's World
We figured it would be something like that.
Try taking a look in the plugins main code file - usually has the same name in the root folder of the plugin. Somewhere in there you will almost certainly find a line of code that starts with:
add_action('init',
try changing that to:
add_action('admin_init',
and see if that resolves it...
YELLOW
SWORDFISH
|
1 Guest(s)