Taxonomy field with inline terms

Support General Taxonomy field with inline terms

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36550
    Trang NguyenTrang Nguyen
    Participant

    Hi, I would like to ask 2 questions and report a bug on the forum:

    1. I have a Taxonomy field with Field type as Checkbox list. Is it possible to keep the term inline (back end) as the Radio list.

    2. I created a Single Image field and some other Text fields for a taxonomy. When adding terms, sometime only the single image field saves data, the other fields became empty. Around 50% of the terms got this issue. I then had to click on each term to add again.
    I tried to put higher limits on PHP setting but it still happens
    (PHP Setting: max_execution_time 3000, max_input_time 6000, max_input_vars 100000, memory_limit 512MB)

    3. Bug: On my user dashboard of this forum, I can check the topic I've created. But when clicking the page number at the bottom, it leads to the main forum (https://support.metabox.io/) instead of getting to the page.

    Thank you.

    #36568
    Long NguyenLong Nguyen
    Moderator

    Hi,

    1. There is no option to display checkbox list items inline, but you can use some custom CSS code to display them like radio items. Refer to this topic https://support.metabox.io/topic/custom-css-class/#post-35517

    .rwmb-taxonomy-wrapper ul.rwmb-input-list {
        display: flex;
        flex-wrap: wrap;
    }

    2. It's a weird issue, I've never experienced this before. Can you please share the code that creates custom fields on your site and a screen record of this issue?

    3. Thanks for your feedback. I've escalated this issue to the development team to fix it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.