Hi Matthew!
I’ve been using Buckets for a long time and it’s a great resource, although I’m not sure if it’s being tested on newer WP versions and whether new updates will be launched or it’ll keep working as it is, could you give me a little insight?
Thanks a lot!
]]>After upgrading wordpress to 4.7. On front side wherever i had put the shortcodes, it says : “Bucket template does not exist.” . How can i fix this?
]]>Hi,
I just updated ACF to 5.5.2 and now Buckets says “No matches found” on left side of Sidebar. It did list them with ACF 5.5.1.
Screenshot here:
https://dl.dropboxusercontent.com/s/5mphi5yd8xodl6b/buckets_acf552.jpg
Buckets version is 0.3.7.
]]>Looking for a solution to get this plugin working again in WordPress 4.6.1
It worked fine when we launched our site back in May of this year.
Any feedback or assistance is appreciated.
Thanks.
]]>When the buckets plugin is activated visiting a password-protected post produces a 404 error. Not sure what is causing the error or if others can reproduce.
]]>Might want to tag as reusable content.
]]>This is rather an urgent query, I’m launching a site at the end of this week and since I upgraded to 5.3.1 of ACF I get the following error, which stops ALL pages from being responsive:
Notice: Undefined offset: -1 in /Applications/MAMP/htdocs/… /wp-content/plugins/advanced-custom-fields-pro/api/api-template.php on line 665
They were working brilliantly together prior to the update.
It basically causes the pages where ACF & Buckets are being used to hang for a long while with no Buckets data being shown. Do you have any idea what could be causing this issue as I’ve built my site around the use of Buckets and if this can’t be fixed I’m in trouble, grave trouble.
Thanks
Evan
I have been using buckets for a couple of years now. Recently I installed the Postmatic plugin to handle commenting.
The Postmatic developer discovered that when I use a bucket shortcode within a Post, it causes the Postmatic e-mail to duplicate its content.
Can this be resolved between Buckets and Postmatic since I use bucket shortcakes in every Post and I want to use Postmatic so that my Posts are read and possibly commented on?
Marcus Tibesar
tibesar.com
The recent update of Buckets, 0.3.0, is resulting in the following error:
Warning: include_once(/home/colopac/public_html/wp-content/plugins/buckets/fields/acf-buckets-v.php): failed to open stream: No such file or directory in /home/colopac/public_html/wp-content/plugins/buckets/buckets.php on line 193
Warning: include_once(): Failed opening ‘/home/colopac/public_html/wp-content/plugins/buckets/fields/acf-buckets-v.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/colopac/public_html/wp-content/plugins/buckets/buckets.php on line 193
It appears that it is not properly adding the version number to the file it is trying to look for. I removed the plugin and reinstalled a previous version for now. Is there a solution for this error?
]]>My WordPress install updated to 4.1.2, and the Bucket editor was no longer working. For those struggling with the same problem, here is the solution.
To buckets.php, add:
add_action( 'admin_enqueue_scripts', 'wp_enqueue_media' );
Hi,
Is this plugin compatible with ACF Pro 5+?
Thanks,
Mark
]]>While it hasn’t been updated in a while and isn’t actively maintained, it seems a lot better than the alternatives I’ve tried like Shortcoder.
Unfortunately unlike Shortcoder, Buckets doesn’t have support for custom variables.
I added the following two lines to the buckets_shortcode
function in buckets.php
to add support for custom variables (line 343):
foreach ($arg as $key => $value)
$return = str_replace("%%$key%%", $value, $return);
This allows shortcodes to be called like [bucket id="1234" title="My Bucket" myvar="myvalue"]
. Inside buckets you can use %%myvar%%
to access the custom variable.
Hi developer,
are there any plans to maintain this plugin for updates? It’s a really cool one ?? Thanks,
Just wondering if there’s a plugin that’s currently being maintained that is like Buckets for widgets? I’d really love this functionality, but am hesitant to install an unsupported plugin on the latest version of WP. Thanks!
]]>Hi, and thanks for making a great plugin!
This is probably a long shot, but it is somehow possible to write <?php something ?>
inside a bucket and to parse this through a widget using the given shortcode?
When I try, the code output is plain text, i.e. <?php echo 'Hello world'; ?>
instead of “Hello world”.
I also tried combining Buckets with a PHP Text plugin without any luck.
]]>When I click on the bucket icon on the post editor, the search ticker never stops turning and I can’t select any of my buckets.
Any ideas?
Thanks!
]]>Hello guys,
I’m not sure whether this can be really considered an issue by the Buckets or the EM plugin, so I’ll post it in both support forums.
There is a conflict between the EM and the Buckets plugin. When you use buckets, any Event output (List, Detail, Location etc.) appears not only in the content area, but inside any bucket as well (when actually visiting an event page and Buckets are used in the same page).
I solved it by remove the EM output with regex inside the get_bucket function (plugins/buckets/buckets.php):
$return = apply_filters('the_content', get_post_field('post_content', $id));
// Hack to remove events manager
$return = preg_replace('~<div([^>]*)(id\\s*=\\s*["\']em-wrapper["\'])([^>]*)>(.*?)</div>~i', '', $return);
But that’s quite a dirty solution. Do you know a better one?
]]>Since the 2.5 upgrade any attempt to use a caption on a photo inside a post with an active bucket shortcode causes the shortcode for the caption to display as code instead of displaying the caption.
[caption id="attachment_8982" align="alignright" width="123"]Image Caption Text[/caption]
Deactivating the Buckets plugin resolves the issue.
]]>Fatal error: Cannot redeclare add_plugin() (previously declared in /{root}/wordpress/wp-content/plugins/bootstrap-mce-elements/index.php:99) in /{root}/wordpress/wp-content/plugins/buckets/buckets.php on line 218
]]>Is this plugin compatible with 3.6? It says it was updated this month, but compatible up to 3.4.2.
I just tried it with TwentyThirteen and the bucket shortcodes in a page only showed the shortcodes that were in the bucket (i.e., one bucket has a gallery and showed [gallery...
, another has an audio embed and showed [audio...
), it didn’t show the actual content.
I’m still trying to figure out what I can do with this plugin so I’m testing it on localhost.
I’ve never used ACF before.
Is this something I can do:
I’d like to be able to place a right CSS styled Woocommerce product placement using a Bucket shortcode.
Are you telling me I need to purchase the Flexible Content field addon to be able to do this? As your instructions seem to be tailored around having this purchase.
Just trying to come to grips with what is possible, without having to pay for anything til I determine the capability of ‘Buckets & ACF alone’.
Thanks for any feedback.
Martin
When I try to install this plugin, the browser give’s me ERROR 500 and on apache2 error.log file I found this error:
[Wed Mar 06 15:43:41 2013] [error] [client 192.168.10.64] PHP Fatal error: Call to undefined function register_field() in /var/www/wp-content/plugins/buckets/buckets.php on line 76
I use WordPress 3.5.1 with Gantry Framework and Template.
Danut S
]]>Installed ACF.
Installed Buckets.
Created a new Bucket.
Clicked on ACF.
Clicked on the Buckets Field Group.
This error displays:
Fatal error: Call to a member function create_options() on a non-object in /home/prettyan/public_html/wp-content/plugins/advanced-custom-fields/core/views/meta_box_fields.php on line 193
When using TinyMCE button, it generate wrong shortcode.
[buckets id=”1234″] => buckets should be without a “s”
Thank you !
]]>When using the following to add bucket contents to a template:
<?php echo do_shortcode('[shortcode]'); ?>
The WordPress generated html does not wrap paragraphs with the <p> tag.
A possible workaround is to change line 179 in buckets.php to:
$return = ($post->post_content != '') ? wpautop($post->post_content) : '';
Can this be changed in the plugin files please?
]]>Can you show some screenshots of where buckets and bucket management appear using this plugin.
]]>Buckets looks promising, however reliance on the old ZeroClipboard flash stuff to simply copy and paste a Shortcode limits its use on iOS and browsers without Flash. Suggest replacing with alternative? Perhaps something better than https://www.steamdev.com/zclip/ ? Or maybe just plain text?
]]>