Forum Replies Created
-
AuthorPosts
-
February 23, 2023 at 5:49 PM in reply to: ✅Can the standard pagination bet set to 12 posts per page? #40697
Peter
ModeratorHello,
Do you mean the posts on the frontend? If yes, please go to Settings > Reading > Blog pages show at most, to change the number of posts per page.
Peter
ModeratorHello,
Yes, I think it is what you need. You can add md5() hash function or anything to the file name like this reply https://support.metabox.io/topic/dynamic-uploaded-filename/?swcfpc=1#post-34422
The setting
unique_filename_callbackhelps you to execute a callback function like your functionajf_randomize_uploaded_filename()Peter
ModeratorHello,
I see this is the title field in the frontend form https://monosnap.com/file/fZ5SuBuxE66vJExPIwsq0L8MAVvMyd
But somehow it does not have the correct ID, should bepost_title. Can you please try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again?Peter
ModeratorHello,
Please share your site (should be staging site) credentials via this contact form https://metabox.io/contact/, I will take a closer look.
Peter
ModeratorHello,
Please share your site (should be a staging site) with the contact form https://metabox.io/contact/
and let me know how to reproduce the issue on your site. I will take a closer look.February 22, 2023 at 10:59 PM in reply to: ✅How to use a Fontend Submission on a single page (Bricks) #40679Peter
ModeratorHello Cees,
Do you mean to pass the post_id attribute to the frontend form to update the current page in the form? If you want to pass the ID of the current page, set it to
current.Peter
ModeratorHello,
Thanks, I see the issue. I will inform the development team to check this issue and get back to you later.
Peter
ModeratorHello,
Please update Meta Box, Meta Box AIO to the latest version then check the issue again. You can also try to disable all plugins except Meta Box, Meta Box AIO, switch to a standard theme of WordPress and see how it works.
February 22, 2023 at 10:16 PM in reply to: ✅How to make frontend forms re-editable by the users? #40675Peter
ModeratorHello,
Can you please share the code that you use to output the field value? Did you try to follow the template usage in the documentation?
Peter
ModeratorHello,
I do not see that issue on my end, please check this screenshot https://monosnap.com/file/dRfrCE09f875f3gfsYne8uWQ9YUunB
Does it relate to the table charset/collation? You can try to change it to utf8mb4_unicode_520_ci and see how it goes.
If not, please share your site credentials to the contact form https://metabox.io/contact/, I will inform my development team to take a look. It should be a staging site where we can troubleshoot the issue and perform some tests without affecting your visitors/users.
Peter
ModeratorHello,
You can use the field
fileto use the custom upload folder for uploaded files. Please read more on the documentation https://docs.metabox.io/fields/file/For example:
'upload_dir' => WP_CONTENT_DIR . '/uploads/resume/',If you want to create a custom callback function to generate a unique file name, please refer to this topic https://support.metabox.io/topic/dynamic-uploaded-filename
February 22, 2023 at 6:24 PM in reply to: MB Relationships not showing the full list of items #40665Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
Please add the custom setting to the Editor options in the General tab of the field. Please check this screenshot https://monosnap.com/file/1eRNJxFHEVpiz6wCOHjPMtOIT7RE50
and read more on the documentation https://docs.metabox.io/fields/wysiwyg/#settingsPeter
ModeratorHello,
Please make sure you have the latest version of Meta Box 5.6.16 and Meta Box AIO 1.18.1, then clear all caches (browser, plugin ...) and check this issue again.
Let me know how it goes.
February 22, 2023 at 5:59 PM in reply to: ✅How to make frontend forms re-editable by the users? #40662Peter
ModeratorHello,
Please use the helper function
rwmb_meta()to get the color value, read more on the documentation https://docs.metabox.io/fields/color/#template-usage -
AuthorPosts