This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
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?


*

MB Themes

Yes, there is osclass function for that, check categories frm class... Do not remember bane.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Will check it out, thanks.

Marked as best answer by frosticek on December 29, 2022, 12:12:25 PM
Ok, I found this solution.

In "item-post.php" I changed

Code: [Select]
<?php ItemForm::category_select(nullnull__('Select a category''sigma')); ?>
to this

Code: [Select]
<?php ItemForm::category_multiple_selects(nullnull__('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

*

MB Themes

Correct  :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Osclass2024

  • **
  • 7 posts
no work, no exist function category_multiple_selects in class category