Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 3,867 total)
  • Author
    Posts
  • 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.

    in reply to: Meta Box AIO License page not accessible with composer #46664
    PeterPeter
    Moderator

    Hello,

    Even adding Metabox AIO through composer as a library still do I need to activate my license for the Meta Box AIO through the WP Admin dashboard settings page again?

    Yes, installing plugins via composer doesn't relate to the activated license key on your site. You still need to activate the license key on your site to use premium plugins.

    If you cannot access the License page, try to activate the license key by adding the code to the file wp-config.php

    define( 'META_BOX_KEY', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ123456' );

    Following the documentation https://docs.metabox.io/updates/#can-i-define-the-license-key-via-a-constant-in-wp-configphp

    in reply to: Perhaps another bug #46663
    PeterPeter
    Moderator

    Hello Yasmine,

    Thank you for your feedback.

    I can reproduce the issue on my demo site, if you click on the radio text, it will select the last option. If you click on the radio circle icon, it will select the correct one. Screenshot https://imgur.com/5WBz1hd

Viewing 15 posts - 1,201 through 1,215 (of 3,867 total)