Home>Support>Full Width Page Template

Full Width Page Template

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi

I have started to use Vantage Premium and all is going OK except I am struggling when using the Full Width Page …. I would like it to be clean and not show the ‘Leave a Reply’ details at the bottom of the page. Can I remove this information in any way?

BR

Nick

URL: http://www.canda-international.com/about-us/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago Magus
    Hi, I Work Here

    Hi Nick

    Please try this in your custom CSS

    .comments-area {
        display: none;
    }
    

    Hope this helps

    Magus

  2. 10 years, 3 months ago Daniel
    Hi, I Work Here

    Hi Nick

    The above method should work like a charm :)

    The CSS section can be accessed via Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code provided.

    @Magus much appreciated

  3. 10 years, 3 months ago Nick Dunlop-Jones

    Thanks very much for your help Magus and Addo. It has worked perfectly!

    Does this change also affect other templates such as the Blog template?

    http://www.canda-international.com/blog-2/

    BR

    Nick

  4. 10 years, 3 months ago Magus
    Hi, I Work Here

    Hi Nick

    Yes the above will remove the comments from all pages. If you want it specific to the page then it would need to be added on a per page basis. For example the About us page would be

    body.page-id-28 .comments-area {
        display: none;
    }
    

    Then for every page you want to remove the comments you would change the page id number. You can find this by pressing F12 whilst in the browser on the page you wish to change. Look for the <body… tag and take note of the class entry for page-id-… This is the number you will need to alter in the custom CSS.

    Let us know how you get on

    Magus

  5. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hey everyone. Addo and Magus, thanks for your efforts here. Hopefully I haven’t missed anything, if you’re looking to remove comments then ideally you should do so from within the WordPress admin.

    1. To turn off comments for all new posts and pages, go to Settings > Discussion and un-check the option:
    “Allow people to post comments on new articles”. Note, this only applies to new posts and pages.

    2. To turn off comments for existing posts and pages, edit the post or page, click Screen Options top right, enable the Discussion check box so we can view those options. Then scroll down to below the Visual editor field and un-check the comment options there.

    We have a full run through of this here: https://siteorigin.com/basics/disable-wordpress-comments/

    Hope that helps.

  6. 10 years, 3 months ago Magus
    Hi, I Work Here

    Hi Andrew

    Thanks, I should have thought of that :(

    Magus

  7. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    No worries. Not having a global setting for this in WordPress is unfortunate. Hopefully the core will change it’s setup in this regard soon :)

  8. 10 years, 3 months ago Nick Dunlop-Jones

    Thanks for all your help ….. I have switched to using the recommendations from Andrew and all looks OK at the moment.

    Thanks again.

    Nick

  9. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear you’re up and running.

    All the best.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More