*

HAlex

  • *
  • 4 posts
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 :)
« Last Edit: March 11, 2025, 03:09:05 PM by HAlex »

Marked as best answer by frosticek on March 13, 2025, 06:20:34 PM
*

MB Themes

Re: Help - Errors in the search box - Zara theme - functions.php Line 617
« Reply #1 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;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

HAlex

  • *
  • 4 posts
Re: Help - Errors in the search box - Zara theme - functions.php Line 617
« Reply #2 on: March 12, 2025, 12:23:09 PM »
It works perfectly, thank you.