Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Content Grid
  6. How to fix ACF custom content not displaying after clicking the filter or pagination?

How to fix ACF custom content not displaying after clicking the filter or pagination?

If you have added a Beaver Themer shortcode in the Content Grid module’s Content tab > Content Settings > Custom Content to fetch content from an ACF field then you may face a problem where as soon as you click a filter taxonomy or change the pagination, the content does not display anymore.

To fix this please add the following code to the functions.php file that is located in your current theme’s folder.

add_filter( 'pp_cg_beaver_themer_parse_shortcodes', '__return_false' );

Once done, clear all the caches and try using the filters again.

Still facing the issue then please contact us.

Was this article helpful to you? Yes 1 No
×