[Resolved] Is there any way I could either avoid or make this routine programatic?

Home Forums Support [Resolved] Is there any way I could either avoid or make this routine programatic?

Home Forums Support Is there any way I could either avoid or make this routine programatic?

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558322
    Terence

    I have one niggle constant working with GeneratePress.

    I use it and GP Premium in conjunction with Elementor, and every time I start a new page or post, as a mininum, I have to run through the same manual prep routine each time.

    Before I can start laying out the page, as a minimum, I must do the following…

    1. Change the template to Elementor Full Width
    2. Set the Sidebars to “Content (no sidebars)”
    3. Disable “Content Title”
    4. Set Page Builder Container to “Full Width”

    Is there any way I could either avoid or make this routine programatic?

    #558560
    Leo
    Staff
    Customer Support

    Hi there,

    1. This sounds like an Elementor option? If so you need to ask them

    2. Global sidebar layout is in the customizer: https://docs.generatepress.com/article/sidebar-layout/

    3. https://docs.generatepress.com/article/generate_show_title/

    4. For both pages and posts? Try this CSS:

    .site.grid-container {
        max-width: 100%;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #559508
    Terence

    Thanks Leo. Yes it turns out you’re right.

    You just need to set page to Elementor Full Width template using the Elementor settings and it takes care of everything for you.

    #559552
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.