Support Forum » User Profile

Forum Replies Created

Viewing 9 posts - 4,831 through 4,839 (of 4,839 total)
  • Author
    Posts
  • in reply to: URGENT Problem when installing plugin #18756
    Long NguyenLong Nguyen
    Moderator

    Hi,

    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:

    1. Change the plugin folder name meta-box-aio to get access Admin Dashboard
    2. Change the plugin folder name meta-box to a-meta-box or something like that to make the plugin Meta Box loads before.
    3. Back to the Admin Dashboard -> activate plugin Meta Box then Meta Box AIO after.

    Let me know how it goes.

    in reply to: URGENT Problem when installing plugin #18750
    Long NguyenLong Nguyen
    Moderator

    And please deactivate the plugin LearnPress to solve the conflict.

    in reply to: URGENT Problem when installing plugin #18748
    Long NguyenLong Nguyen
    Moderator

    Hi,

    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.

    in reply to: URGENT Problem when installing plugin #18745
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please turn on WordPress debugging, and then check your server error logs for any useful information.

    in reply to: Number field condition in Views #18736
    Long NguyenLong Nguyen
    Moderator

    Hi,

    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 min to the number as you want such as -100 or PHP_INT_MIN with PHP version >= 7.0 or step to any for the floating numbers.

    For further information, please follow the Number field documentation

    in reply to: Time format for all Time fields #18727
    Long NguyenLong Nguyen
    Moderator

    Hi,

    For the cloneable field, you should use the for loop 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.

    in reply to: Add a custom field on woocommerce cart #18726
    Long NguyenLong Nguyen
    Moderator

    Hi,

    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.

    in reply to: Bug: image module does not safe on mobile #18717
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Could you please let me know the image field which is using? The field image_advanced or image_upload need a high level to access the WordPress media while the field image still works as well on the mobile phone.

    Please check it out and let me know how it goes.

    in reply to: post Excerpt #18712
    Long NguyenLong Nguyen
    Moderator

    Hi,

    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.

Viewing 9 posts - 4,831 through 4,839 (of 4,839 total)