Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHello,
Do you set the
post_idin the shortcode? The data from the post is get only when this parameter is set.Anh Tran
KeymasterHi guys, thanks for your report. Let me check the bug and fix it.
Anh Tran
KeymasterHello,
Let me refund the purchase of the MB Term Meta extension. So you can upgrade to the DEV bundle with just the difference in value? How does that sound?
Anh Tran
KeymasterHi,
I've just tested with Vietnamese and it works. This is the translation files:
https://imgur.elightup.com/NalVt93.png
And this is the translated "Submit" button:
https://imgur.elightup.com/ltoQLDq.png
Can you check 1) the translation file name, make sure it's
mb-frontend-submission-LANGCODE.moandmb-frontend-submission-LANGCODE.poand 2) The translation strings?Anh Tran
KeymasterIf you remove the clone option from
press_group, then you should not do aforeachloop. Please try this:$group_press = rwmb_meta( 'press_group'); if ( ! empty( $group_press['wysiwyg_3' ) ) { echo $group_press['wysiwyg_3']; }Anh Tran
KeymasterHello,
The upgrade is available for bundles only, not for individual plugins. Please go to My Account page and you'll see buttons to upgrade to the to the developer bundle. You will need to pay only the difference between bundles.
Anh Tran
KeymasterHi Phaidonas,
Your code looks incorrect. You use
press_groupas a group ID, but in your code it's the meta box ID. Besides, it's cloneable. I've fixed it here: https://pastebin.com/0xBn7vC2. Please take a look.
@jacek: we are aware of that bug and fixing it. We'll update the new version soon this week.Anh Tran
KeymasterHi, when a meta box is a draft, the submit button will have the text "Publish". Click that button will change the status from draft to publish.
Anh Tran
KeymasterHi,
Thanks. I'm good ๐
Regarding the video field, when getting from the group, it's just the IDs of the uploaded videos. To output the videos, you can do like this:
<?php foreach ( $facilities_videos as $facilities_video ) { $facilities_video = RWMB_Video_Field::file_info( $facilities_video ); ?> <video src="<?php echo $facilities_video['src']; ?>"> <?php } ?>Anh Tran
KeymasterIt probably will take some days. If that's urgent for you, you can use Custom Attributes to add an attribute
requiredwith valuetrueto the field. That will make the field required.Regarding conditions, yes, you should use the Builder to build that. It supports all conditions. If you need to do some extra check (like conditions outside meta boxes), then you need to tweak the code a little bit.
March 12, 2018 at 1:55 PM in reply to: โ Conditional Logic not seems working with multiple metaboxes on front-end #8788Anh Tran
KeymasterHi Jason,
Can you post the full code of the 2/3 fields that have the conditions to check?
Anh Tran
KeymasterHi Jason,
I've just checked the heading field and it's all fine. Can you take a screenshot of the console before the closing
</form>tag, so we can see which field closes the div incorrectly?Anh Tran
KeymasterHi, yes, that option is on the plan. We've just updated the UI, and now we'll scan all the settings again and added those options to the plugin. Please give us some time to update.
March 12, 2018 at 11:29 AM in reply to: โ How can I create a settings page like the MB About Page? #8780Anh Tran
KeymasterThe whole code for that part is available on Github. I'll write a tutorial for that later.
March 9, 2018 at 11:00 AM in reply to: in post field i can see only select, and select advanced field types with Builde #8753Anh Tran
KeymasterFYI, it's now fixed. Please update.
-
AuthorPosts