PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Bulk Add/Predefined Choices not working 2

  1. Hi,

    With the new update I got the same problem with "Bulk Add/Predefined Choices" as others users of Gravityforms.
    I was reading the posts from users and as I understood the problem was Genesis theme.

    I am not using Genesis theme. I am using Velvet and different plugins on my site.
    To get Gravityforms work I had to delete add_thickbox(); from following plug-ins:
    1. Wp-Checkout from http://tribulant.com/
    2. uBillboard.

    Now the question is, will these plugins work?. :-)

    Regards,
    Steve

    Posted 13 years ago on Friday November 11, 2011 | Permalink
  2. The problem is those plugins are enqueuing their scripts on every admin page load. This is bad. They should only be enqueuing their scripts when necessary, which should typically only be on their admin option pages. This is a common problem in themes and plugins that don't follow best practices.

    I can't tell you if those plugins will work or not without that call as i'm not familiar with either of them. I would suggest contacting the developers of those plugins and point out this issue to them. They shouldn't be enqueuing scripts on every single admin page.

    I suggest providing them this link:

    http://planetozh.com/blog/2008/04/how-to-load-javascript-with-your-wordpress-plugin/

    That is a great article that explains how to properly load Javascript in the WordPress admin from your plugin or theme.

    Posted 13 years ago on Friday November 11, 2011 | Permalink