Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: Metabox group and admin-ajax.php #7389
    grafikgrafik
    Participant

    Hi 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.

    in reply to: Metabox group and admin-ajax.php #7372
    grafikgrafik
    Participant

    Also my host was suggesting it might be a max_input_vars problem? Thoughts on that?

    in reply to: Metabox group and admin-ajax.php #7371
    grafikgrafik
    Participant

    Hey,

    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

    in reply to: Metabox group and admin-ajax.php #7356
    grafikgrafik
    Participant

    Thanks, do you get the admin ajax error on the test page when you load it?

    in reply to: Metabox group and admin-ajax.php #7338
    grafikgrafik
    Participant

    Nice 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.

    in reply to: Include in the Theme #7303
    grafikgrafik
    Participant

    Something like this?

    require get_template_directory() . '/meta-box/meta-box.php'; // Metabox
    include 'meta.php'; // Include the meta box definition
    in reply to: Metabox group and admin-ajax.php #7288
    grafikgrafik
    Participant

    Thanks have sent

    in reply to: Metabox group and admin-ajax.php #7275
    grafikgrafik
    Participant

    Hi, no unfortunately it still:

    1. Fails to attach images to the back and front end on update
    2. And displays the admin-ajax error

    Video here: http://grfk.co.nz/fHHzEU

    in reply to: Cloneable group inheriting values from previous group #7259
    grafikgrafik
    Participant

    I 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.

    in reply to: Metabox group and admin-ajax.php #7253
    grafikgrafik
    Participant

    Hey any update on this?

    in reply to: Cloneable group inheriting values from previous group #7252
    grafikgrafik
    Participant

    Hey I think I'm having the same error as you, like this? see video http://grfk.co.nz/kVG2Pk

    in reply to: Metabox group and admin-ajax.php #7238
    grafikgrafik
    Participant

    No 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.3

    in reply to: Metabox group and admin-ajax.php #7229
    grafikgrafik
    Participant

    Thanks 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)?

    in reply to: Metabox group and admin-ajax.php #7222
    grafikgrafik
    Participant

    Here you go console log http://grfk.co.nz/J3FaQS

    Error: http://grfk.co.nz/3Jnxmb

    in reply to: Conditional logic + clonable group #5473
    grafikgrafik
    Participant

    Hi 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.

Viewing 15 posts - 1 through 15 (of 23 total)