Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi, this bug is fixed. Please update the plugins to the latest version.
Anh Tran
KeymasterHi Akram,
Left-tab-style is not supported for the settings pages yet. However, you still can use left tabs inside each meta box.
November 29, 2019 at 12:02 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17231Anh Tran
KeymasterHi pza, I've just fixed the issue and released a new version. Please upgrade and let me know how it goes.
November 29, 2019 at 11:59 AM in reply to: ✅WP5.3 — Invalid arg. supp. for foreach class-wp-post-type.php #17230Anh Tran
KeymasterJust fixed it in the recent version. Please upgrade.
November 29, 2019 at 11:59 AM in reply to: ✅Error, when i leave only title in "edit/add" post type #17229Anh Tran
KeymasterHi, I've just fixed and released a new version. Please update.
November 28, 2019 at 5:35 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17213Anh Tran
KeymasterHi pza, thanks for the feedback. I'll check the issue and update it today.
Anh Tran
KeymasterHi Anja,
In MB Builder, assuming you have something similar to this:
https://imgur.elightup.com/8xKDkzJ.png
And you have added a block to a post with the following content:
https://imgur.elightup.com/FhbHQHn.png
Then you can use this template code in the MB Builder to display the group:
{% set products = mb.mb_get_block_field( 'products' ) %} {% for product in products %} <h4>{{ product.product_title }}</h4> {% for image_id in product.product_images %} {% set image_url = mb.wp_get_attachment_url( image_id ) %} <img src="{{ image_url }}"> {% endfor %} {% endfor %}https://imgur.elightup.com/kMIPGrv.png
Here is the result:
https://imgur.elightup.com/PaIXpG4.png
(sorry for big images)
November 27, 2019 at 10:48 PM in reply to: ✅Choose an image from the gallery as a cover image in MB Frontend Submission #17193Anh Tran
KeymasterHi Sergio,
Yes, your question is clear. I've been thinking about the solution, and I found one.
The idea is changing the field type for thumbnail from
imagetosingle_image. Please follow these steps:- Create a folder
mb-frontend-submissionin your theme, inside that folder, create a sub-folderpost. - Copy the file
thumbnail.phpfrom the plugin'stemplates/post/folder to thepostfolder above. - Replace the content of the copied
thumbnail.phpwith this code.
And try again.
Please note that, in order to open the media popup, your users need to log in and have proper capability. See how to add capability here.
November 27, 2019 at 3:57 PM in reply to: ✅Change Frontend Submission Config using Javascript #17178Anh Tran
KeymasterHi kesit,
In the latest version, we have changed the way to output form config on the front end. It now displays only a hidden key instead of full list of options. This is for security reason. So, I'm afraid you can't change the confirmation with JavaScript anymore.
November 27, 2019 at 3:55 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17177Anh Tran
KeymasterSo strange. Do you see any JS error in the console?
Anh Tran
KeymasterHi,
Can you please confirm which plugins are activated? Are Meta Box AIO and/or the individual Meta Box Beaver Themer Integrator activated?
I've just tried on my localhost with Meta Box AIO activated and Meta Box Beaver Themer extension enabled in the AIO (not the individual plugin) and don't see the error.
Anh Tran
KeymasterHi Johannes, I'll check it now and will fix it.
Anh Tran
KeymasterHi Chris,
I'm checking it now and will fix it.
PS: This topic is duplicated. I'll close it in favor of a previous topic.
November 26, 2019 at 4:03 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17139Anh Tran
KeymasterHi Purdue, can you enable debug and see if there's any error?
Anh Tran
KeymasterHey guys, let me check the issue and will reply you soon.
- Create a folder
-
AuthorPosts