Support Forums - Classified Ads Script Osclass
Osclass theme support => Sigma Osclass Theme => Topic started by: Aleš Tomažič on December 28, 2022, 05:11:02 PM
-
Hi
Is it possible to make each level of categories in new dropdown (example is in Epsilon theme) in Sigma theme? Is there some simple change?
-
Yes, there is osclass function for that, check categories frm class... Do not remember bane.
-
Will check it out, thanks.
-
Ok, I found this solution.
In "item-post.php" I changed
<?php ItemForm::category_select(null, null, __('Select a category', 'sigma')); ?>
to this
<?php ItemForm::category_multiple_selects(null, null, __('Select a category', 'sigma')); ?>
Dropdowns are working fine, I still need to find out why translation doesn't ;D
-
Ok solved, I didn't translate it in core.po ;D
-
Correct :)
-
no work, no exist function category_multiple_selects in class category