Support Forum » User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: MB Tabs and MB Group #18049
    PascalPascal
    Participant

    Alright thanks for your answer, I hope it will someday be a feature then!

    in reply to: Conditional logic based on group count #17428
    PascalPascal
    Participant

    Hi Anh,

    Thanks for your suggestion! I was also thinking about a custom callback like explained in the documentation.

    Now I wonder if something like this could work?

    'visible' => array( 'get_clone_count()', '>', 2 )
    
    function get_clone_count(){
      $x = some way to get the 'meta_box_group' clone count
      return $x;
    }

    But then I how do I get data of that from inside that function?

    in reply to: Cloned group copies previous 'image_advanced' #15018
    PascalPascal
    Participant

    Hmm strange, I just tested the same thing in a fresh install and there it works as intended!

    I do not see any errors in the dev console. I also tried to disable all plugins, including WPML which I thought that may cause issues, but it wasn't that either.

    So I can't exactly tell what causes the problem, but as it works on a fresh install, the problem will probably lie somewhere within the theme.

    The only thing that may help identify the problem is, that it does only take the images from the latest added group. So if I would have added 10 groups with images and I add the 11th, it will use the images from the 10th group.

    I will try to do more testing, but the plugin doesn't seem to be the problem at least!

Viewing 3 posts - 1 through 3 (of 3 total)