Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1042730
Post, option and layout default
Closed

Comments

  •  2
    Adriano started the conversation

    In new post, how I set page option or configuration default?


  •  7,092
    Oliver replied

    HI!

    Sorry, there are no possibility to  default configuration.

    The most simply way is to use plugin Duplicate post. 

    I.e. create one default post with your settings and clone it when you need.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    Hello,

    I think is bad way, I disagree, because it is not a correct way to do for a customer who has no experience, and give a more difficult form.

    To begin with, where does this default value fill 80 paddings and title with 18 margin bottom? Surely you have a place to change this pattern.

  •  7,092
    Oliver replied

    HI!

    You can set it with next css:

    div#page-title {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
    

    It's will be default for all the pages.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    Please, without CSS.

    This may have future problem.

  •  2
    Adriano replied

    This is an error to standardize the post.

    Can you please help me to change default? (No CSS)

  •  2
    Adriano replied

    The standard post came all that content, imagine the job to clean.

    It would help if you could have documentation how to set up default.

  •  7,092
    Oliver replied

    HI!

    1. You can use visual composer templates. 

    https://wpbakery.atlassian.net/wiki/display/VC/Templates

    2. Sorry, without css there are no possibility to change it. 


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    How can it not be?

    No .php files to change the default?

  •  7,092
    Oliver replied

    Default padding you can change in the 

    e/wp-content/themes/thegem/style.css

    line 1601

    Pls. note, If you'll edit this file, after update of the theme your revisions will be removed.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

    Then pls check: 

    wp-content/themes/thegem/inc/post-types/init.php

    line 522 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    That's exactly what I needed.

    It would be nice to put the default setting on the interface.

    Thank you very much!