Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterI 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.
Anh Tran
KeymasterCan you please send us your website/ftp information through contact form?
Anh Tran
KeymasterYes, 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
Anh Tran
KeymasterHi,
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.
Anh Tran
KeymasterHi,
Please change
mb_bg_image_repeatandmb_bg_image_sizeto something do not containsmb_bg_image. For example:foo_repeat,foo_size.Regards
Anh Tran
KeymasterHi again,
Just looked into the code and tested with fields which don't need
idattributes:heading,divider,custom_htmland onlycustom_htmlusesstdto output the HTML content of the field. These fields don't use meta value for anything, thus, theget_post_metafunction 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?
Anh Tran
KeymasterThat's it! The Group extension is outdated. Please update to the latest version :). The latest version has fix for this bug.
Anh Tran
KeymasterHmm, can you please post full error message? I need that to see where the error comes from.
Anh Tran
KeymasterCan 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)?
Anh Tran
KeymasterDid you see any error in the console when deleting the clone?
Anh Tran
KeymasterAre you using a theme that has Meta Box plugin included directly?
Anh Tran
KeymasterI have answered via email. Have fun ๐
Anh Tran
KeymasterHi again,
Just wonder why don't you use
plupload_imagefield? It has nice UI and allows you to select files from your computer. I forgot about this ๐Anh Tran
KeymasterThanks, I will look at this issue.
Anh Tran
KeymasterHi, I already fixed that in the development version. It will be included in the next version.
-
AuthorPosts