Comment section not showing

Hi,

For my website im using the ‘Blank - No Container | Header, Footer’ template on some pages.

Is it possible to show the comment section in this template? If i switch to the default template the comment section is showing, but not with the ‘Blank - No Container | Header, Footer’ template.

Thanks!

Hey Mattie,

Regretfully, it’s not possible because the purpose of the Blank templates is to build the content from scratch without the defaults. I have not tested this but you can try out something like a comment form plugin / shortcode and add a Content Area element to a Cornerstone built page and insert the shortcode to the content area.

In case there are issues with third party plugins though, you will need to contact the plugin author or consult with a third party developer.

Thanks.

Thanks for the fast reply.

As the default template im using now the ‘content left, sidebar right’ template. But on almost all the pages i overrule this with the ‘Blank - No Container | Header, Footer’ template.

Are the comments possible if i switch to “fullwidth” as default template, and then for all the pages i use “default”? Also what will be the difference compared to the ‘Blank - No Container | Header, Footer’ template?

Hi There,

To enable the comment on this template, please follow this ticket:

Hope it helps :slight_smile:

Hi,

Thank! I followed the steps and it works.
The only problem is that its now fullwidth and very stretched.
Can i make the comment section boxed? for reference: https://www.cryptotradingacademie.nl/cryptocurrency-mining/

Thanks!

Hello Mattie,

Thanks for updating the thread. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

#comments {
    width: 50%;
    margin-left: 50px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Works like a charm. Thanks again for the awesome support!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.