Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Daniel

Plugin interfering with Gravity Forms columns

Since the latest update, I noticed the plugin displays almost all the columns available on a form, making the entries page illegible due to the many visible columns. Even if you reset the columns to default, it keeps many columns.

Any idea what has happened?

I disabled the plugin and manually added/removed native Gravity Forms columns. Still, upon reactivating the Admin Columns Pro plugin and disabling it again, it scrambled with the Gravity Forms entries columns.

https://capture.dropbox.com/5NCXiUMzFuWM4k8v

1 year, 2 months ago
Stefan van den Dungen Gronovius
Developer

Since Admin Columns 6.0 the Gravity Forms integration is automatically activated. When the Gravity Forms integration is enabled, all columns must be activated once for our plugin to recognize which columns are available. After that, you should be able to set the column you would like to be available on the screen with our plugin.

When you reset the column, it will add all columns again though. We will have a look at our integration to improve that part, so that only the columns that were available before are added.

If you don’t want to use our integration with Gravity Forms, you can add the following snippet to your website:.

add_filter( 'acp/addon/gravityforms/active', '__return_false' );

1 year, 2 months ago

You must be logged in to reply to this topic.