Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 3,707 total)
  • Author
    Posts
  • in reply to: Exiting Image field delete when update #7671
    Anh TranAnh Tran
    Keymaster

    Hi, I'm still checking it. Please wait.

    in reply to: Sidebar Select #7666
    Anh TranAnh Tran
    Keymaster

    Hi,

    The field type "sidebar" has just been added. Demo here.

    in reply to: sort_clone is not working at some points #7620
    Anh TranAnh Tran
    Keymaster

    Thanks, I will check it now.

    in reply to: Exiting Image field delete when update #7619
    Anh TranAnh Tran
    Keymaster

    Can you please post the code of meta box so I can check?

    Thanks,
    Anh

    in reply to: Integration of the add-ons #7618
    Anh TranAnh Tran
    Keymaster

    Hi,

    You can bundle the extensions in a plugin. Just copy the extensions to plugin's folder, then include the main PHP file of each extension. For more info, please follow this docs.

    Regarding Composer, unfortunately we don't support extensions for now. They're hosted on private repos on Bitbucket.

    Thanks,
    Anh

    in reply to: WP All Import/Export Add-on #7585
    Anh TranAnh Tran
    Keymaster

    Oh, that's great. I will contact Joe now.

    Edit: Email is sent. Waiting for replies.

    in reply to: PHP Notice Displaying Alot #7584
    Anh TranAnh Tran
    Keymaster

    The error says that a meta box misses title parameter. Can you please check your code that create meta boxes, checking if any meta box doesn't have title parameter?

    in reply to: User registration #7583
    Anh TranAnh Tran
    Keymaster

    Hi David,

    This is not available for now. But that's a good idea. We'll think about how to implement that 🙂

    in reply to: Problems with image type field #7582
    Anh TranAnh Tran
    Keymaster

    Hi,

    In the code above, the 2nd field is the image_select field. If you're using the Online Generator, the please follow this instruction.

    You can edit the code of the 2nd field like this:

    array(
        'id' => $prefix . 'image_select_2',
        'type' => 'image_select',
        'name' => esc_html__( 'Image Select', 'metabox-online-generator' ),
        'options' => array(
            'value1' => 'http://urltoyourimage.com',
            'value2' => 'http://urltoyourimage.com',
        ),
    ),
    in reply to: Sidebar Select #7487
    Anh TranAnh Tran
    Keymaster

    Hi,

    This field type is not available at the moment, but we can add it 🙂

    in reply to: Problems with image type field #7486
    Anh TranAnh Tran
    Keymaster

    Hi, for image_select field, you need to add options parameter. Please see this docs.

    in reply to: Content not save HTML #7466
    Anh TranAnh Tran
    Keymaster

    Hi Daniele,

    I've just fixed the download link. Please try again. Thanks for your feedback!

    in reply to: Custom fields exist already... #7445
    Anh TranAnh Tran
    Keymaster

    Can you send me an account admin via the Contact page? I can look at that for you.

    in reply to: Refund please #7444
    Anh TranAnh Tran
    Keymaster

    Hi Franco,

    No problems. I’ve issued the refund.

    Just curious, what’s in the extension that doesn’t serve your needs?

    Your feedback is really appreciated.

    Thanks,
    Anh

    in reply to: Custom fields exist already... #7438
    Anh TranAnh Tran
    Keymaster

    Hi Bonnie,

    Thanks for the info. That helps a lot understanding your situation.

    In this case, I’m afraid to tell you that the MB Revision only works with custom fields made by Meta Box, not made by other plugins such as WP-Types. So my suggestion is you can rewrite the code to transform fields created by WP-Types to Meta Box. If the number of fields are not large and fields are not complicated, I think you can do that simply by following the instruction in the link I posted in the previous reply.

    However, that depends on how WP-Types saves data in the database. If it’s compatible with the default WordPress behavior of storing post meta, then the transformation will be easy. This is how Meta Box saves data in the database.

Viewing 15 posts - 2,551 through 2,565 (of 3,707 total)