Support Forums - Classified Ads Script Osclass
Osclass theme support => Zara Osclass Responsive Theme => Topic started 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
-
Can you add this code to your item-post.php and item-edit.php right before </body></html> tags:
<script type="text/javascript">
$(document).ready(function(){
draw_select( $('select[id^="select_"]').length + 1, <?php echo $def_cat['fk_i_category_id']; ?> );
});
</script>
-
SUPER !!!
Thank you
:) :) :)
-
Welcome ;)
-
Thanks frosticek, it also helped me :)
-
@Daniel
Anytime