Seem to be having issues in child theme

Support MB Settings Page Seem to be having issues in child themeResolved

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #3426
    Anh TranAnh Tran
    Keymaster

    DS conflicts with my XAMPP somehow. I couldn't make it run :(.

    #3492
    carassiuscarassius
    Participant

    Did you ever get DesktopServer working to configure metabox to work with it?
    On my Linux system I have switched over to VVV, but still using DS on my office Windows machine

    #3493
    Anh TranAnh Tran
    Keymaster

    Unfortunately no :(. I couldn't make it run on my Windows. I think XAMPP Lite included in DS conflicts with XAMPP somehow.

    #3494
    carassiuscarassius
    Participant

    Well, the issue only occurs for themes it seems, because it does not have an issue when I use settings in plugins.

    #3495
    Anh TranAnh Tran
    Keymaster

    Hmm, can you try including the extension directly in the child theme? I wrote a docs for this here:

    https://metabox.io/docs/include-extensions-themes-plugins/

    I couldn't find any clue with child theme. Very weird 🙁

    #3496
    carassiuscarassius
    Participant

    Whilst you are around, is there a way to make the tabs extensible?

    I was trying this

    $meta_boxes[] = array(
    		'id'             => 'options',
    		'title'          => __( 'Extensions Options', 'fl-builder' ),
    		'settings_pages' => 'builder-extensions',
            'tabs'           => array(
                'general'    => array(
                    'label'  => __( 'General', 'fl-builder' ),
                    'icon'   => 'dashicons-admin-tools',
                ),
                'popup'    => array(
                    'label'  => __( 'OnClick Popup', 'fl-builder' ),
                    'icon'   => 'dashicons-admin-plugins',
                ),
                do_action('extensions_tabs'),
            ),
    #3518
    Anh TranAnh Tran
    Keymaster

    I think I answered this question in this topic. Please try.

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.