Metabox Plugin issue

Support General Metabox Plugin issueResolved

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #13815
    bkninjabkninja
    Participant

    Hi Metabox Team,

    I've just seen an issue since you updated the latest version.

    You can make a test by install the plugin "Classic Editor" to WordPress 5x, then create a new post. Open your browser console, you should see the problem

    Uncaught TypeError: value.split is not a function ------ Slider.js line 19

    I hope you could fix it soon, most of my products are using your plugin

    Thank you

    #13827
    bkninjabkninja
    Participant

    Hello,

    Is anybody there?

    #13829
    Anh TranAnh Tran
    Keymaster

    Hi, thanks for your feedback. I'm checking it now.

    #13830
    bkninjabkninja
    Participant

    Thank you, hope to see your response soon

    #13831
    bkninjabkninja
    Participant

    Maybe the 'type' => 'slider' is causing the problem, I think.

    #13835
    Anh TranAnh Tran
    Keymaster

    I've just tested again on Firefox and Chrome and couldn't replicate the bug. Would you mind giving me the code for the slider field?

    #13836
    bkninjabkninja
    Participant

    Thank you for your reply.

    Can you please give me your email? I can send you the theme for debugging

    Thanks

    #13837
    bkninjabkninja
    Participant

    This is the slider code that I've tried

    
    array(
                    'name' => esc_html__( 'Review Score', 'gwen' ),
                    'id' => 'bk_review_score',
                    'class' => 'gwen-',
                    'type' => 'slider',
                    'visible' => array( 'bk_review_checkbox', '=', 1),
                    'js_options' => array(
                        'min'   => 0,
                        'max'   => 10.05,
                        'step'  => .1,
                    ),
                ),
    

    Thanks

    #13838
    bkninjabkninja
    Participant

    Please note that the issue just happens when you create a new post. If you save it. The issue is disappeared.

    Thanks

    #13841
    Anh TranAnh Tran
    Keymaster

    I got it. I've fixed it here. Can you take a look?

    #13858
    bkninjabkninja
    Participant

    Thank you, I'll test again and will let you know the result soon

    Will you update to fix the version on WordPress repository?

    Thanks

    #13861
    Anh TranAnh Tran
    Keymaster

    Yes, of course, I will.

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