Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 3,839 total)
  • Author
    Posts
  • 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.

    in reply to: Can't type anymore in the editor after pasting code #46686
    PeterPeter
    Moderator

    I can see the issue after pasting the script code to the View editor. I've escalated it to the development team to check and fix the issue.

    Thank you.

    in reply to: Using 'MB Favorite posts' plugin for two purposes #46678
    PeterPeter
    Moderator

    Hello,

    I will forward your request to the development team to consider supporting this in future updates. In the meantime, if you want to customize the plugin MB Favorite Posts, we offer a customization service for an extra fee. Please contact us here https://metabox.io/contact/ for more details.

    in reply to: Can't type anymore in the editor after pasting code #46677
    PeterPeter
    Moderator

    Hello Michael,

    Can you share the code that you paste to the editor? I test to paste some sample code, text ... and I can edit the pasted text as well.

    in reply to: Clone Empty Start Bug #46676
    PeterPeter
    Moderator

    Hello Philipp,

    Thank you for your feedback. It is an issue with the clone empty start feature of the group field. I've escalated this issue to the development team to fix it in the next update of our plugins.

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

    Hello,

    What do you mean "the front end does not show what the backend shows"? Please share the code that you use to output the field value in the frontend and some screenshots of the value on both sides (front, back) on your site.

    in reply to: Advanced image - Ideas & Toolkit #46665
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I'm going to forward your ideas to the development team to consider supporting them in future updates.

Viewing 15 posts - 1,171 through 1,185 (of 3,839 total)