Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterNo problem, just refunded.
Anh Tran
KeymasterHi Hazmi,
We're working on that. We'll fix the CSS for the background and the delete button in cloned groups. Probably will done that early next week.
Anh Tran
KeymasterWe have fixed the bug with clone Groups for WP 4.7.5. Please update to the latest version (1.2.4) of the Group and Meta Box.
Don't forget to clear browser cache!
Anh Tran
KeymasterHi Bằng,
Hiện thời ko có cách nào để bao thêm 1 thẻ div bên ngoài thẻ div.rwmb-meta-box được. Tuy vậy, bạn có thể bao tất cả phần nội dung còn lại trong 1 thẻ div bằng cách hook vào action
rwmb_beforevàrwmb_after.VD:
add_action( 'rwmb_before_{$meta_box_id}', function() { echo '<div id="your-id" class="your-class">'; } ); add_action( 'rwmb_after_{$meta_box_id}', function() { echo '</div>'; } );Anh Tran
KeymasterI checked several times and couldn't find it. However, I got a message on Slack from Dara, probably your college. I'll take a look now.
Anh Tran
KeymasterOK, I got it. Will put it in the queue 🙂
Anh Tran
KeymasterHi, I haven’t received your email. Can you please send again?
Anh Tran
KeymasterThank you @Jackky for your help! That's correct.
@David: Please take a look at media translation guide from WPML. Make sure you enable this feature. It allows using the same media files in content in different languages.
Anh Tran
KeymasterIf you want to run Meta Box only in the backend, you can wrap the code to register meta box within
if ( is_admin() ), like this:if ( is_admin() ) { add_filter( 'rwmb_meta_boxes', 'your_function' ); }Please note that this code will break helper functions to get meta values in the frontend. So please use with care.
Anh Tran
KeymasterOK, please send to my email [email protected]. Thanks.
Anh Tran
KeymasterPlease try clear browser cache. We have updated some JavaScript files, which requires clearing browser cache to work.
Anh Tran
KeymasterHi again,
This bug is fixed. Please update **both** Meta Box and Group.
Anh Tran
KeymasterHi,
The Builder extension actually has nothing with the Frontend Submission extension. Because the Frontend Submission uses a shortcode to display the form. And the fields "Post Title" and "Post Featured Image" are set in the shortcode. They're not part of the meta box, so Builder can't help.
Anh Tran
KeymasterI think we can leave that for users to choose the values. Although it sounds OK for selects, it seems to be unusual for other field types.
Anh Tran
KeymasterWe're having a problem when cloning a group, which has a cloned wysiwyg field. The generated ID for the wysiwyg must be unique. We're trying our best to fix it this week. We'll keep you posted.
-
AuthorPosts