Create "post" page with pro

Hi Im currently using the Ethos stack but I would like a more custom post page. Is it possible to create a page for post instead of using the one designed for Ethos? So all of my post use the same page layout i created. I want something like the two photos below. Thank You

Hi @Nashish

What is possible is to design your post template in Cornerstone, then save this as a template, after that you should be able to load this template on any other post you want.

To learn more about templates, I recommend reading this guide:

Thanks.

Will the ethos “Leave a Comment” section still show up on the post?? Can I start with a blank page and create custom “Leave a Comment” section.

Hello There,

The Leave a Comment section is only visible in Post pages when comments are enabled. It will disappear if you have disabled the comments in your posts. In you are in pages, the Leave a Comment section is only visible when using the default page template and the Layout - page temsplates.

Hope this helps.

Where do I turn off the comments section??

Hey There,

You can turn it off individually by editing the page or post. Generally, you can also turn it off in Settings > Discussions.
For more details about the WordPress Comments, please check out this codex: https://codex.wordpress.org/Comments_in_WordPress#Enabling_Comments_on_Your_Site

Hope this helps.

I want to use the DISQUS plugin for my comment section. Does this plugin work well with the Pro theme?

Hi,

PRO Theme has a discus comment extension which you can install via PRO > Validation

Kindly refer to the link below.

Thanks

Oh awesome!! Thank you all of this info is helping a lot.

You’re most welcome.

When I add a global block or page template to a post it writes over the post text. I provided i photo to show what the post originally looked like. How do i added a global block with out overwriting the original post content?

Hello There,

The global block can be added when you edit the post in Cornerstone. If the post already have existed and was not beign created in Cornerstone, you can add a global block by editing the post and insert the shortcode is the global block.

Do you have one global block that would like to be added in all of your post and upcoming posts? That would need a different approach in resolving this issue.

Please let us know how it goes.

Now that I have my post page layout complete how do i remove or hide the Ethos title, breadcrumbs, date etc. Also id like to hide the feature photo. If you look at my page theres two photos and title etc. I just want to keep the content i created. How can I do this?

http://www.madebynashish.com/test-post-page/

Hello There,

To get rid of the featured image and the post title in your single blog post, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-post .entry-featured,
.single-post .entry-header {
    display: none;
}

Hope this helps. Please let us know how it goes.

I wanted the image to remain fullwidth but i don’t see the option to change the page container. Is there another way to make it fullwidth. http://www.madebynashish.com/test-post-page/

Hi Onaje

Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long thread makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.

Please go to the post in question and in the edit screen scroll down to see the Body Class (CSS) option. Add the class of fullwidth there:

Then, go to Pro > Theme Options > CSS and add teh CSS code below:

.fullwidth #x-site > .x-container {
    max-width: 100%;
    width: 100%;
}

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

From now on, whenever you add the fullwidth class in a post body Class option it will make the page full width.

Thank you.

Thanks for all the info everything worked great. Sorry for the long thread.

Glad that you have managed to achieve the design you want :slight_smile:

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