The visual-editor tag has no wiki summary.
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
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
239 views
How To Hide The Visual And Html Editor Completely?
I have some clients that are going to be using wordpress for their sites. I created custom fields for them to input data in so they don't have to use the editor. How do I hide the page editor ...
0
votes
1answer
57 views
Sorting editor screen items
When new users log into our site they have to organize a number of screen options in order to begin creating custom fields and editing the site. I would like to force a specific order in which these ...
0
votes
1answer
169 views
Define add_editor_style to specific post types?
I am wondering is it posible to define add_editor_style to specific post types?
Currently I am using this function..
// EDITOR STYLE
add_editor_style('editor-style.css');
But I would like have ...
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
173 views
Custom styles.css sheet for visual editor
I am trying to use my own styles.css for inside the body of the visual editor for my pages. However, when i add
add_editor_style('styles.css');
to the functions.php page it doesnt change anything ...
0
votes
3answers
961 views
How to add editor-style.css styling to wp_editor on front end for comments
How can I apply my own css (to match editor-style.css) to wp_editor being used on the front end for comments?
Currently I'm using code from here to enable the visual editor for comments.
My actual ...
0
votes
1answer
35 views
Can't give tags rels
In my Wordpress post I click on edit post and skip over to the html editor tab and click on it. I have a pre on that page and when i give it a rel and publish its all fine but when I skip back over to ...
0
votes
1answer
248 views
How to remove some options in visual editor?
I want remove some options in visual editor.
How to remove them?
For example i want to remove the following.
Align left option
Align center option
Align right option
More tag option
Add media
...
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
1k views
Theme Advanced Styles in Visual Editor and Paragraphs
After i add these codes to functions.php:
add_editor_style();
function childtheme_mce_btns2($orig) {
return array('formatselect','styleselect', 'underline', 'justifyfull', 'forecolor', '|', ...
0
votes
1answer
49 views
Comments screen in backend, how to disable visual editor when replying to a comment
I'm almost done to create my project with WP and all the steps taken have brought me almost to the finish line.
The following recent answers I had were able to help me customizing the comments area:
...
0
votes
1answer
70 views
Adding tables to the WordPress Editor
I tried this fix:
http://www.paulund.co.uk/display-full-tinymce-editor-in-wordpress
But I see no change in my editor. So how do I enable tables in the wordpress editor.
MY function is:
function ...
0
votes
1answer
62 views
tinyMCE duplicates previous block element when pressing return (visual editor)
Going crazy with this. Can't figure out if this is normal behavior.
I have added a filter to rewrite image inserts to use <figure> and <figcaption>. Works well.
However, when I insert ...
0
votes
2answers
366 views
enable TinyMCE for comment forms
Is there any way in Wordpress to use a richt-text-editor (preferable the build in TinyMCE) on the comment form textarea in the frontend? I had such a feature in earlier versions, using the plugin ...
0
votes
4answers
117 views
Resizing the wordpress editor
I've been looking around on how to re-size the WYSIWYS editor for wordpress and have used firebug to re-size the #post-body-content but it doesn't resize ever. It will resize in the firebug ...
0
votes
2answers
88 views
Line breaks </ br> changing to <!— br--> when switching between HTML and Visual tab!
I'm a code newbie and I was just making a wordpress post and instead of using the correct line break code of <br /> I used </ br> in the VISUAL editor. When I switched to the HTML editor ...
0
votes
1answer
2k views
How to enable the <br /> tag in Wordpress posts and pages
i can't understand why so simple feature are disabled by Wordpress Team.
I want have line breaking with "br" tag.
On one wordpress forum was idea to modificate editor.js (in wp-admin/js) and ...
0
votes
1answer
426 views
Lost formatting after saving
I make basic formatting to the text in visual editor. When saving, everything got lost, formatting, spaces, paragraph.... everything got inline...
I will go crazy !... why it's doing that ?.. i can ...
0
votes
1answer
17 views
How to determine if a post was last edited in the Visual Editor
Is there any way to determine whether a post was last edited using the Visual or HTML editor? Perhaps by hooking into an action?
0
votes
1answer
2k views
qTranslate 2.5.28 and WordPress 3.3.1 issues
Anybody knows how to solve the issues in qTranslate 2.5.28 with WordPress 3.3.1?
http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3045
...
0
votes
2answers
174 views
Cafe Food Menu upload
A funky cafe changes their menu every month, and they're not comfortable with using the default Wordpress editor to make a Wordpress page look the same as their Word doc. Example word doc here.
Can ...
0
votes
1answer
611 views
How to force <p> insertion in editor
EDIT 2
The following edit has some mis-information, see the selected answer and comments.
EDIT
I am a fool. The editor was in fact adding <p> tags as expected. I was using a combination of ...
0
votes
1answer
332 views
Why does hitting enter in Visual Editor add <p> instead of <br>?
Why does hitting the enter key in Visual Editor add <p> instead of <br>?
What I want sometimes is a new line that starts immediately after the previous line. Unfortunately, the visual ...
0
votes
1answer
245 views
Right align a youtube video
I'm trying to right align (class="alignright") a YouTube video AND allow my client to edit the surrounding text in the future using the visual editor. I simply added class="alignright" to the tag ...
0
votes
1answer
72 views
Keyboard shortcut for headings on safari
When I use wordpress on PC, I can simply press ctrl+1 for Heading1 and ctrl+2 for heading 2... But when I use my mac it doesn't work. What are the shortcuts for heading styles on safari?
0
votes
1answer
193 views
Getting selected (highlighted) html from the Visual Editor on Edit Post page?
So I understand that the visual editor uses something called TinyMCE. How do I retrieve the html that the user selects from the visual editor? I am basically trying to create a button that gets the ...
0
votes
1answer
145 views
Best Browser for Editing Posts
What browser is best supported by Wordpress.org for editing posts in the visual editor (which I guess is TinyMCE)?
I use Google Chrome and have run into issues which are specific to just this ...
0
votes
1answer
354 views
How to hide wordpress default description box?
I'm using custom fields in my wordpress default post area. So i don't want wordpress default description box.
I mean i dont want this field.
Instead of description box i want excerpt box there. ...
0
votes
2answers
779 views
Wordpress “Page not found error” when I edit a page
On a Wordpress based website, when I add text using wordpress visual editor or HTML source to a particular page - it gives "page not found error". I tried by adding some other text and its working ...
0
votes
1answer
698 views
How to add TinyMCE to a front-end textarea?
I would like to let the user edit their comments using TinyMCE.
Is there any way of doing this?
0
votes
1answer
83 views
Problem enabling the user to edit Markdown and displaying the HTML output (WMD Editor plugin for Wordpress)
Here is the WMD Editor implementation for Wordpress.
When the users writes a post everything is displayed OK:
The problem is when the user clicks EDIT:
The HTML version is the one displayed ...
0
votes
0answers
13 views
Can't past image from clipboard into new post
Depending on the computer used, I'm able or not to paste copied images into a new WP post. I've looked at everything and I can't find the culprit. I've tried different browsers, and nothing seems to ...
0
votes
1answer
20 views
Visual editor in comments with custom buttons
I have loaded WP visual editor in comments using wp_editor function and I want to customize the height and buttons of the editor, also it would be much better to show Text mode/tab only and disable ...
0
votes
0answers
100 views
Sorting UL Listing Within the TinyMCE Visual Editor in Wordpress
I am trying to use jQuery sortable within the TinyMCE Visual Editor in WordPress. I have had some success in that I can get a UL list to sort, but only if I drag the mouse OUTSIDE of the actual ...
0
votes
1answer
26 views
Post/Page Editing has been disabled, what options do I have to resolve? [closed]
I have exactly the same issue as this closed question and need to resolve it. Wordpress has been working perfecting until a few days ago and now I cannot edit posts, specifically
I cannot Add ...
0
votes
0answers
60 views
Line break - ever-confusing in new editor
I can see this issue has been discussed at length but I'm still struggling to find a solution. I'm trying to get reasonable spacing between paragraphs Between first two paragraphs, I'm using one line ...
0
votes
0answers
39 views
Letting clients use visual builders plugins/themes on WordPress Multisite installation
I use WordPress Multisite to create and manage my users websites.
I was wondering - Is it possible (and legal by copyright laws) to buy one of those visual builders plugins/themes and also let my ...
0
votes
1answer
46 views
insert link in wordpress editor greyout whole screen?
Pulling my hair with this strange issue. When I want to insert link in wordpress page or post, my whole page screen is greyed out, and insert link feature dont work. I tried to disable plugins, insert ...
0
votes
2answers
59 views
Custom fields driven site. I want to make a visual editor driven page template. How?
My company had a website developed that is entirely driven by custom fields. We're now discovering that we didn't anticipate the need for pages with custom layouts, the kinds that can be made on case ...
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 ...
0
votes
1answer
207 views
Visual Editor only working for the admin user
Any idea why the visual editor would only work on the administrator user. Not even with the administrator role I can get it to work.
I just shows a white box with white type inside it and has none of ...
0
votes
0answers
36 views
Is it possible to let the WYSIWYG editor remember a history of the inserted URL?
Inside the WordPress WYSIWYG post editor there is the option to insert a new hyperlink through this dialog:
Now what I would love to have is kind of a history of previously entered URLs to not type ...
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 ...
0
votes
1answer
58 views
Editing using visual/HTML editor = heavy bandwidth usage? [closed]
While using WordPress to create a new blog post today, I noticed that the bandwidth on my host went up by several megabytes over the course of an hour. The bandwidth increased more while using the ...
0
votes
1answer
180 views
WYSIWYG eating up first p in td
Basically going mad on this one. Been googling about for quite some time now to find an answer. Most hits are on year old posts. I tried to alter how TinyMCE initiates with "remove_linebreaks" set to ...
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 ...

