Two bugs to report. ColorPicker breaks Settings Pages..

Support Meta Box AIO Two bugs to report. ColorPicker breaks Settings Pages..

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47778
    Alan BlairAlan Blair
    Participant

    See this Loom. https://www.loom.com/share/e77cf5fd4cbc4f70893f5b6c7d08772b?sid=47cddf33-4ed9-46da-9a4e-13183253ae55

    With Settings pages if I add a ColorPicker everything breaks. Even the Metabox settings tab.

    Second issue. If I add a Single Image fields to the User Profile it breaks the change detection. Basically, every time you view the Profile and navigate away you get a change warning, even though nothing changed.

    #47783
    PeterPeter
    Moderator

    Hello Alan,

    Thank you for your feedback.

    1. For the first issue, please try to increase the PHP setting max_input_vars and see if it helps. Read more about the PHP setting in the documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/

    2. I can reproduce the issue with user profile field on my site. I've escalated it to the development team to fix it soon.

    #47790
    Alan BlairAlan Blair
    Participant

    Hello Peter. Thank you for your reply.

    max_input_vars did resolve the issue.

    Strange though. This is a basic blueprint site on ZipWP. max_input_vars was already on 1000, I changed to 2000 and the issue resolved. What is strange is that there are only 18 fields, so MB must be sending a lot of hidden fields etc. Or ZipWP, is not really set to 1000 max_input_vars as the UI claims?

    Appreciated.

    #47798
    PeterPeter
    Moderator

    Hello,

    >> so MB must be sending a lot of hidden fields etc

    Yes, they are field settings (POST variables) also saved along with the WordPress fields. You might notice this when you update/publish a field group and check the Network tab to see all variables are passed.

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