The wysiwyg tag has no wiki summary.
2
votes
2answers
449 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
128 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 != ...
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 ...
0
votes
1answer
36 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
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 ...
0
votes
1answer
53 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
50 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 ...
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 ...
0
votes
1answer
205 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
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
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
0answers
20 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 ...
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 ...
