When editing a field, the Bulk Add button stopped working in 1.6. Chrome gets the gray background with no window, Firefox just does nothing.
Update.... appears to be doing on some of my sites and not all.
When editing a field, the Bulk Add button stopped working in 1.6. Chrome gets the gray background with no window, Firefox just does nothing.
Update.... appears to be doing on some of my sites and not all.
Turns out this was a conflict with WP125 plugin, an ad serving plugin. Was working until I installed 1.6. Disabled plugin and working now.
Hi Tracy,
Were you using version 1.4.0 of the WP125 plugin? I downloaded it from the repository but was unable to recreate the issue.
May I jump in and say that I am encountering the same issue? I've tested in Chrome, FF, and IE, and when I click on the Bulk Add button, I just get a gray screen, no overlay box.
I am not using the WP125 plugin on this site. WP and all plugins are up to date; I can provide a list if necessary.
If I should start my own separate ticket, I apologize; I can do that--I just thought I would join this one as I am having the same issue.
Hi Littler Chicken,
If you could open a new thread that'd be great. Go ahead and test for a theme/plugin conflict with these instructions:
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
...and post your results in the new topic. :)
Hi all
I'm not an expert of css but it seems like css issue. The "TB_window" element gets "visible" value for "visibility" property and it has no effects, in my case, in any browser. after a little analysis of GF js code, I've added:
( jQuery("#TB_window").show();)
in thickbox.js on line 235.
this solved me the issue, at least in FF8.
littler.chicken, are you using a Genesis theme from StudioPress? There is a conflict in the Genesis framework which will be fixed in the next version, but in the meantime, Dana has posted a solution here:
http://www.gravityhelp.com/forums/topic/widget-field-length-issue#post-43575
Maybe that will help you.
I get same issue after installing and activating "ShortCodes UI" plugin. I had to uninstall that plugin.