The tinymce tag has no wiki summary.
1
vote
2answers
452 views
Second toolbar in tinymce has “display:none” set?
I have a plugin that inserts a tinymce like shown below. Something causes the second toolbar, the theme_advanced_buttons2 to have display:none attached to their style attribute, effectively hiding ...
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
436 views
Shift-Enter in tinyMCE (wp 3.3.1) not working
With wordpress version 3.3.1, shift-enter to insert linebreaks in pages and posts is not working anymore.
Has anybody observed this as well? Is there a fix for that?
Thanks!
1
vote
1answer
174 views
Rich text editor settings persist throughout all rich text editors
I have an issue I'm trying to better understand in order to force mce to true in the script check below.
Background: I'm applying a rich text editor to the category description textarea to allow ...
1
vote
1answer
313 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 ...
1
vote
1answer
409 views
Disabling TinyMCE keyboard shortcuts altogether
I've disabled pretty much every button in the visual editor, besides bold and underline. The problem is that the functionality of the other buttons are still there with the keyboard shortcuts. Is ...
1
vote
2answers
318 views
create a front end post page template withTinyMCE,
there are alot of front end posting suggestion with wp insert post but is it posible to create a front end post submision with TinyMCE, and similiar editor
1
vote
1answer
218 views
editor text cut off when using 2 spaces (after periods)
I have noticed that my TinyMCE editor in Wordpress MU 2.9.2 loses text after a double space when you save a blog post. This is a problem because some users habitually use two spaces after a period.
...
1
vote
2answers
116 views
How does Wordpress remember which editor is being used?
Hey so I am trying to determine how Wordpress remembers which editor is being used for a particular post (HTML or Visual Editor (tinyMCE)). When you write a post, and then come back, it goes to the ...
1
vote
1answer
558 views
Insert shortcode in post editor from javascript (Visual / HTML)
I want to insert a shortcode in the Wordpress Post Editor from javascript (not a tinymce plugin). I currently use:
tinyMCE.activeEditor.execCommand('mceInsertContent', false, ...
1
vote
1answer
313 views
TInyMCE object Tag stripped
I need to add the following object tag to a page
<object id="myExperience" class="BrightcoveExperience">
<param name="bgcolor" value="#FFFFFF" />
<param name="width" value="648" ...
1
vote
1answer
429 views
Get current Blog ID in Tinymce Plugin Dialog Window in WPMU
is there any way, to get the current blog id in a Tinymce Dialog Window? Currently I only get the id, from the main blog. This is my current code:
$wp_load = "wp-load.php";
...
1
vote
1answer
544 views
Adding TinyMCE custom buttons when using teeny_mce_before_init
I'm using the following code to produce a different TinyMCE bar to the default WordPress setup:
if (function_exists('wp_tiny_mce')) {
add_filter("mce_external_plugins", ...
1
vote
2answers
663 views
Can't add a class to links in the visual editor since WP 3.1?
Did this feature chang in 3.1?
I recall that I could change the class of the link in the thickbox popup.
1
vote
1answer
917 views
How can I troubleshoot why TinyMCE won't load custom plugins in the visual editor?
Edit: Found that the theme options panel set up (using a class) was causing the problem. Still not sure why - would still love know how to find out what the problem is - e.g. is it a JS or PHP issue. ...
1
vote
0answers
44 views
HTML added to editor when deleting shortcodes in Chrome browser
Example:
[shortcode1][/shortcode1]
[shortcode2][/shortcode2]
In the above example, using the google chrome web browser, while in visual mode in the post editor, highlight shortcode 1 by ...
1
vote
2answers
86 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 ...
1
vote
1answer
271 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
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 ...
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 ...
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 ...
1
vote
2answers
65 views
TinyMCE editor turns white on Biographical info [closed]
I tried out the solution found here: How to use tinyMCE for user “biographical info” without messing with any core file? and added it to my plugin code.
The problem is, it turns the editor white (see ...
1
vote
2answers
495 views
Placing <div> tags on wordpress visual editor using shortcodes
Hello I need to have the following code on a specific page:
<div class="searchbar" >
<div class="searchbar-inner" >
search <input type="text" id="search" ...
1
vote
1answer
639 views
Adding TinyMCE buttons without removing plugin buttons?
I'm developing a plugin that I'll install for all my clients to make WordPress slightly easier to use for them. One of the things it will change is the default TinyMCE configuration. It'll add things ...
1
vote
1answer
198 views
in network setup super admin has the tinyMCE buttons and the regular admin has not
in mine network setup, the super admin has the ability to see the tinyMCE editing buttons in the option page, but when i switch to a regular adimin, i can see only the HTML editing buttons (the "rich ...
1
vote
1answer
247 views
Inserting code to HTML view from a pop up initiated from visual view
I am trying to insert html into the HTML view.What i have done is to have tinymce advanced(a wordpress plugin) button that throws a popup and in it is all the necessary things to insert the html.The ...
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; ...
0
votes
2answers
303 views
How to add a class to ul tags created by the WordPress editor Tinymce?
I want to set a special styling for the ul tags created by Tinymce only, which means only for posts and pages, I only found this filter tiny_mce_before_init with an example on how to add custom style ...
0
votes
1answer
145 views
Tiny MCE doesn't look anything like my blog
I'd like my blog to actually look like what I type in WYSIWYG mode but it's not even close. How do I fix it? www.halseyschools.com
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
2answers
455 views
Pasting code into pre-formatted text in Visual Editor not working in 3.3.1
Pre-formatted text in the Visual Editor is not behaving like I'm used to. I've got an old installation (3.2.1), and when create pre-formatted text, all the line-breaks and spacing is preserved. In ...
0
votes
2answers
218 views
Bridging TinyMCE js and Wordpress PHP?
I'm updating my wordpress plugin to use a custom TinyMCE button. From inside the TinyMCE button javascript, I'd like to interact with wordpress data--ie set custom post options inside the plugin ...
0
votes
1answer
325 views
How to remove_filter that filters iframes in posts?
Which filter if removed allows iframes to be inserted into wordpress posts?
0
votes
2answers
561 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 ...
0
votes
1answer
515 views
Auto embeding Vimeo/Youtube in custom fields (tinyMCE editor)
I'm using 2 extra TinyMCE editors on my pages to add extra textfiels in my theme pages. I now realize that the auto-embed feature is not supported on content delivered thought custom fields. So i need ...
0
votes
2answers
92 views
Post editor is 89953px tall. How to fix?
Using a self-hosted install updated to 3.3.1, when I go to the edit post screen, the editor is set to a height of 89953px. When I view source, I see the following lines in the markup for the post ...
0
votes
2answers
307 views
Editor html formatting is different from view source
Here's what I see when I click on the HTML tab in the editor...
<div style="margin: 10px 0;"><a href="test.jpg" rel="nofollow" target="_blank">
<img style="float: left; margin: 10px; ...
0
votes
2answers
387 views
TinyMCE - no auto formatting using the_editor()?
I'm embedding the_editor on a admin page:
<?php the_editor(get_option('options_name'),'options_name'); ?>
And everything works fine, at least in back-end:
BUT on the front-end side I'm ...
0
votes
1answer
965 views
TinyMCE in a div / textarea on frontend?
I have a post on my frontpage and I want to add the TinyMCE editor to it and could not make it work.
I've tried these guides without any luck
...
0
votes
1answer
310 views
Insert Rich Text Editor in theme?
I'm building a custom front end form for my theme and I'd like to use the Wordpress TinyMCE Rich Text Editor for it. Is there an easy way to invoke it?
Thanks!
0
votes
1answer
388 views
Limiting allowed html elements/strip harmful scripts from editor
How can I limit html elements allowed in the tinymce editor in Wordpress 3.1 and ensure harmful scripts have been removed (script/embed tags, etc)
0
votes
1answer
938 views
Restrict file uploads by extension?
Is there a way in WordPress 3.1 to restrict allowed file uploads by extension (images only) and file size?
Bonus question: Can I limit users to only be able view files they have uploaded themselves?
0
votes
2answers
531 views
Wordpress no longer holding post formatting
When creating a new post, by entering either manually or pasting from another document, TinyMCE (the default WordPress editor) does not seem to hold any type of formatting. For instance I create a two ...
0
votes
2answers
322 views
Moving/dragging a metabox removes TinyMCE's content
I added a TinyMCE editor to my plugin settings page, but once I move (drag) the metabox, editor's content get lost. (the TinyMCE editor is completely not editable until refresh)
Here is how I added ...
0
votes
3answers
932 views
Embed iFrame in WordPress 3.0.1
I need to embed an iFrame into a post and it appears that tinyMCE or something is stripping it out when I go from HTML to Visual view while editing a post.
I've found instructions for adding valid ...
0
votes
1answer
2k views
How to add 'Insert HTML Table' button to TinyMCE in admin?
I am trying to figure out how to change the default buttons on the TinyMCE editor in the Wordpress admin. Specifically, I would like to provide an 'insert table' button. How do I do that?
0
votes
1answer
20 views
Example for use tinymce in wordpress 3.5.1?
I'm search the topic about how to use tinymce in wordpress 3.5.1 and i not found.
I'm writing plugin and i have textarea that i want to add timymce into What should i do to add tinymce into suppose ...
0
votes
1answer
57 views
Convert textarea with wp_editor
I have a custom tabbed menu which has some input fields that works properly. I followed this tutorial: ...
0
votes
1answer
89 views
HTML5, WordPress and Tiny MCE issue - wrapping anchor tag around div results in funky output
So I'm using HTML5 on a website and am trying to wrap a div in an anchor tag, which is supposedly acceptable in HTML5 websites. But when I do this...
<a href="#mylink"><div ...
