Support Forums - Classified Ads Script Osclass
Osclass theme support => Zara Osclass Responsive Theme => Topic started by: HAlex on March 11, 2025, 01:33:55 PM
-
When I select certain categories, I get errors in the search box. I've also attached a screenshot. What puzzles me is that it only does this when I select so many categories. Please help me.
Edit: I've identified the problem, it happens when I have Main Category - Subcategory - Sub-subcategory. Can this be fixed?
Thx :)
-
In functions.php, after this line:
function mb_subcategory_select($categories, $c_cat = 0, $defa
add:
$found_parent = false;
-
It works perfectly, thank you.