Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 3,839 total)
  • Author
    Posts
  • in reply to: Custom Post Type Category Slug? #46562
    PeterPeter
    Moderator

    Hello David,

    You can use the custom rewrite URL to add the CPT slug to the term URL. Go to Meta Box > Taxonomies > Edit the taxonomy > Advanced tab > Custom rewrite slug. Please check this screenshot https://imgur.com/BfQ23IH

    in reply to: Can no longer reference group number in group_title #46561
    PeterPeter
    Moderator

    Hello Yasmin,

    I'm using Meta Box 5.10.2 and MB AIO 1.30.2, the collapsible feature is working as well as the group title index, screenshots https://imgur.com/a/L5pOVAq

    Please try to clear all caches (browser, plugin ...), deactivate other plugins and switch to a WordPress theme then check the issue again.

    in reply to: WYSIWYG #46558
    PeterPeter
    Moderator

    Hello Rebecca,

    Thank you for your feedback.

    I can see the issue on the demo site when having a cloneable group field and a cloneable WYSIWYG subfield. I've escalated this issue to the development team to fix this.

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

    Hello Sheila,

    The code {{ mb.get_the_term_list( post.ID,'topic', '', ', ' ) }} will get the term list of the current post or a specific post so I think you see only one term of the post.

    If you want to show all terms of the taxonomy topic, you can use the WordPress function get_terms()
    https://developer.wordpress.org/reference/functions/get_terms/

    in reply to: Advanced image mass import. #46552
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    The compatibility between Meta Box and WP All Import (WPAI) is maintained on WPAI side, so I suggest you contact their support to get further assistance. I also will inform our development team to cooperate with their team to support import value to existing field value.

    in reply to: Best way to import into custom_html field #46545
    PeterPeter
    Moderator

    So where do you add the custom_html field? On an editing post or on a settings page? Can you please explain more about the case?

    in reply to: Best way to import into custom_html field #46543
    PeterPeter
    Moderator

    Hello,

    You can create a callback function with a parameter and include the file from that parameter. For example:

    function my_callback_func( $file_name ) {
    	include( $file_name . '.php');
    }

    the pass the file name to the callback function:
    my_callback_func( 'help_file' )

    in reply to: MB Testimonials not updating to 1.1.1 (There is no 1.1.1!) #46541
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    The version actually is 1.1.1 after updating. I've escalated the issue to update the version number in the source code. It should be fixed in the next update.

    in reply to: Set a settings page field from external api #46540
    PeterPeter
    Moderator

    Hello,

    Do you use ACF to update the field value with the function update_field()? If you use Meta Box and settings page, please use the function rwmb_set_meta() to update the field value on the settings page. Please follow the documentation
    https://docs.metabox.io/functions/rwmb-set-meta/

    in reply to: Customise the lowest dynamic data #46536
    PeterPeter
    Moderator

    Hello Ripal,

    If you want to style the lowest value, I think you need to use the code to output the field value, please follow the documentation https://docs.metabox.io/functions/rwmb-meta/

    then create a custom code to check the lowest value, add a specific class to the element and use the CSS code to style that element.

    in reply to: ℹ️Request Refund #46533
    PeterPeter
    Moderator

    Hello,

    If you have a refund request, please contact us here https://metabox.io/contact/
    we will get in touch with you as soon as possible.

    in reply to: Bug in Bricks Builder Front End Submission Form Element #46527
    PeterPeter
    Moderator

    Hello John,

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

    in reply to: mb_blocks_preview not working #46526
    PeterPeter
    Moderator

    Hello,

    You can use the code to run the script on loading https://docs.metabox.io/extensions/mb-blocks/#enqueue_script

    ( function( $ ) {
        function init() {
            // Do something.
        }
    
        // Run when a document ready on the front end.
        $( document ).ready( init );
    } )( jQuery );

    Or wait for the next version to use the JS event mb_blocks_preview.

    in reply to: BUG: metabox causing styling issues in Gutenberg #46524
    PeterPeter
    Moderator

    Hello Michael,

    Thank you for your feedback.

    There is an issue with the feature MB Conditional Logic and that causes the JS error. The development team is working on that issue and it will be fixed in the next update of our plugin.

    in reply to: mb_blocks_preview not working #46519
    PeterPeter
    Moderator

    Hello,

    In the new version, we've updated the block code and the event mb_blocks_preview was removed. I've escalated this issue to the development team to add the event again.

    Thank you.

Viewing 15 posts - 1,216 through 1,230 (of 3,839 total)