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

Title: Help - Errors in the search box - Zara theme - functions.php Line 617
Post 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 :)
Title: Re: Help - Errors in the search box - Zara theme - functions.php Line 617
Post by: MB Themes on March 12, 2025, 10:00:07 AM
In functions.php, after this line:
Code: [Select]
function mb_subcategory_select($categories, $c_cat = 0, $defa
add:
Code: [Select]
  $found_parent = false;
Title: Re: Help - Errors in the search box - Zara theme - functions.php Line 617
Post by: HAlex on March 12, 2025, 12:23:09 PM
It works perfectly, thank you.