Hi
Advanced Search4 Module is not displaying results of filter anymore. In category page you select any filter for layered navigation. You will see that result looks bad. Is not generating the page according to my setting from theme with 4 colons etc…
Error like this image
Please follow my guide to fix
Open files:
modules/appagebuilder/appagebuilder.php
add this code :
if (!$this->product_active) {
$this->product_active = ApPageBuilderProductsModel::getActive($this->getConfig('USE_MOBILE_THEME'));
}
in function public function hookPagebuilderConfig($param)
like my image