[Resolved] Change Existing Site to Generatepress

Home Forums Support [Resolved] Change Existing Site to Generatepress

Home Forums Support Change Existing Site to Generatepress

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #305289
    David

    I have an existing site with hundreds of posts, how would I setup Generatepress so that I don’t need to modify each post one by one?

    #305467
    Leo
    Staff
    Customer Support

    Hi David,

    I’m not quite sure what you meant?

    What are you trying to edit in each post?

    Let me know.

    #305513
    Tom
    Lead Developer
    Lead Developer

    As long as your posts don’t have any previous theme functionality (shortcodes etc..), then there should be no issues switching themes.

    #305724
    David

    @Leo

    I mean is there a way to bulk edit or set the default template, so I don’t need to Disable Elements, Sidebar Layout, Footer Widget settings, without having to do it on each post one by one.

    #305725
    Leo
    Staff
    Customer Support

    Yup for sure.

    I assume you only want these changes to single posts and not site wide?

    If so what elements are you wanting to hide using Disable Elements metabox?

    Single Post Sidebar Layout can be adjusted in Customizer > Layout > Sidebars.

    As for footer widgets, are you trying to hide a specific widget or all of them?

    A link to your site might help as well. Thanks!

    #305851
    David

    http://www.philippineslegalforms.com

    On this site, I would like to disable the Top Bar. Header site wide

    http://www.dayananconsulting.com

    On this site, I would like to disable Top Bar, Header, and Featured Image / Page Header site wide

    #305896
    Leo
    Staff
    Customer Support

    http://www.philippineslegalforms.com/
    I assume you are currently using disable elements for site header and top bar on that page already since I don’t see them?
    Top bar should be disabled automatically if no widgets are added. Site header can be removed using this CSS:

    .site-header {
        display: none;
    }

    http://www.dayananconsulting.com/
    Looks like the page header is only in the front page created with Elementor?
    The featured images can be disabled using the customizer as well:
    On the main blog page: https://docs.generatepress.com/article/adjusting-the-featured-images/
    On single post: Customizer > Layout > Page Header > Single Post Header Location > Hide

    Let me know.

    #312782
    David

    Thanks, all good.

    #312853
    Leo
    Staff
    Customer Support

    Glad I could help!

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