the problem with subcategories
« 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

« Last Edit: April 21, 2017, 03:15:01 PM by Виталий Василенко »

Marked as best answer by frosticek on February 02, 2017, 01:40:09 PM
*

MB Themes

Re: the problem with subcategories
« Reply #1 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>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: the problem with subcategories
« Reply #2 on: February 02, 2017, 11:28:27 AM »
SUPER !!!
Thank you
:) :) :)

*

MB Themes

Re: the problem with subcategories
« Reply #3 on: February 02, 2017, 01:40:05 PM »
Welcome ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Daniel PM

  • ****
  • 111 posts
Re: the problem with subcategories
« Reply #4 on: February 02, 2017, 05:27:32 PM »
Thanks frosticek, it also helped me :)
Daniel PM

*

MB Themes

Re: the problem with subcategories
« Reply #5 on: February 02, 2017, 08:11:01 PM »
@Daniel
Anytime
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots