Hi, Thanks. I totally understand how difficult for you talk to non-tech guys.. But tech savvy are not here because they do not need your help.., but we do!
So, I did changes in 'inc.category.php' /see screenshot.. No result. Tell me what I did wrong?
<div class="line">
<?php osc_goto_first_category(); ?>
<?php while(osc_has_categories()) { ?>
<?php if (osc_category_id() != 99) { continue; } ?>
<?php if (in_array(osc_category_id(), array(99,171,172,173,174,175,176,177,185))) { continue; } ?>
<?php
$search_params['sCategory'] = osc_category_id();
$color = del_get_cat_color(osc_category_id());
?>