Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 3,725 total)
  • Author
    Posts
  • in reply to: Aligning Select Tree Fields #46733
    PeterPeter
    Moderator

    Hello,

    The visual style of this field has been changed, now it shows the sub-select vertically instead of horizontally (inline). We will update the documentation according to the change.

    in reply to: Tabs dont' populate with correct fields #46732
    PeterPeter
    Moderator

    Yes, all fields need to be a part/under a tab. If you add a field first and above the tab field, then the tab field doesn't work.

    in reply to: clone_empty_start bug? #46731
    PeterPeter
    Moderator

    Hello Jean,

    Can you please share some screenshots or a screen record of the clone empty start issue on your site? I see it works properly when enabling option clone_empty_start.

    in reply to: Tabs dont' populate with correct fields #46721
    PeterPeter
    Moderator

    Hello,

    Following the screenshot in the documentation https://docs.metabox.io/extensions/meta-box-tabs/
    you have to add the tab field in the field group as the first field. If you add another field above the tab field, then it doesn't work.

    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback. I can see the issue in the frontend when outputting the field value, only raw content is displayed without any HTML tags. I've escalated this issue to the development team to fix this soon.

    PeterPeter
    Moderator

    Hello Peter,

    I see the slowdown issue of the field group when having more custom fields on the editing page. I will forward the issue to the development team to check it and improve the performance of the WYSIWYG field in the cloneable group.

    PeterPeter
    Moderator

    Hello Johannes,

    Please share a screen record of the issue on your site. And I'd like to have the admin account of your site to take a closer look. You can submit the contact form below to share the account.
    https://metabox.io/contact/

    in reply to: Manage / send Newsletters #46701
    PeterPeter
    Moderator

    Hello Duffl,

    Meta Box doesn't support a built-in option to have a newsletter feature. You can use the frontend form to collect email and user information. Then create a custom code to send the email to all of them when publishing a post or any actions as your requirements.

    in reply to: Display list of taxonomy ('topics') in View #46697
    PeterPeter
    Moderator

    You can get other term info by using the WordPress function. To get term link, try to use the function get_term_link()
    https://developer.wordpress.org/reference/functions/get_term_link/

    {% for cat in cats %}    
        <a href="{{ mb.get_term_link( cat.term_id ) }}">{{ cat.name }}</a>    
        <br>
    {% endfor %}
    in reply to: Groups within Tabs causing issues. #46696
    PeterPeter
    Moderator

    Hello,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: Perhaps another bug #46695
    PeterPeter
    Moderator

    Hello,

    If you remove your custom CSS code, you can select the radio option. This issue has been escalated to the development team to fix it. It will be included in the next update of our plugins.

    Thank you.

    in reply to: Pods and Metabox co-existing #46690
    PeterPeter
    Moderator

    The relationships also migrated to Meta Box but in a different option to use. There are no specific settings, you can just click on the Migrate button and the migration plugin will do the rest. Please follow the documentation https://metabox.io/move-data-from-pods-to-meta-box/

    If you still experience an issue with relationships from Pods to Meta Box, please let me know.

    in reply to: Inline styling in Text & Textarea fields #46689
    PeterPeter
    Moderator

    Hello Basil,

    The text field is sanitized by the WordPress function sanitize_text_field(), all HTML tags are stripped when saving the field value.
    If you want to add HTML tags to the text field, please follow the documentation to bypass sanitization
    https://docs.metabox.io/sanitization/#bypass-the-sanitization

    in reply to: Groups within Tabs causing issues. #46688
    PeterPeter
    Moderator

    Hello,

    It looks like the first cloneable group entry isn't displayed in the admin area. Please ensure that you have the latest version of Meta Box 5.10.2 and other extension plugins then check the issue again.

    in reply to: ContactForm with presets via button #46687
    PeterPeter
    Moderator

    Hello Duffl,

    If you add the frontend submission form to a popup/modal, there are some JS errors which are script files not loaded correctly and the form doesn't work. You can read more in this ticket https://support.metabox.io/topic/javascript-error-when-inspecting-single-page/

    When clicking on the Contact Me button, you should redirect the user to a page where you add the frontend form instead of opening a popup.

Viewing 15 posts - 1,051 through 1,065 (of 3,725 total)