*

Sony

  • ***
  • 35 posts
Veronika disable 3 step publish page
« on: July 23, 2017, 06:10:29 AM »
Hello.

I would like to disable step options, 1, 2 and 3, leave the entire page to fill the information of the advertisement as well as theme Zara, can you guide me and tell me which code should I adjust or what to do to remove the option of steps and Leave the unique page to fill the ad!

I'm waiting!
« Last Edit: August 03, 2017, 08:40:43 AM by frosticek »

*

MB Themes

Re: Ad post page
« Reply #1 on: August 03, 2017, 08:40:27 AM »
@Leandro
Add to your style.css
Code: [Select]
.add_item fieldset {display:block!important;}
.post-navigation {display:none!important;}
.add_item .buttons-block {display:block!important;}
.add_item fieldset > h2 .step {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

iTroll

  • ***
  • 48 posts
Re: Veronika disable 3 step publish page
« Reply #2 on: August 09, 2017, 08:42:07 PM »
Hy! where on style.php ? Line pleas?

*

MB Themes

Re: Veronika disable 3 step publish page
« Reply #3 on: August 09, 2017, 09:12:01 PM »
@iTroll
1) style.css
2) place at start of file
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

iTroll

  • ***
  • 48 posts
Re: Veronika disable 3 step publish page
« Reply #4 on: August 10, 2017, 10:28:04 AM »
Hy! Not working

*

iTroll

  • ***
  • 48 posts
Re: Veronika disable 3 step publish page
« Reply #5 on: August 10, 2017, 12:51:06 PM »
My bad! Sorrry!

You have to put comment before ad code

Ad this before!

/* ONE STEP AD*/

Ad this after!

.add_item fieldset {display:block!important;}
.post-navigation {display:none!important;}
.add_item .buttons-block {display:block!important;}
.add_item fieldset > h2 .step {display:none!important;}