Forum Replies Created
-
AuthorPosts
-
grafik
ParticipantHi Anh, thanks for your efforts at getting to the bottom of this bug, I've decided to re-code the page a different way not using the group extension. It seems that WordPress or the extension do not play well with a larger amount of cloned items.
grafik
ParticipantAlso my host was suggesting it might be a max_input_vars problem? Thoughts on that?
grafik
ParticipantHey,
For a post type it's fine (it uses a different template), the error only happens on the pages post type, using the projects template, with more than 16 cloneable items:
eg https://vspicer.com/wp-admin/post.php?post=843&action=edit
grafik
ParticipantThanks, do you get the admin ajax error on the test page when you load it?
grafik
ParticipantNice job, that looks like it fixes the issue of cloning
Still getting the glitchy behaviour of admin-ajax errors and images detaching on the back / front end if I clone a group more than 16 times.
grafik
ParticipantSomething like this?
require get_template_directory() . '/meta-box/meta-box.php'; // Metabox include 'meta.php'; // Include the meta box definitiongrafik
ParticipantThanks have sent
grafik
ParticipantHi, no unfortunately it still:
1. Fails to attach images to the back and front end on update
2. And displays the admin-ajax errorVideo here: http://grfk.co.nz/fHHzEU
November 3, 2017 at 5:45 AM in reply to: Cloneable group inheriting values from previous group #7259grafik
ParticipantI must say as much as I use and like the metabox plugin, it's pretty frustrating having paid for it, yet getting such limited support.
grafik
ParticipantHey any update on this?
November 2, 2017 at 12:55 AM in reply to: Cloneable group inheriting values from previous group #7252grafik
ParticipantHey I think I'm having the same error as you, like this? see video http://grfk.co.nz/kVG2Pk
grafik
ParticipantNo admin-ajax error on just one image advanced field
I went and created some more tests, metabox group does seems to behave very oddly (starts cloning items at certain times) , and maybe this is linked to the above error?
see video http://grfk.co.nz/kVG2Pk
$meta_boxes[] = array( 'id' => 'testing_group', 'title' => 'Testing Group (ignore)', 'pages' => array( 'page'), 'fields' => array( array( 'id' => 'test_item_test', 'type' => 'group', 'clone' => true, 'max_clone' => 99, 'sort_clone' => true, 'collapsible' => true, 'group_title' => 'Project', 'fields' => array( array( 'name' => __( 'Image', 'rwmb' ), 'id' => "{$prefix}testing_image_test", 'type' => 'image_advanced', 'max_file_uploads' => 1, 'clone' => false, ), ), ), ) );Metabox 4.12.4
Metabox Group 1.2.11
Metabox conditional 1.5
Metabox show hide 1.02
Wordpress 4.8.3grafik
ParticipantThanks for the reply,
— Do you mean just a single instance of the group, or a single image field inside each group instance (as opposed to two images)?
grafik
ParticipantHere you go console log http://grfk.co.nz/J3FaQS
Error: http://grfk.co.nz/3Jnxmb
grafik
ParticipantHi Tan, yip the prefix is meta_, I just upgraded from 1.4 to 1.4.1 and that seems to fix the issue, thanks for the response.
-
AuthorPosts