Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 3,958 total)
  • Author
    Posts
  • 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: Cloneable group inheriting values from previous group #7453
    Anh TranAnh Tran
    Keymaster

    Can you please refresh or clear cache? if it still doesn't works, can you please send me your ftp info via contact form so we can login to check?

    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.

    in reply to: How to set Taxonomy field value(s)? #7431
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just tested with the filter and it works. Please see my video.

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

    Hi Daniele,

    I've just fixed the extension. Please update to version 1.1.2.

    Thanks,
    Anh

    in reply to: Metabox fields not working with wordpress 4.9 #7427
    Anh TranAnh Tran
    Keymaster

    I've fixed it yesterday. I'm releasing new version now.

    Edit: Version 4.12.5 has been released. Please update.

    in reply to: Cloneable group inheriting values from previous group #7424
    Anh TranAnh Tran
    Keymaster

    Hi guys,

    I've fixed the plugin, please grab the latest version (1.5.1).

    Cheers!

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

    Hi Daniele,

    I'll look at the problem now and will fix it soon. Thanks for reporting.

    in reply to: Cloneable group inheriting values from previous group #7418
    Anh TranAnh Tran
    Keymaster

    Ah, I got it. It's a different from the media field that I've resolved. This is a problem with Conditional Logic extension that doesn't refresh after cloning. I will check and fix it.

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

    I've just fixed the docs link. There was a problem with my HTTPS setup.

    Just curious, how do you create custom fields? Do you create with the WP-Types plugin?

Viewing 15 posts - 2,581 through 2,595 (of 3,958 total)