The wysiwyg tag has no wiki summary.
0
votes
1answer
221 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 ...
2
votes
2answers
503 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
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
33 views
WordPress's “Text” Format
When using self-hosted WordPress, you have the option of writing in "Visual" or "Text" mode.
Assuming there's no plugins installed,
Is this "Text" format a well defined standard or pseudo ...
0
votes
0answers
13 views
Wysiwyg not showing in some HUGE pages (can't see the toolbar and page content)
Any (CKEditor, TinyMCE and other) wysiwyg editors not showing while trying to edit some big pages. php5 wordpress 3.5.1, any editor, any OS and browser.
0
votes
2answers
145 views
Remove WYSIWYG editor on all custom post type EXCEPT regular posts
Trying to remove the WYSIWYG Editor on all post types except the default pages and posts.
Shouldn't this work
// Remove WYSIWYG Editor
function remove_wysiwyg( $hook ) {
if ( $hook != ...
6
votes
4answers
3k views
Make WordPress WYSIWYG not strip out iframe's
I have a blog that I often need to insert iframes into posts for various reasons (don't ask why just trust me!)
When I use the "visual" view to edit my posts the WYSIWYG constatantly strips out my ...
-1
votes
0answers
28 views
Wordpress tinymce plugin button not showing in metabox wysiwyg
I'm using the advanced tinymce plugin to add table button to the wysiwyg editor.
In my pages and post type I have few WYSIWYG tinymce editors, (I use wp_editor or types plugin for this). In the main ...
0
votes
1answer
52 views
Custom wysiwyg editor doesn't execute shortcodes?
I encounter this weird problem.. I'm trying to create a simple & easy website for a client. He wants to embed video's into the page.
I use different customfields assigned to specific elements in ...
0
votes
0answers
21 views
Better image control mod?
Are there any mods that give you better image control over say multiples images?
For example, by default WP only seems to allow you to center one image, if you try and center two or three images it ...
-1
votes
1answer
30 views
Is there Plugin To Disable WYSIWYG on certain pages & posts [closed]
I am using advanced custom fields to manage certain areas of content in my page i created few fields but i don't want the wordpress's WYSIWYG editor on that particular post/page.
Is there a plugin ...
5
votes
6answers
2k views
Simple rich text editor in Text widget?
I've seen a few plugins that add rich text editing to the default "Text" Widget. However, all of the ones I've tested are either too complicated (or try to do too much) or don't work properly with the ...
0
votes
1answer
36 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 ...
0
votes
1answer
67 views
How do I add php to all links automatically?
I'm using the Qtranslate plugin for my site. It's a pretty cool plugin and works great to a degree. I'm having a problem though when users add links to internal content in the WYSIWYG editor in that ...
0
votes
1answer
56 views
New media uploader hides past attachments in wysiwyg [closed]
I am using the Advanced Custom Fields plugin to add a WYSIWYG field that I have uploaded an image gallery into. After the new Media Uploader WP update I can no longer edit the existing galleries as ...
0
votes
1answer
56 views
Unable to add TAB character to post?
I am using the CodeColorer plugin to display source code in my WordPress. I am trying to have my code indented so that it displays properly on the website. However, when I try to add the following ...
1
vote
1answer
237 views
TinyMCE strips line breaks on mceAddControl
I'm using wp_editor to add wysiwyg fields to admin edit screens. Each wysiwyg lives within a draggable meta box. Since TinyMCE has issues with dragging, I'm using the following code:
// on the ...
13
votes
9answers
8k views
Stop Wordpress Wrapping Images In A “P” Tag
I have searched high and low for a simple solution to this, but to no avail. Wordpress keeps on wrapping my images in p tags and because of the eccentric nature of the layout for a site I am working ...
0
votes
2answers
181 views
Problem with Line spacing in wysiwyg editor in WP 3.5.1
Since updating to 3.5.1, I can no longer get single line breaks in the WYSIWYG editor. I used to be able to shift-return for a line break and return for a paragraph break. But now all lines have ...
2
votes
2answers
1k views
Resizing the width of the WISIWYG editor
Just a simple question here but though my googling and searching efforts haven't found the answer to it. I'm wanting to re-size the width of my wordpress WYSIWYG editor to be 650px. What do I have to ...
0
votes
2answers
1k views
Dynamically textarea with TinyMce editor
I need to used TextArea with Wysiwyg editor.
That works when textarea is write on page ( Not dynamic , static ).. but my problem is for dynamically textarea.
My code :
add_action('admin_head', ...
1
vote
1answer
177 views
Is there a filter for editor-style.css file?
I need to add multiple css files from a css framework to my editor-style.css file. The point is that i don't want to update the editor-style.css file anytime there's a new update from either my theme ...
1
vote
2answers
330 views
Having a lot of difficulty getting add_editor_style() to load into source code
I have tried many different things to get add_editor_style() to load into the source code on my site without any luck. I would like to use editor-style.css to customize CSS properties for my WordPress ...
0
votes
1answer
39 views
HTML5 Summary tag in editor
I'd like to use the summary tag to summarise the content of a post but i'm facing a couple of issues doing that:
There isn't an option for it in the wysiwyg - how can i add in elements to the ...
2
votes
2answers
143 views
Wysiwyg editor for P2 theme
I really would like a nice frontside wysiwyg-editor for the P2 theme. Preferable a light one with only the most basic controls. Tried front-end-editor but not to fond of it´s looks and UX. Plain and ...
0
votes
1answer
445 views
How to use wp_editor(); in functions.php then retrieve content in the template
I want to use wp_editor(); (custom editor)
I've tried several methods but I am lost and I can't get it to save the post and retrieve the content in template
How to edit posts with the new wp_editor ...
0
votes
1answer
366 views
Advanced Custom Fields functionality without plugin
I am always looking to minimise my reliance on plugins. I currently use Advanced Custom Fields plugin for pretty much every site I build.
I can't help but feel that the functionality this plugin ...
0
votes
3answers
259 views
Is it possible to remove WYSIWYG for a certain Custom Post Type?
I dont want to use the WYSIWYG at the top of my Custom Post Type. I want to use a custom field textarea that i can place at bottom of my list of custom fields instead.
Is this possible?
1
vote
1answer
81 views
Allow all attributes in $allowedposttags tags
I would like to use $allowedposttags to allow extra HTML tags during entry submission. Can I allow all attributes for a specific tag using $allowedposttags?
For example, the code below will allow ...
2
votes
0answers
1k views
Qtranslate + Advanced Custom Fields: how to have a multilanguage wysiwyg editor?
This is my setup:
Wordpress: 3.4.2
qTranslate: 2.5.32
Advanced Custom Field: 3.5.1
i've also installed qTranslate extension: 1.1.1 but I don't know how/if it works...
How can I have a ...
0
votes
2answers
200 views
Dynamic WordPress editor in meta box
I created the WordPress editor using wp_editor function dynamically. While i click add more button i just cloned editor and append new editor using jquery.
While i am cloning editor i just changing id ...
0
votes
1answer
156 views
wysiwyg editor don´t export paragraph <p>
I use cmb for my custom metaboxes.
What I´ve done:
'type' => 'wysiwyg'
My WP-Backend: (HTML-Editor):
<h1>Headline</h1>
Paragraph
Browser-Source just looks like:
...
0
votes
1answer
81 views
How to plot text and images on a matrix like New York Magazine's Approval Matrix [closed]
Is there a plugin or service that allows one to arbitrarily plot (or position) text and images on a matrix in pure HTML5, in a WYSIWYG manner?
The idea is this: I am trying to make the Approval ...
0
votes
1answer
177 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 ...
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 ...
1
vote
1answer
419 views
Drag-and-drop “Panels”-style editor?
I'm a combination Drupal and WordPress developer and have recently started playing with Drupal's Panels module -- which allows you to create flexible layouts and drop content blocks (The Drupal ...
0
votes
1answer
45 views
WYSIWYG editor not in a post editor?
It is possible to use the WYSIWYG editor in theme settings (not in a post editor)?
2
votes
1answer
59 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 ...
0
votes
1answer
72 views
Wordpress WYSIWYG doesn't upload media [closed]
The upload/insert button doesn't upload. It allows me to go through the whole process by uploading the file and inserting it into the post, but it never appears in the post.
There's no noticable ...
0
votes
1answer
41 views
Wysiwyg tab wordpress.com disabled: why? [closed]
All of a sudden the Wysiwyg tab for my WordPress.com blog is disabled (see image). Why is this? I'm logged on as an administrator.
0
votes
1answer
192 views
Disable media upload in rich text editor
I wonder if there any way to disable/remove the Upload/Insert button on the text editor that created on the custom field? I already has a field that handling the file upload, so I just want the text ...
2
votes
1answer
193 views
Wordpress Wysiwyg Content not being displayed
My Wordpress website really isn't working to how I want?!
It was working fine, with nothing being touched, Then lately I find every-page is displaying the same content on each page. Not the ...
1
vote
1answer
346 views
How to remove_filter that filters iframes in posts?
Which filter if removed allows iframes to be inserted into wordpress posts?
2
votes
2answers
278 views
WYSIWYG editor in WP 3.2 plugin
I've created my own WP 3.2 plugin. Now I want to put the WYSIWYG editor in it. I've tried the following code:
<?php the_editor(null, 'body', null, false); ?>
Then it's displayed. I don't know ...
1
vote
2answers
2k views
How do I add a listbox to the TinyMCE editor?
I am having trouble adding a list box to the TinyMCE editor in Wordpress. I have already read entirely through this question but it did not get me all the way there: How i can i add a split button or ...
4
votes
3answers
6k views
The correct way of adding TinyMCE editor to custom meta box textarea?
Since Wp 3.2 a lot of changed to TinyMCE and Wordpress and ow I can not find out how to add the Tiny MCE to meta box in Page.
This is how it looks when I am not firing up the MCE
...
2
votes
4answers
3k views
Remove_filter ('the_content', 'wpautop') is not working
I've tried disabling WP's auto-paragraph thingy using
remove_filter ('the_content', 'wpautop');
but I am still getting my stuff wrapped in automatic <p> tags... What am I doing wrong?
Its at ...
0
votes
1answer
126 views
Any Wysiwyg tool to edit wordpress site based on given theme?
I dream of a wordpress dashboard that would be mostly Wysiwyg and let the user edit a site based on a given theme.
In fact this is something I know is technically possible as I have seen it in this ...
2
votes
2answers
3k views
How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with Wordpress 3.0 and up?
I'm trying to add tinyMCE instead of textarea for one of my options in my plugin with no luck so far. I tried this :
http://www.dbuggr.com/smallwei/add-wysiwyg-editor-tinymce-wordpress-plugin/
and ...
1
vote
1answer
472 views
Adding a <code> button to the WYSIWYG editor?
I've been looking for a way to add a button to wrap text in for the WYSIWYG editor in Wordpress 3.3.1.
I tried this:
function enable_more_buttons($buttons) {
$buttons[] = 'code';
return $buttons;
...



