Osclass Support Forums

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: rsn on February 06, 2017, 02:31:38 PM

Title: how to set the order of the opening categories when submitting an announcement?
Post by: rsn on February 06, 2017, 02:31:38 PM
Hello
tell me how to configure
how to set the order of the opening categories when submitting an announcement?
photo 1 as is
photo 2 as I need

https://yadi.sk/i/OHYp3iHj3DAqU5
https://yadi.sk/i/2Pb0OHDE3DAqeD
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: MB Themes on February 06, 2017, 03:37:46 PM
@rsn
oc-admin > Settings > Categories
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: rsn on February 06, 2017, 03:57:32 PM
I mean

1 category



2 podkategorie
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: rsn on February 06, 2017, 03:58:34 PM
but the standard

happens

1 category

2 category

3 podkategorie
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: MB Themes on February 06, 2017, 04:01:24 PM
@rsn
You can set different category selection types in theme settings.
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: rsn on February 06, 2017, 06:15:58 PM
HOW TO REMOVE THE SECOND STEP
VIEW PHOTOS
https://yadi.sk/i/1p_w3gIs3DD7dV

I CAN'T UPLOAD PICTURES (56КБ) TO THE FORUM
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: MB Themes on February 06, 2017, 06:18:57 PM
@rsb
You can enable or disable steps.
If you want to disable all steps, in style.css find line:
Code: [Select]
.add_item fieldset {
and change:
Code: [Select]
display:none;
to:
Code: [Select]
display:block;
Title: Re: how to set the order of the opening categories when submitting an announcement?
Post by: rsn on February 06, 2017, 06:44:48 PM
not working  :(

style.css
line 1821
.add_item fieldset {display:block;float:left;width:100%;clear:both;background:#fff;background:rgba(255,255,255,0.98);border:1px solid #e4e4e4;margin:0 0 30px 0;}