I'll talk to support leader in regard to your threads
ZenTools2 modules providing errors if the parent category has no items in it?
Looks like JoomlArt has no intention of helping me. I thought I was purchasing the option to best support the JoomlaBamboo to JoomlArt effort and did not realize I was picking the option that would create second class support because I did not maintain the lifetime membership. Very troubling.
Thank you very much for looking into this.
Sean
Hi.
I fixed the issue.
Same file.
add the code.
if (!empty($catids) && empty($get_items)) {
return [];
}
And edit the code.
if(!empty($get_items) && $get_items != '') {
$query->where('id in (' . $get_items.')');
}
Will include in the update.
It looks like you fixed the problem. I am so relieved. Leaving the site broken for this long has been really stressful for us. Thank you!
Sorry this has taken so long Sean
saguaros locked the discussion.