Can’t get focus in editor.
]]>The visual editor is broken : only the “media upload” is displayed, and no formatting buttons are present.
And a Javascript error is thrown
]]>Hi, I’ve posted a long description of the error here, but to be brief:
Rich Widget is doing this (file: rich-widget.php, around line 124):
echo '<link href="' . RB_RICHWIDGET_BASEURL . '/thickbox/thickbox.css" rel="stylesheet" type="text/css" />';
// load up scripts
wp_enqueue_script('thickbox_custom', RB_RICHWIDGET_BASEURL . '/thickbox/thickbox.js');
Instead of just simply this:
wp_enqueue_script('thickbox');
As Thickbox is included in the WP core scripts, there’s no need to call it or include it on the Rich Widget directory. When the same script in two different directories is being called by two plugins, generates errors. I’ve discovered this because I was using using AdRotate and Rich Widget at the same time and both of them uses Thickbox. So, in this case, Rich Widget wasn’t popping-up the thickbox to edit a widget content.
I’ve changed the lines below and everything it’s working ok again.
Well, that’s all. I think it’s a small update that could be done to this wonderful plugin.
Greetings!
]]>When is use the widget I get PHP notices in widget form fields and in the editor self.
Just wanted to let you know.
]]>Hello is it possible to have more text styling options such as color and text size ? many thanks ..
ps : work with my 3.04 install on a plesk server
]]>Just wanted to say, I am using this plugin on a Server 2003 install, and it works fine. Just remember to set permissions for the editor to upload images.
]]>Hello,
I just uploaded my current project from Localhost to a live server. I use the Rich Widget but all instances I’ve created on Localhost don’t appear anymore, whether in the sidebar nor in the widget control panel in my admin interface.
Both databases run in MySQL V5.x. I replaced all Domain appearances in the .SQL Backup with the new Domain. Everything else is working fine.
Someone else here who has experienced such a problem and has a solution handy? ??
Greetz,
Marvin
I am using Rich Widget with Widget Logic so I have a big list in the widget area and not being able to tell which one I wanted without opening it is a hassle. All you need to do to add the title to the bar like the Text widget does is add -title to the id (see below) (line 91 for me). Hope this saves someone some time, and please consider including this in any future updates. Otherwise great plugin!
id="<?php echo $this->get_field_id('rbrw_title'); ?>-title"