Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 3,707 total)
  • Author
    Posts
  • in reply to: Input type image_advanced vs image #14675
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi,

    I got it. Do you know when the problem, so I can track what has changed since then?

    Also, can you check how many ajax requests when page is loaded? It's in the Network tab in the console, filtered by XHR request type:

    https://imgur.elightup.com/bZbbjBX.png

    By the way, can I have a temporary admin account to see the problem?

    in reply to: geometry field is broken after today's update #14673
    Anh TranAnh Tran
    Keymaster

    Hi Sam,

    Thanks a lot for your reply. I've just checked and found that it's a JS bug in the recent version, which I've just fixed here. Please update and try again.

    in reply to: Input type image_advanced vs image #14665
    Anh TranAnh Tran
    Keymaster

    Is that 40 fields or 40 images per field? The number of requests = the number of fields * the number of clones. All of the requests are sent at the time of loading. So that might be the bottleneck.

    Do you see the same error when you insert image to the post content the normal way?

    Anh TranAnh Tran
    Keymaster

    No, it can be anywhere. It's a bug in the latest version. I've just updated it. Please update and try again.

    Anh TranAnh Tran
    Keymaster

    Hi Clayton,

    Sorry, the docs was not updated. This filter was rarely used and was removed from the plugin. To change the meta box title, please use this code:

    add_action( 'init', function() {
        $meta_box = rwmb_get_registry( 'meta_box' )->get( 'your_meta_box_id' );
        $meta_box->meta_box['title'] = 'New title';
    }, 99 );
    Anh TranAnh Tran
    Keymaster

    Hi Reinhard,

    The Meta Box AIO plugin still requires Meta Box to work. MB Custom Post Type is a part of Meta Box AIO, and thus still needs Meta Box. The Meta Box AIO has all the extensions, but not Meta Box.

    So, please just install Meta Box separately and they'll work. You'll need only Meta Box and Meta Box AIO.

    Anh TranAnh Tran
    Keymaster

    Hi Neil,

    Sorry for replying late. I've looked at the problem for many times, and to be honest, I haven't figured out a good way to do that with BB. The only think that I imagine that can work is integrating with a template system like Twig, so people can write markup for the field. But it's too much work and I couldn't do it at the moment.

    My suggestion for now is creating a shortcode to display a group, then use the shortcode in BB. It's the way I'm doing at the moment.

    in reply to: geometry field is broken after today's update #14659
    Anh TranAnh Tran
    Keymaster

    Hi Sam, can you give a little more details on the bug? Do you see any error in the console?

    in reply to: Input type image_advanced vs image #14643
    Anh TranAnh Tran
    Keymaster

    How many image fields that start to cause the back end dead?

    And how many posts and images in the site?

    in reply to: Input type image_advanced vs image #14641
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi,

    The image field don't have any ajax request. It's a simple HTML5 file field. That probably is the reason why it's fast.

    we have problems only in administration of website. The frontend is super fast with no problem and no errors. I read a lot of blog posts about admin-ajax that says that this file in more use cause WP very slow – that’s right.

    Interesting. That might be related to the WP backend. Probably WP doesn't optimize the back end too much, especially if there are many plugins behave poorly on the back end.

    Anh TranAnh Tran
    Keymaster

    Hi,

    All you need to do is including edit="true" to the shortcode.

    in reply to: image_upload validation error #14639
    Anh TranAnh Tran
    Keymaster

    What do you mean the old validation? It's still the same one. I just improved it.

    in reply to: Error : Site Breaks #14635
    Anh TranAnh Tran
    Keymaster

    Hi Calpaq,

    Can you please re-download the plugin? Looks like I uploaded the wrong file :(.

    Anh TranAnh Tran
    Keymaster

    Hi TGHP,

    I've just updated the plugin to the version 2.0.0 with better server-side validation. Please see the updated documentation for details.

    in reply to: image_upload validation error #14632
    Anh TranAnh Tran
    Keymaster

    Hi,

    Sorry for the confusion. I've just updated the plugin to version 2.0.0 with a better validation. Please try again with the same code.

    If you want to set custom error message, please see the documentation.

Viewing 15 posts - 1,096 through 1,110 (of 3,707 total)