Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 3,121 through 3,135 (of 3,787 total)
  • Author
    Posts
  • PeterPeter
    Moderator

    Hello,

    I do not see that issue on my site. Autocomplete/geolocation uses the JS code to fetch the data and populate it to the field input, saving the field value to the custom table that is separated and does not relate to this feature.

    Can you please share some screenshots of the issue on your site? You can try to deactivate all plugins except Meta Box, MB extensions, switch to a standard theme and recheck this issue.

    PeterPeter
    Moderator

    Hello,

    Thanks for your feedback.

    I can reproduce that issue on my local site and I've escalated this to the development team to fix it in the next update.
    For now, you can use the helper shortcode [rwmb_meta id="image_advanced"] to display images on the frontend. Please read more on the documentation https://docs.metabox.io/shortcode/

    in reply to: Benefit of taxonomy advanced field type #40894
    PeterPeter
    Moderator

    Hello,

    FYI, the taxonomy field does not work when it is a subfield in a group or in a custom block. So in this case, you will need to use the taxonomy_advanced field. As the name, it will need for some advanced cases.

    in reply to: Button submit on Frontend Submission has no styling #40893
    PeterPeter
    Moderator

    Hello,

    Thanks Ole for the details. Meta Box only has the basic style and inherits the style of the current theme. If you want to style the submit button, please create some custom CSS code.

    in reply to: Custom Field as an automatic featured image #40891
    PeterPeter
    Moderator

    Hello,

    At first, you should use the field single_image to set the featured image for the post.
    - in the backend, you should disable the standard featured image box of the post type. If the post type is managed by Meta Box, you can go to Meta Box > Post Types > Edit the CPT > Supports tab > Disable option "Thumbnail".
    - in the frontend, it works as it should.

    Let me know how it goes.

    in reply to: Display taxonomy custom field (color) #40890
    PeterPeter
    Moderator

    Hello,

    To use the shortcode in the Elementor builder, you need to create your own code in View to get the field value and HTML elements. You can refer to this tutorial https://docs.metabox.io/tutorials/category-thumbnails/

    and read more on the documentation https://docs.metabox.io/extensions/mb-views/
    https://docs.metabox.io/extensions/mb-term-meta/

    in reply to: MB Group widget not visible #40889
    PeterPeter
    Moderator

    Hello,

    Thanks for sharing the solution. Let us know if you have any questions.

    PeterPeter
    Moderator

    Hello,

    You can use the custom field taxonomy to add a term to a post in the frontend submission form. Please read more on the documentation https://docs.metabox.io/fields/taxonomy/

    in reply to: PHP User Error Log #40871
    PeterPeter
    Moderator

    Hello,

    I don't know what the error on your site is. Can you please share the full error log? You can use https://pastebin.com/ and share the link here.

    Also, please let me know how I can reproduce the issue.

    in reply to: Benefit of taxonomy advanced field type #40870
    PeterPeter
    Moderator

    Hello,

    You can read more about the benefit when using the custom field and custom taxonomy here https://metabox.io/custom-fields-vs-custom-taxonomies/

    in reply to: Best way to associate a taxonomy with a CPT #40869
    PeterPeter
    Moderator

    Hello,

    1. Edit the CPT and go to the taxonomy tab, select it and save. Or go to the Post types tab and select the CPT and save. These do the same thing.

    In fact, you need to assign the post type and taxonomy when editing the post type and taxonomy also. Please read more on the WordPress documentation https://developer.wordpress.org/reference/functions/register_post_type/#taxonomies

    When registering a post type, always register your taxonomies using the taxonomies argument. If you do not, the taxonomies and post type will not be recognized as connected when using filters such as parse_query or pre_get_posts. This can lead to unexpected results and failures.
    
    Even if you register a taxonomy while creating the post type, you must still explicitly register and define the taxonomy using register_taxonomy().

    2. In the CPT add a taxonomy field and choose the taxonomy.

    Yes, the custom field taxonomy of Meta Box support setting post terms like the standard taxonomy box of WordPress. There is one note, you can only use one of two on the same page. If you set two categories for the post in different boxes, only one can work.
    Please read more on the documentation https://docs.metabox.io/fields/taxonomy/

    in reply to: Found a small bug on /INC/SANITIZER.PHP — Line 120 #40867
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I'm not able to reproduce the issue on my local site with Meta Box plugin version 5.6.17, a settings page and an empty custom field color picker.
    Do you type a "red" string into the color picker field? If yes, I think that would cause the issue.

    in reply to: Server Validation On the Backend #40866
    PeterPeter
    Moderator

    Hello,

    So the remote validation can help you in this case. Please try to use it and let me know if you have any questions.

    in reply to: Page or Post - what should i take ? #40851
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    Page is a type of post, post type "page". You can read more on the WordPress documentation https://developer.wordpress.org/themes/basics/post-types/

    Regarding the post type structure, it depends on your requirements, you can try to use the post-type hierarchical in this case. For a complex travel website, I think using a third-party plugin or theme that supports this feature is much more than building the site from scratch. You will need to have basic knowledge of WordPress and Meta Box coding.

    There are some series about building a simple site on our blog posts, please read more here https://metabox.io/series/hotel-booking/

    in reply to: MB Group widget not visible #40850
    PeterPeter
    Moderator

    Hello,

    Please share your site credentials via this contact form https://metabox.io/contact/
    I will take a closer look.

Viewing 15 posts - 3,121 through 3,135 (of 3,787 total)