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.

Full Width Page Template

Resolved 9 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Magus Staff 10 years, 10 months ago

    Hi Nick

    Please try this in your custom CSS

    .comments-area {
        display: none;
    }

    Hope this helps

    Magus

  2. Daniel Staff 10 years, 10 months ago

    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. Nick Dunlop-Jones 10 years, 10 months ago

    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. Magus Staff 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    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. Magus Staff 10 years, 10 months ago

    Hi Andrew

    Thanks, I should have thought of that :(

    Magus

  7. Andrew Misplon Staff 10 years, 10 months ago

    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. Nick Dunlop-Jones 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread