Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 3,616 through 3,630 (of 3,958 total)
  • Author
    Posts
  • in reply to: Delete option not working #2135
    Anh TranAnh Tran
    Keymaster

    I got it. The problem is the total columns in the last row does not equal to 12. The last row has a hidden field, which has number of columns 2. Changing it to 12 fixes the bug.

    I have updated files via FTP, please take a look.

    in reply to: Delete option not working #2132
    Anh TranAnh Tran
    Keymaster

    Can you please send us your website/ftp information through contact form?

    in reply to: Conditional in Taxonomys #2127
    Anh TranAnh Tran
    Keymaster

    Yes, you can inspect element to see taxonomy name or id to create conditional logic. For example:

    Visible when post category is 99

    
    'visible' => ['post_category', 99]
    

    Visible when post_category is in 55, 66 and 77

    
    'visible' => ['post_category', 'in', [55,66,77]]
    

    Post Category works same as other Taxonomies

    in reply to: Settings page and mutlisite #2124
    Anh TranAnh Tran
    Keymaster

    Hi,

    Currently, it works for single sites in the Multisite. You can use it to add settings/options for a single site, not for the whole network.

    in reply to: Problem with image_advanced field #2119
    Anh TranAnh Tran
    Keymaster

    Hi,

    Please change mb_bg_image_repeat and mb_bg_image_size to something do not contains mb_bg_image. For example: foo_repeat, foo_size.

    Regards

    in reply to: std error when a field has no id #2115
    Anh TranAnh Tran
    Keymaster

    Hi again,

    Just looked into the code and tested with fields which don't need id attributes: heading, divider, custom_html and only custom_html uses std to output the HTML content of the field. These fields don't use meta value for anything, thus, the get_post_meta function is not used.

    I don't think there's a bug here, or am I misunderstanding you? Can you give more details on what you're trying to do?

    in reply to: undefined method RW_Meta_Box::has_been_saved() #2104
    Anh TranAnh Tran
    Keymaster

    That's it! The Group extension is outdated. Please update to the latest version :). The latest version has fix for this bug.

    in reply to: undefined method RW_Meta_Box::has_been_saved() #2102
    Anh TranAnh Tran
    Keymaster

    Hmm, can you please post full error message? I need that to see where the error comes from.

    in reply to: Help with Sections #2100
    Anh TranAnh Tran
    Keymaster

    Can you post your code? I guess the total of columns on some rows does not equal to 12, can you please check that (especially the last row)?

    in reply to: Delete option not working #2099
    Anh TranAnh Tran
    Keymaster

    Did you see any error in the console when deleting the clone?

    in reply to: undefined method RW_Meta_Box::has_been_saved() #2098
    Anh TranAnh Tran
    Keymaster

    Are you using a theme that has Meta Box plugin included directly?

    in reply to: MB Builder Disappears on Page #2096
    Anh TranAnh Tran
    Keymaster

    I have answered via email. Have fun ๐Ÿ™‚

    in reply to: For file type #2095
    Anh TranAnh Tran
    Keymaster

    Hi again,

    Just wonder why don't you use plupload_image field? It has nice UI and allows you to select files from your computer. I forgot about this ๐Ÿ™‚

    in reply to: std error when a field has no id #2091
    Anh TranAnh Tran
    Keymaster

    Thanks, I will look at this issue.

    in reply to: Render input issue when value has false value #2090
    Anh TranAnh Tran
    Keymaster

    Hi, I already fixed that in the development version. It will be included in the next version.

Viewing 15 posts - 3,616 through 3,630 (of 3,958 total)