This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

votresiteweb

  • ***
  • 45 posts
Customs filed in the first step
« on: May 05, 2017, 01:34:25 PM »
Hi,
Is it possible to see the customs field in the first step or is it possible to have just one step and no 3 step thank you for your assistance :)
:)

*

MB Themes

Re: Customs filed in the first step
« Reply #1 on: May 05, 2017, 03:24:45 PM »
@votresiteweb
Not possible, only what you can do is to show all the steps at once.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

votresiteweb

  • ***
  • 45 posts
Re: Customs filed in the first step
« Reply #2 on: May 05, 2017, 04:22:34 PM »
ok i prefer show all in one step.
How to proceed thank you for your reply :)

*

bobyrou

  • ****
  • 109 posts
Re: Customs filed in the first step
« Reply #3 on: May 05, 2017, 06:05:51 PM »
I am interested too in showing all steps at once. Just like it shows at the step "Modify ad"

*

MB Themes

Re: Customs filed in the first step
« Reply #4 on: May 05, 2017, 08:18:55 PM »
Add this to your style.css:
Code: [Select]
.add_item fieldset {display:block!important;}
.add_item fieldset > h2 .step {display:none!important;}
.post-navigation {display:none;}
.add_item .buttons-block {display:block!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

votresiteweb

  • ***
  • 45 posts
Re: Customs filed in the first step
« Reply #5 on: May 05, 2017, 09:15:57 PM »
hi,
i insert the code but that's don't work  :-[
what is the number of the line in the style.css ?
i insert this code after the line 1940 in the css that's correct ?
Thank you for your assistance :)
 :) ;D

Marked as best answer by votresiteweb on May 06, 2017, 09:34:38 AM
*

Ivanko

  • *****
  • 391 posts
Re: Customs filed in the first step
« Reply #6 on: May 06, 2017, 08:20:59 AM »
hi,
i insert the code but that's don't work  :-[
what is the number of the line in the style.css ?
i insert this code after the line 1940 in the css that's correct ?
Thank you for your assistance :)
 :) ;D

add  frosticek`s code after this line
Code: [Select]
/* PUBLISH ITEM STYLES */
it will looks:
Code: [Select]
/* PUBLISH ITEM STYLES */
.add_item fieldset {display:block!important;}
.add_item fieldset > h2 .step {display:none!important;}
.post-navigation {display:none;}
.add_item .buttons-block {display:block!important;}

*

votresiteweb

  • ***
  • 45 posts
Re: Customs filed in the first step
« Reply #7 on: May 06, 2017, 09:35:37 AM »
Hi,
Ivanko you are the best, thank you very much :) :) :) :) :)
thank's

*

bobyrou

  • ****
  • 109 posts
Re: Customs filed in the first step
« Reply #8 on: May 06, 2017, 09:04:28 PM »
thank you too!!! guys, you are awesome!

*

ferry

  • ****
  • 155 posts
Re: Customs filed in the first step
« Reply #9 on: December 20, 2017, 06:15:00 AM »
I see in the new version of veronika around line 2000 of style.css this:

Code: [Select]
.add_item.no-steps fieldset > h2 .step {display:none;}
.add_item.no-steps fieldset {display:block;}
.add_item.no-steps .post-navigation {display:none;}
.add_item.no-steps .buttons-block {display:block;}

So i removed these:

Code: [Select]
/* PUBLISH ITEM STYLES */
.add_item fieldset {display:block!important;}
.add_item fieldset > h2 .step {display:none!important;}
.post-navigation {display:none;}
.add_item .buttons-block {display:block!important;}

 and changed on line 24 of item-post.php

Code: [Select]
<div class="content add_item no-steps">
But step 3, the details are not showing. So no custom fields, etc.

Is there something missing or maybe i have a wrong modify somewhere? :)