Add More Button - display:none

Support MB Group Add More Button - display:noneResolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #47690
    JohnJohn
    Participant

    In the 2.0.1 version of the new Meta Box AIO, all of my group fields that are set to cloneable=true have the add more button hidden with a display:none CSS property. How to ensure the add more button is visible?

    #47692
    JohnJohn
    Participant
    function fix_mb_clone_btn_css() {
        echo '<style>
    	.add-clone{
    		display: inline-block !important;
    	} 
        </style>';
    }
    add_action('admin_head', 'fix_mb_clone_btn_css');
    #47695
    LogLog
    Participant

    I had the same problem after upgrading Meta Box AIO and removing the original Meta Box plugin. Re-installing the Meta Box plugin made the Add More buttons visible again.

    From the Meta Box AIO 2.0.0 changelog:

    This version now bundles Meta Box. You don't need to install Meta Box separately anymore. You can safely remove Meta Box (keeping it won't harm and won't cause any conflicts). This will help you shorten the plugin list and make things simpler.

    This appears to have been an oversight.

    #47703
    PeterPeter
    Moderator

    Hello John,

    There is a small issue with the cloneable button. Please activate the plugin Meta Box to fix the issue. The development team is working on it and the fix for this issue will be included in the next update of Meta Box plugins.

    #47706
    DSGadminDSGadmin
    Participant

    Thank you for this! I came here for the same issue!

    #47826
    Tobias HaasTobias Haas
    Participant

    Is this still a Issue?

    Version 2.0.2

    #47829
    PeterPeter
    Moderator

    Hello Tobias,

    This issue has been fixed in the new version of Meta Box AIO 2.0.2. If it still occurs on your site, please share your site admin account by submitting this form https://metabox.io/contact/
    I will take a look.

    Thank you.

    #47832
    Tobias HaasTobias Haas
    Participant

    Hey Peter,
    After deactivating and reactivating it works

    thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.