The tinymce tag has no wiki summary.
4
votes
1answer
146 views
Saving (Updating) Post / Page Edits With AJAX
One of the major frustrations while editing posts/pages is that after saving, two things happen:
The admin page is reloaded, which takes time
More importantly, the cursor position is lost
If ...
1
vote
1answer
206 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 ...
4
votes
2answers
4k views
How to add a shortcode button to the TinyMCE editor?
How to make any plugin icon in wordpress post? The code I want to insert in plugin code and will appear in post bar [wp-admin/post.php].
Like this image:
Output: If I click the icon it ...
0
votes
2answers
149 views
Why is the media upload button not in the main toolbar & can it be placed there instead?
Is there a good reason why the wp media upload button is not placed within the main edit toolbar, and can we put it there instead of floating above??
0
votes
1answer
73 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
922 views
Load tinyMCE / wp_editor() via AJAX [duplicate]
Possible Duplicate:
How to load wp_editor() through AJAX/jQuery
There are several questions about this (like this, or that), but none of them provides a solution to me.
The situation:
I ...
1
vote
1answer
272 views
Adding Custom Styles to the MCE dropdown toolbar
I am using the following code to add style drop downs the mce toolbar, I want to be able to add a h1 element with the drop down but my code isnt working, I have tried a couple of different ways but it ...
1
vote
1answer
138 views
How to customize the symbols that appear in the Visual Editor insert custom character
The TinyMCE Editor has a great button in the kitchen sink to insert custom characters / symbols.
Is there a way to control what symbols show up in this pop-up? (Specifically I need some unique ...
0
votes
1answer
171 views
How do I change TinyMCE button “i” to create a i tag rather than em?
I want to give the "italic" button back the "styling" behaviour, rather than the spammy <em>. I want that button to print a <i> tag, rather than <em>.
<em> tags became popular ...
1
vote
1answer
112 views
wp_editor not modify html tags of initial content
How can i set the tinyMCE editor in wp_editor to not modify/replace the html tags of the initial content ?
I'm loading html content with tags (i know that they are deprecated but i need them) and ...
1
vote
0answers
198 views
Tinymce and uploading local pictures
I would like to extend the capabilities of the wordpress editor while keeping the option of uploading local pictures (in the simplest way possible:upload => insert).
I found a plugin which seems to ...
2
votes
1answer
125 views
Show All Posts Insert Edit Link
When I click to insert/edit link in the tinyMCE rich editor for a post, then click "Or link to existing content", it shows only posts that are live and published. Is there a way to get the list that ...
1
vote
0answers
83 views
HTML Excerpt causing issues [closed]
Hi I have this code to give me an HTML version of the excerpt box on the edit post screen, however when I'm in the HTML tab of the editor and switch to Visual I only see a blank page. Reloading the ...
0
votes
1answer
525 views
Stop Wordpress removing <script> tags when switching from HTML to Visual (TinyMCE)
Ok, I've seen solutions which go halfway to sorting out this problem, but nothing definitive, and nothing that 100% solves my problem.
Scenario:
In HTML mode, I add some javascript to a post I'm ...
1
vote
1answer
296 views
Using wp_editor in shortcode
I am building a plugin for frontend submission. I am using shortcodes API to display the form for content submission, but I am having troubles.
The problem is, wp_editor echoe's data, and shortcode ...
1
vote
3answers
111 views
customize tiny MCE blockqute
Hi we all know by default tiny MCE's blockquote generates this
<blockquote> content here </blockquote>
I am styling this via CSS :
the css im using :
blockquote { border: none; ...
1
vote
1answer
227 views
How to have custom tinyMCE buttons break onto next line when too long
There is probably a really simple solution that I am missing here but I have added multiple custom buttons to the tinyMCE editor in Wordpress and my problem is the row of buttons is too long (they're ...
0
votes
1answer
31 views
“After file loaded” action
I have a plug-in that allows for repeatable fields. There will be an image and the image description. The description allows for tinyMCE editing. There are obviously problems with this, but I think I ...
5
votes
1answer
596 views
Load wp_editor via ajax [duplicate]
Possible Duplicate:
How to load wp_editor() through AJAX/jQuery
I know that this has been asked before but it has not been answered fully or accurately or descriptively. I know how to load ...
0
votes
1answer
772 views
wordpress qtranslate editor text is not working
I have installed qtranslate on my wordpress site, it all works fine, but sometimes the content editor does not show the text, When I force refresh the page a few times (Ctrl + r) eventually the text ...
2
votes
2answers
463 views
Using Wordpress' WYSIWYG for comments
I've been trying to set up the comments section of a site I am working on to use the default Wordpress WYSIWYG (TinyMCE). But it's harder than expected.
I used this tutorial to take me almost all the ...
0
votes
1answer
251 views
Issue displaying multiple TinyMCE editors with WPAlchemy
I have a custom post type with a WPAlchemy admin meta box class including multiple textareas with TinyMCE editors(for adding content to the custom post template). I've gotten the editors to display ...
2
votes
1answer
155 views
TinyMCE Plugin Parameter
Can anyone tell me if there is anywhere I can find out what each of these TinyMCE plugins are for?
...
2
votes
1answer
129 views
How do I preview the result of a shortcode in the TinyMCE editor?
I have created a shortcode via the Shortcode API that does something like this:
[accordion_item numero="01" primeiro="true"]Item 01[/accordion_item]
[accordion_conteudo]
Lorem ipsum dolor sit amet, ...
2
votes
1answer
91 views
Wordpress visual editor broke due to non standard port?
I recently installed WordPress on my own server, which uses non-port 80 Apache service. I could view posts but the tinymce editor constantly broke. More specifically, all menu items in visual editor ...
4
votes
2answers
583 views
When switching from html to visual editor the <iframe> tag gets corrupted
I'm trying to embed an iFrame, and because I set up some CSS using responsive design, I wish to NOT have width="" and height="" attributes whatsoever.
When I type this into the HTML editor field..
...
0
votes
1answer
171 views
Tiny MCE custom styles, and preview in the backend
I've added the styles dropdown list to my TinyMCE editor in Wordpress. If I select the style, and preview it on the front end, it looks exactly like I expect it to. However, I'd like to preview it ...
1
vote
0answers
72 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
2answers
163 views
Add class to all links created by tinyMCE
I'm attempting to automatically add a class to all links created when clicking the "link" button in tinyMCE. I've found this snippet in the tinyMCE docs:
// Adds a class to all paragraphs in the ...
0
votes
1answer
164 views
Easy way to inject js in tinymce iframe?
I was wondering if there any direct hook to inject some javascript into tinymce iframe?
0
votes
1answer
196 views
How to disable tinyMCE button added by a plugin?
I know how to disable TinyMCE default buttons with add_filter('tiny_mce_before_init') using theme_advanced_disable parameter, but a button added by a 3rd party plugin seems impossible to hide with ...
2
votes
3answers
2k views
Stop editor from removing <p> tags and replacing them with nbsp
When I enter content in posts/pages' WYSIWYG editor, I do not get <p> when ending paragraphs, just  s. If I manually place <p></p> in the HTML mode, they are stripped as ...
2
votes
1answer
190 views
Instantiate TinyMCE via JS ( rather than PHP/wp_editor )
Once a page has loaded, how do I create a TinyMCE editor?
Putting a wp_editor call in an AJAX request then displaying it gives this:
Visual and text tabs are nonfunctional, no toolbar, no active ...
2
votes
1answer
204 views
Access tinymce from thickbox
Basically, I have a custom tinymce button which opens a thickbox window in iframe mode.
Is there a way to access the tinymce from the iframe? Wordpress media uploader seems to do it somehow.
Stuff ...
1
vote
1answer
82 views
How to get line breaks to translate to paragraphs?
How can I get the line breaks that I make in the TinyMCE editor to translate into new lines in the web page. Suddenly all posts when actually previewed on the theme are walls of text. In the final ...
0
votes
2answers
105 views
How do I separate my theme's styles from editor styles?
Do I need to implement an editor-specific stylesheet for the WordPress WYSIWYG? In doing so will this eliminate style conflicts that I am currently experiencing?I am have not implemented an editor ...
2
votes
0answers
148 views
Link button is not working while editing a post in Firefox [closed]
One of our admins started experiencing a weird issue when editing a post. When the link button is clicked inside the post editor in visual mode, the box appears with the content inside, but it is ...
2
votes
1answer
58 views
Ability to edit image via WYSIWYG
In the wordpress post WYSIWYG, you can easily add images from the media library. But, once the image is inserted into the post, it is not intuitive to edit the image's source to a different image in ...
3
votes
1answer
153 views
TinyMCE custom stylesheets for different post types
I use a custom stylesheet for TinyMCE, by placing custom styles in editor-style.css in my theme's directory.
I am trying to figure out how to use a different stylesheet depending on what post type we ...
0
votes
1answer
173 views
Insert attachments from custom uploader into post (regular uploader style)
I recently started using this nifty meta box framework:
http://www.deluxeblogtips.com/meta-box-script-for-wordpress/
I really like the plupload meta box, however, I need to be able to add the ...
0
votes
2answers
252 views
Tinymce broken after update
I've found other posts related to this, but none had a answer to my issue.
After updating to WP 3.4 my visual editor is broken.
Firebug reports this error
Failed to load: ...
1
vote
2answers
971 views
How to prevent tinymce macro from inserting nbsp;?
I've got the following macro button defined to wrap a selection in a shortcode in the wp_editor visual editor:
(function() {
tinymce.create('tinymce.plugins.ingredient_name', {
init : ...
0
votes
0answers
150 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
0answers
81 views
Wordpress visual editor broke [closed]
I wanted to add some features to my wordpress text editor and i installed a tinymce type of plugin and everything broke :(
This is how my editor looks now, can you help me repair it?
...
0
votes
2answers
2k views
How can I stop TinyMCE from converting my HTML entities to characters?
Here's the problem: I paste the HTML entity code for, let's say, a service mark (℠) into the HTML view of the editor. As soon as I switch to the "visual" tab, my entity code is turned into ...
0
votes
1answer
373 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 ...
1
vote
1answer
102 views
Force page to open in html mode
Hi I have a page that always gets messed up when opening in Visual mode, can I force this particular page to always open in HTML mode for all users in the dashboard?
1
vote
1answer
240 views
Add a class to links in the visual editor (how to get old dialog back)
New:
Old:
In short, i want a list of some classes inside the add link dialog. Because this was default there might be a easy way to get it back like this?
Long:
I like to have the ability to ...
0
votes
2answers
201 views
TinyMCE - Insert media at the beginning of post
I want to modify TinyMCE in WordPress so that it inserts media (image etc.) always at the beginning of post contents. For this I need to change the cursor position to the beginning, insert media and ...