Essential Grid Filters

My essential grid filters stopped showing up. I have a grid and three filters all added to a page via shortcodes and only the grid itself shows up now. If I add the filter directly to the grid in the dropzone area one of them will show around half of the options and the other will only show the default option. I need them to work with shortcodes anyways though since I need to have three filters and the dropzones only allow two above the grid. I tried deactivating a bunch of plugins to see if there was a conflict but it still didn’t work.

I will leave the login details in a note and would appreciate it if you could take a look.

Hey Eric,

Would you mind clearing all caches first and deactivate your caching plugin while we investigate so we could see our test changes immediately?

Thanks.

I don’t think I have a dedicated caching plugin. On the cache thing on the top by New and X I cleared it and set it to level 0 (Off). Is that all I needed to do?

Hi @EricDF94,

I checked your grids and I don’t see any filters added. Please check this screenshots.

Once done, clear your cache again and test it.

Thanks!

I was using the shortcode option in order to have all three filters on top of the grid. If I do it the way you showed it only allows for 2 unless you want them side by side. This way had worked until recently.

Hi @EricDF94,

I see, yes, it should work if added outside the grid. I checked and it’s caused by this CSS

.esg-filter-wrapper { visibility: hidden; }

Coming from the plugin itself https://********/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.2.5

I also tried this on an empty page outside the builder and still the same, hence, the issue is the plugin itself. I’ll add this to our issue tracker. For the meantime, you can implement this CSS to your global custom CSS as a temporary Workaround.

.esg-filter-wrapper {
    visibility: visible !important;
}

Thanks!

Yep that fixed it. Thanks for the help!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.