Tagged Questions
0
votes
1answer
38 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
2answers
158 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 ...
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
2answers
193 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
149 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:
...
1
vote
1answer
405 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
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
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
92 views
Foliopress WYSIWYG editor does not display images
I use the Foliopress WYSIWYG editor. I inserted overview-1.png via the 'Quick Insert Image' option. This added the following mark-up:
<img width="166" height="263" alt="overview 1" ...
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 ...
2
votes
2answers
274 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 ...
0
votes
1answer
125 views
wysiwyg is scrambled
I have a problem with the wordpress editor.
It keeps removing my enters and scrambling the content.
How can I solve this problem?
1
vote
1answer
176 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 ...
0
votes
1answer
146 views
Can Rich Text features be configured per user?
There are obviously different types of users (from power-users to casual authors).
WordPress's Rich Text editor is based on TinyMCE - which has a lot of features. Most of these features are ...
1
vote
1answer
1k views
two tinyMCE editors in the same page
I've used this method to enter the first editor:
on functions.php:
function add_admin_theme_styles() {
wp_enqueue_style('thickbox');
}
add_action('admin_print_styles', ...
13
votes
9answers
7k 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 ...
