Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Hazmi, new versions for MB Settings Page is available. Please update. Let us know if you see any problem.
Thanks
Anh Tran
KeymasterHmm, does that work if you remove the field and use WordPress featured image instead?
Anh Tran
KeymasterHi Hazmi,
Please give us some hours to fix. Today or latest tomorrow we'll update the extension.
Just a small question: while testing with your code, we see the remove clone button works. Can you post your full code here to test?
Anh Tran
KeymasterHi Phil,
Thanks for your comment. We'll fix this bug soon.
Anh Tran
KeymasterUnfortunately, the plugin uses WordPress media API and upload folder to store files. We have put this feature request in the plan and will work on that later.
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.
-
AuthorPosts