*

ferry

  • ****
  • 155 posts
Item.post in 1 step
« on: December 20, 2017, 05:41:46 PM »
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 from:


Code: [Select]
<div class="content add_item steps">
to

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? :)

*

MB Themes

Re: Item.post in 1 step
« Reply #1 on: December 20, 2017, 05:58:10 PM »
Each step is wrapped in fieldset. Put to each display:block!important property
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ferry

  • ****
  • 155 posts
Re: Item.post in 1 step
« Reply #2 on: December 21, 2017, 03:39:33 AM »
Is solved. Thank you