Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
I understand the problem. The best way to fix it is by changing the plugin load order, to make sure Meta Box loads before LearnPress. So it will load the latest version of Meta Box (instead of the bundled version in LearnPress). Please follow these steps:
- Change the plugin folder name
meta-box-aioto get access Admin Dashboard - Change the plugin folder name
meta-boxtoa-meta-boxor something like that to make the plugin Meta Box loads before. - Back to the Admin Dashboard -> activate plugin Meta Box then Meta Box AIO after.
Let me know how it goes.
Long Nguyen
ModeratorAnd please deactivate the plugin LearnPress to solve the conflict.
Long Nguyen
ModeratorHi,
The plugin Meta Box AIO needs the plugin Meta Box activated. You can rename or delete the folder meta-box-aio to get the access Admin Dashboard then install and activate the plugin Meta Box and activate the plugin Meta Box AIO after.
Long Nguyen
ModeratorHi,
Please turn on WordPress debugging, and then check your server error logs for any useful information.
Long Nguyen
ModeratorHi,
Your code works great with a number > 0 or = 0 (same with empty value)
If you want to set the negative number (last else condition), you can set
minto the number as you want such as-100orPHP_INT_MINwith PHP version >= 7.0 orsteptoanyfor the floating numbers.For further information, please follow the Number field documentation
Long Nguyen
ModeratorHi,
For the cloneable field, you should use the
forloop to display the value{% set time_format = 'H:i' %} {% for clone in post.field_id %} {{ clone | date( time_format ) }} <br> {% endfor %}Let me know how it goes.
Long Nguyen
ModeratorHi,
The Metabox and extension plugins only support to create the custom field in the backend and show the value to the frontend for Product. This guide maybe help you to create an input for each product with some piece of code.
Long Nguyen
ModeratorHi,
Could you please let me know the image field which is using? The field
image_advancedorimage_uploadneed a high level to access the WordPress media while the fieldimagestill works as well on the mobile phone.Please check it out and let me know how it goes.
Long Nguyen
ModeratorHi,
The WordPress core has the function the_excerpt or get_the_excerpt to show the excerpt of the post as well. I just think no need to create a field to get the post excerpt.
- Change the plugin folder name
-
AuthorPosts