I’m having issues with the Reusables plugin v3.0 not working correctly. When I go to edit my reusables, the HTML view gives me only a narrow, non-resizable text box to edit in and Visual appears as though it is missing CSS? There’s no formatting options besides “Font Size” “Format”, no text box frame.
]]>WordPress Reusables does not republish content change. I can create a new reusable but I can not make a change to the existing reusable, once I hit “Publish” button nothing happens. Please help!
]]>try this:
in html mode, i put <p style=”position:absolute;”>…</p>
then switch to Visual mode – the p gets a box and you can move it around.
it’s fantastic!
but if you than “publish”, or switch back to html mode, the position is lost :'(
this would be awesome feature if itm was working!
]]>In Firefox 4 on windows Vista
I edited a post,
I clicked “Insert Reusable” in the Reusables Regions panel
The pop up window list of Reusables appeared as expected
I switched to another winodw.
I swicthed back to firefox, the pop up window was hidden behind other windows
I clicked “Insert Reusable” in the Reusables Regions panel
The pop up window did not come to the front as expected
To Resolve:
In file plugins/reusables/js/scripts.js in the popWin fucntion (line 5)
After popup[name] = window.open I added a new line:
popup[name].focus();
]]>Although the docs in readme say you can use reus(‘some-name’), the online FAQS here say otherwise.
And that’s a bad thing.
See, if we develop locally while the client works on a test server to pop info, I found that the IDs are not in synch. Therefore my template code – reus(161) or shortcode won’t work on test server.
A consistent naming convention, now gone away, would have been much better. To my mind, this lack renders your product unusable.
]]>Internet explorer 9.0.7930.16406 on Windows Vista
Browser Mode IE9
Clicking the Insert Reusable button causes a javascript error
Message: Invalid argument Line: 4 Char: 2 reusables/js/scripts.js
I changed the “-” character in the window.name parameter to an “_”
popup[name] = window.open(url, “popup_”+name, “scrollbars=1,width=”+w+”,height=”+h);
and the popup window opened as expected
]]>I want to use reusables in line, like this:
My first name is [reus id=”19086″ meta=””]. Hah!
However, when I publish the page, a
<p>
tag is always added before and after my reusable, so it ends up looking like this:
My first name is
Adam
. Hah!
Is this because of the addition of the tinymce editor to editor reusables? Is there any way to change this behavior for reusables?
]]>Is is possible to remove the default H3 “name” for the Reusable Region? I could CSS it away, but I thought there might be a function to remove the named area. thank you.
]]>I haven’t been able to figure out how to assign reusables yet. I created 1, put a region into a widget area, but don’t know how to connect them…
I know there must be a simple way to do this, but I’m not seeing the page that is shown in the screenshots of the plugin that allows assignments…
Any help is greatly appreciated!
]]>Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected $end in /Users/skoop/php/electronicmusicworld.com/wordpress/wp-content/plugins/reusables/reusables.php on line 801 Call Stack: 0.0031 1153072 1. {main}() /Users/skoop/php/electronicmusicworld.com/wordpress/wp-admin/plugins.php:0 0.3007 34854776 2. plugin_sandbox_scrape() /Users/skoop/php/electronicmusicworld.com/wordpress/wp-admin/plugins.php:160
]]>If “Dean’s FCKEditor For WordPress” plugin activated – no HTML editor appears and JS errors are poping up.
If “Dean’s FCKEditor For WordPress” deactivated – everything works fine
When I create or edit reusables I have only “guest” in the list “Make this reusable visible to:” what results in the reusable visible only to guests and not logged in users
]]>I get the following error when trying to activate version 3.0.7 of the plug-in (with WP 3.0.1):
Parse error: syntax error, unexpected $end in /Users/chris/Sites/oldoakbeer.com/wp-content/plugins/reusables/reusables.php on line 797
]]>When I click on the icon in the create post page there is a pop-up with the following message:
You do not have sufficient permissions to access this page.
Any ideas?
]]>Hi
This is a wonderful plugin but for some reason the Reusables entry in the admin left nav goes away when something happens. I saw it happen twice and was unable to recover. I really don’t know why. Sorry I can’t be more specific as I can pinpoint it.
My last attempt I did the following:
– Installed WP 3
– Installed and enabled the Reusables plugin
– Plugin showed in the left nav
– Copied through SQL some posts into the database for this new install
– The plugin left nav item disappeared.
I’ve been using version 2.0 of the WP Reusables plugin with older versions of WordPress as well as with WordPress 3.0, but after updating to version 3.0 of the reusables plugin, it does not work.
The plugin installs correctly but no data is saved when new reusables are added – it just keeps reverting back to show that no reusables are created. Also, existing reusables created in version 2.0 of the plugin do not show up. I checked phpAdmin and the tables are still there that I created before, but they don’t seem to work with v 3.0 of this plugin.
Any ideas or help would be appreciated. It’s a great plugin for CMS.
]]>