This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page Builder Prebuilt Layouts issue

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi SiteOrigin! :)

I am building a site with Vantage and I’d like to use the prebuilt layout Lat’s Chat to make a number of landing pages as in globalmobilityexperts.com/personY, globalmobilityexperts.com/personX etc.

But when I apply the layout, instead of getting the full width beautiful page you guys designed (http://layouts.siteorigin.com/layout/lets-chat/ ), I get the page as a post of the Vantage theme,
with menu bar, sidebar and everything else (as in the issue URL provided below).

Is there a way to display just the full width prebuilt layout (without the Vantage theme layout around it)?

Thank you so much for your help!!!

Best!
Troncaleno

URL: http://globalmobilityexperts.com/layout-test

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Troncaleno

    Thanks for reaching out.

    The layout is intended to be applied within your theme’s content area, in this case Vantage. You can of course select the Full Width, No Page Title page template. That will remove the sidebar and page title. You’ll find the page template drop down menu in the right column when editing the page in question.

    To remove the header and footer you’ll need to use Custom CSS:

    .page-id-41 #masthead,
    .page-id-41 #colophon {
    display: none;
    }

    41 is the page ID. If you edit a page in WordPress you’ll find the ID in the URL.

    If you don’t have a Custom CSS plugin installed you can use ours: https://wordpress.org/plugins/so-css/. Once activated, insert your CSS at Appearance > Custom CSS.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread