Hi, i found and incompatibility with Page Builder by Site Origin, this plugin is great for constructing layouts with widgets so it would be great to make them compatible.
Best regards
]]>Sadly, this just appears as a disabled WYSIWYG editor in WordPress 3.8.1. It’s very disappointing, as this plugin looks beautifully simple.
]]>There are strict notices with latest php versions, due to the old constructors being used, can we have an update?
]]>Hi
I cant insert an image and the widget is not shown on my page …
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Not compatible with ajax upload. Generate error on media upload in the admin section
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Using locally on XAMPP (latest version), WP 3.4.2, W$7, in preparation for migration.
Upload/Insert pressed, image added to upload directory, media > show > insert into post. Nothing added to WYSIWYG display.
Then located through Upload/Insert URL, HTML and included image manually > update. Image displays in editor. Saved… Image did not display on site.
I followed this by making a simple text change in WYSWYG window without removing ‘inserted. image and saved. Site did not update.
Widget appears to be broken. I hope this is fixed as this widget would be very, very useful.
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Hello,
1. I think there is small bug in this plugin. First time, when you add this widget and write title with content, it does not save data. After page refresh it works.
2. It is imposible to add link like /?something=1&something=1 If in url is ? you can’t save data. I found a solution. On line 64 in file ritch-text-widget.js you need to replace var content = textarea.val(); with var content = encodeURIComponent(textarea.val());
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>I’m using WordPress 3.4.2 (with Multisite). The plugin is working OK, but in the admin (widgets) it show me the notice:
Notice: Undefined variable: tinymce_version in /var/www/wordpress/wp-content/plugins/rich-text-widget/rich-text-widget.php on line 127
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>The Wysiwig editor is not showing up when the widget is placed in the side bar
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Hi,
I would like to see an API and explanation about how this could be used by any other widget-extension.
Please do also add support for multiple fields in one widget.
I don’t know how the RTE really works – but I would like to have something like this:
Using this you would not have to create your own save-function in the backend but just use the one provided by wordpress.
I think this would also simplify the plugin – at least on the PHP-side ??
Please drop me a mail if you need help here.
Bye
Simon
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Hi Why don’t you mention this in the instalation, saves a lot of time going through the post to find it out. nice widget: thanks!
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>I am fairly certain this plugin is broken in WP 3.3
Uncaught ReferenceError: TB_WIDTH is not defined
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Hi nice plugin,
It would be nice to allow developers to allow shortcodes in your editor.
function widget( $args, $instance ) {
extract($args, EXTR_SKIP);
$title = strlen($instance['title'])>0 ? esc_attr($instance['title']) : '';
$text = strlen($instance['text'])>0 ? esc_attr($instance['text']) : '';
// new addition
$text = apply_filters('widget_richtext' , $text );
echo $before_widget;
if(strlen($title)>0) echo $before_title.$title.$after_title;
echo '<div class="widget_richtext_content">'.html_entity_decode($text).'</div>';
echo $after_widget;
}
Any chance you can add this in for your next version?
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Upon adding this plugin to WP 3.2.1, it does not show the rich text editor in the widget panel.
]]>the title says it all
]]>Hello !
Adding images from the web from a regular article works (paste your URL, wait a little, you see a green tick).
When trying to add an image from the web the Rich text widget editor:
1) the “wait” turning arrow keeps running but never stops to show a green tick
2) the bottom bottoms to trigger adding the media to the text area cannot be reached.
Thanks in advance for this great plugin !
]]>Ain’t working right. Text won’t save.
]]>I want to start off by saying I am a fan of this plugin. I was using version 0.2, and tried upgrading today. It was a bit rocky, but I got things working.
I had to create wp-includes/js/tinymce/themes/advanced/skins/wp_theme directory and copy the content from wp-includes/js/tinymce/themes/advances/skins/default to get the plugin to work properly when I clicked “Activate”.
However, I still get a 404 loading wordpress.css from a different location, because that file does not exist. No big deal. The plugin still works.
The suggestions that I have revolve around keeping the output consistent with older versions. For example:
0.2: The class on the LI tag was rtw_widget
1.X: The class on the LI tag is widget_richtext
0.2: The content of the widget was wrapped in a DIV tag
1.X: The content is no longer wrapped in the div.
Both of these changes have broken my CSS. I have updated it, but I feel that you can have all the improvements without changing the fundamental output.
Also, of note but not important, the ID of the outer LI element is now ‘richetext-#’ as opposed to ‘richtext-#’. I assume this is a typo. Didn’t affect me, but might someone else.
I am going to jump into the code for this and see if I can change the output routines to make them consistent.
But, again, thanks for making this.
Tim
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>Text not save in wysiwyg mode and Active/Deactive button not work.
]]>The buttons are not in english.
The editor goes blank after saving the text (previously posted on HTML mode).
After saving, the editor disappears.
I’m using WP 3.1, Chrome 10.
]]>So the widget was broken before with WP v3.1 and have been waiting for a newer version to come out. Upgraded to Rich text widget v1 today and lost all of my existing rich text widgets in place. Now I get to spend the next few hours remembering what was in there and rewriting them. Also the wysiwyg still does not work. I’m done with this widget.
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>I removed the folder via filezilla.. everything is working again.. stuff like this should not be in the WP repository
]]>Text works OK however when you click Media it just hangs. Avoid.
]]>I just activated this pluing and immediately I can’t access my site front or backend as it gives this error:
Fatal error: Cannot redeclare widget_cmeta() (previously declared in /web/htdocs/www.mysitedomain.com/home/wordpress/wp-content/plugins/custom-meta/custom-meta.php:12) in /web/htdocs/www.mysitedomain.com/home/wordpress/wp-content/plugins/custom-meta/custom-meta.php on line 12
As I can’t access admin I can’t de-activate the plugin. Can i just remove it via FTP? Or what should I do to get my site back?
Please help!
When i installed this, it completely broke my site. I had to FTP into my site and rename the plugin folder in order to get the admin area working again so I could erase it. Great idea, shame it doesn’t work.
]]>I’ve found that this plugin has compatibility issues with wordpress 3.0 and has conflicts with the plugin Image Widget.
I deactivated Image Widget and the plugin started working a bit better.
One of the issues that I’ve encountered is that when I go to add a media file, if I’ve already tried to insert that file in the past, I’m no longer able to insert the image a second time. An example would be if I add a rich text widget to a sidebar, then insert a media file. I then delete that link and try to add it elsewhere, I’m no longer given the option to insert that particular file into the post. This could be a wordpress 3.0 issue, I’m not sure.
https://www.ads-software.com/extend/plugins/rich-text-widget/
]]>