The plugin-tinymce tag has no wiki summary.
0
votes
0answers
42 views
Can't add custom element in Text mode in TinyMCE editor in WordPress
I would like to add a custom element in the TinyMCE editor in WordPress.
In the Visual mode it should look like this:
In the Text mode it should be: <!-- example -->
The element is inserted ...
0
votes
1answer
24 views
TinyMCE Advances is removing blanks (“ ”)
I want to keep blanks " " inserted by the user in Wordpress with the TinyMCE Advanced plugin. He keeps them only if there are some letters at the beginning. E.g.
Fr 09:00 - 18:00
But he don't ...
0
votes
0answers
43 views
Customize Link button in TinyMCE
I would like to add a text field to the popup that appears when I click on the link button in the visual editor and add a function that uses this input.
Background:
I'm using Lightbox Plus and I ...
0
votes
1answer
32 views
Add custom classes to TinyMCE generated markup
Is there a way to add custom classes to the markup that the tinyMCE WYSIWYG editor?
Obviously, I could apply any styles by targeting the post/page wrapper, but my concern is getting markup to play ...
1
vote
2answers
78 views
wordpress 3.5 tinymce height
I've just upgraded wordpress to 3.5 version and I noticed that TinyMCE Advanced Editor is not as tall as before.
How can I change default tinyMCE height?
UPDATE
This is the screenshot of section I ...
0
votes
0answers
37 views
What is the Correct Way to Use get_terms in a Plugin?
I'm currently writing a plugin for restaurant menu management. I have a custom taxonomy that I would like to retrieve the terms for from any page or post. Currently I have a sample dropdown list ...
0
votes
1answer
43 views
Get the More QuickTag button back
I can't work out how to add the WP quicktag button back into the editor, I have customized the editor as below:
function gimko_format_tiny_mce($in) {
$in['remove_linebreaks']=false;
...
0
votes
1answer
141 views
How to close tinymce inline popup
I have been looking around, but am unable to close the popup programmatically.
The following code does not seem to work.
tinyMCEPopup.close()
TypeError: Cannot read property 'windowManager' of ...
1
vote
1answer
202 views
TinyMCE Autoresize
Looking for a way to make the TinyMCE editor always relative to it's content so that the height of the editor changes accordingly to how much text/images it contains.
There seem to be plugins for ...
0
votes
1answer
72 views
prevent caching during tinymce custom button development
I'm following this turial on how to add a custom button to TinyMCE editor in WordPress. Trying to edit author's JS to include my functionality, yet it seems to have gotten cached. Article author has a ...
2
votes
1answer
153 views
TinyMCE Plugin Parameter
Can anyone tell me if there is anywhere I can find out what each of these TinyMCE plugins are for?
...
1
vote
0answers
70 views
Hook into existing tinyMCE button
Is there a way to hook into an existing tinyMCE editor button?
I have a plugin that currently has a button on the editor and it shows a popup-box when clicked. This box has tabs inside.
I would like ...
0
votes
0answers
147 views
No tooltips for WordPress tinymce (translation problem?) [closed]
I have here a Wordpress 3.2.1 with tinyMCE. If someone edits a page all tooltips are missing. E.g. if you hold your mouse above a control you get advanced.bold_desc, advanced.italic_desc and so on. I ...
0
votes
1answer
371 views
Customer Support: TinyMCE stopped working (on some computers)
I'm sold on this one.
A client has reported he can't edit any text on posts or pages on his WordPress site, claiming the visual editor text is white and he can't click on any buttons. Not even the ...
-2
votes
1answer
99 views
install tinymce plugin
I'm sure this is really simple, but I can't find a quick answer anywhere by searching. I just want to include the TinyMCE plugin "template" distributed by Moxiecode into my Wordpress editor. Simply ...
2
votes
2answers
82 views
Shortcode perfomance solution
I have a site that is performance critical. Doing shortcodes I thought about the time the server needs to parse and return the content, instead to allow some HTML (<div class="redletter">) to go ...
2
votes
2answers
850 views
Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
Thanks to this answer here, I am able to use different instances of wp_editor to determine which buttons each of my differing TinyMCE instances use.
However, I'm struggling to actually get my buttons ...
0
votes
2answers
558 views
Front-end image upload from TinyME
I'm trying to edit the Q&A Plugin (which for those of you that don't know it is a StackExchange-style plugin with Custom Post Types of Questions and Answers) to incorporate image uploads.
It ...
1
vote
1answer
1k views
TinyMCE Advanced newline problem
I am using TinyMCE Advanced plugin according to qTranslate in a wordpress 3.3 installation. My question is: why does tinymce translate visual editor new line ("enter" key) in a ...
1
vote
1answer
310 views
How can I enable a TINYMCE rich text editor in the admin interface?
I'd like to add some text above my category archives, and I'd like to use the built-in Wordpress TinyMCE editor to do it. I've seen some plugins like black-studio-tinymce-widget which does a nice job ...
0
votes
1answer
673 views
WP 3.3 update disabled editor stylesheet? Or TinyMCE Advanced problem?
I have several CMS websites using TinyMCE Advanced plugin and the editor-style.css style sheet to make editor text resemble website text. After updating to WP 3.3, the editor no longer uses the ...
0
votes
0answers
349 views
Having problem coding tiny mce button for my plugin's shortcode [closed]
i have this plugin named toggle-box which insert the shortcode [toggle Title="the title"]text[/toggle] and allows me to use this shortcode to insert toggle boxes in to wordpress blog i as tring to add ...
2
votes
1answer
533 views
How can I find the 'public absolute' path of a file?
Short Version
I need to give in the absolute path of a Javascript file that is to be hooked into something. It works if I hardcode it into
'http://mywebsite.com/folder/script.js'
However I prefer ...
2
votes
1answer
188 views
2nd button row from WP Super Edit or TinyMCE Advanced doesn't show to 2nd admin
I'm currently using WP Super Edit. But the same problem persists with TinyMCE Advanced.
This is how it is configured:
http://i.imgur.com/4PyXi.png
http://i.imgur.com/YniBi.png
...
2
votes
1answer
917 views
TinyMCE with custom buttons on a meta box
Firstly please allow me to apologise - my fourth question in the week that I've been here! You've all been very helpful though, which is why I keep coming back..
I'm trying to put together a custom ...
3
votes
2answers
1k views
How i can i add a split button or list box to the WordPress TinyMCE instance
I have added a custom button to the tinymce to insert my shortcodes, but I have so many and I want to make a splitbutton instead and I can't figure how. Anyone can help. Here's the code that I've used ...