Support Forums - Classified Ads Script Osclass

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: Виталий Василенко on February 01, 2017, 08:07:57 PM

Title: the problem with subcategories
Post by: Виталий Василенко on February 01, 2017, 08:07:57 PM
if the user navigates to the page /item/new
with the parent category
when you add ads, you cannot select a subcategory

prtsk http://prntscr.com/e392p7

prtsk http://prntscr.com/e394i9

help
as do to on the page https://stoker.com.ua/item/new

start

Category * -> Selekt a category

now a lot of my visitors do not understand how to choose

Title: Re: the problem with subcategories
Post by: MB Themes on February 02, 2017, 11:18:09 AM
Can you add this code to your item-post.php and item-edit.php right before </body></html> tags:

Code: [Select]
<script type="text/javascript">
    $(document).ready(function(){
      draw_select( $('select[id^="select_"]').length + 1, <?php echo $def_cat['fk_i_category_id']; ?> );
    });
</script>
Title: Re: the problem with subcategories
Post by: Виталий Василенко on February 02, 2017, 11:28:27 AM
SUPER !!!
Thank you
:) :) :)
Title: Re: the problem with subcategories
Post by: MB Themes on February 02, 2017, 01:40:05 PM
Welcome ;)
Title: Re: the problem with subcategories
Post by: Daniel PM on February 02, 2017, 05:27:32 PM
Thanks frosticek, it also helped me :)
Title: Re: the problem with subcategories
Post by: MB Themes on February 02, 2017, 08:11:01 PM
@Daniel
Anytime