New Landing How can we help? Themeforest Theme Support Flexform Remove/Modify Team Member metabox

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #39957
    Axle
    Member
    Post count: 7

    Hello,
    I am in need of adding some more meta fields for Team Member Metabox.
    I was thinking two ways to do that:

    1. Remove the Parent Team Member Metabox and add in child theme
    2. Add additional fields in child theme.

    Can you please help me to do that ?

    I even can’t delete the Parent Team Member Metabox. Following code is not working

    `add_action( ‘after_setup_theme’, ‘run_child_theme_functions’,10 );
    function run_child_theme_functions(){

    add_action( ‘admin_menu’ , ‘parent_remove_metaboxes’, 99 );

    function parent_remove_metaboxes() {
    // remove default WP Trackback Metabox from Posts editing page
    remove_meta_box( ‘team_meta_box’, ‘team’, ‘normal’ );
    remove_meta_box(‘authordiv’, ‘post’, ‘normal’);
    // remove a Parent Theme Metabox ‘parent_post_foo_metabox’
    //remove_meta_box( ‘parent_post_foo_metabox’, ‘post’, ‘normal’ );
    }
    }

    #40232
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    this sure is possible, but I’m afraid it’s not built into the theme and would have to be modified especially for you. We’d love to help you with this customization but we are only able to provide support for basic theme issues and bug fixes. We do provide support for small customizations but unfortunately this request is beyond that. Please see our general policy and guidelines for more info. You could also hire a developer to help you with your customizations.

    Thank you for understanding!
    Cheers!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register