How to change the template for static page

Hi

First, thank you for create this great themes.

I have a question:
I set the whole website to no-sidebar mode, but i need the latest articles page and all blog pages have the right sidebar.
The latest articles page is not my home page, I set a certain page to show the latest articles.

I went to edit the latest articles page and saw this: select layout for this specific page only(Note: This setting only reflects if page Tinplate is set as Default Template and Blog Type Template.)

So I could set the single article page to two columns, how can I set the latest articles page to two columns?

Thank you.

Hi @tree,

I hope you are well today and thank you for your question.

You can try achieving this by using the attached custom child theme of Activello theme that contains some custom code.

Best Regards,
Movin

Thank you for your reply.

Sorry I did not notice that i wish all the article list pages have the side bar.
Is it possible set two columns for all blog pages?

And how could i remove the slider in latest articles page?

Thank you again.

Sorry I did not notice that i wish all the article list pages have the side bar. Is it possible set two columns for all blog pages?

Could you please share me the sample page URLs from your site where you want to display it so that i can help you?

And how could i remove the slider in latest articles page?

Please also share me that page URL and tell me where you want to display the slider.

Could you please share me the sample page URLs from your site where you want to display it so that i can help you?

1.Browse by category pages: ex.http://treetreess.tw/category/root/
2.Single article pages: ex.http://treetreess.tw/root/hello-world/
3.Browse by month pages: ex.http://treetreess.tw/2016/05/

And how could i remove the slider in latest articles page? Please also share me that page URL and tell me where you want to display the slider.

I want to remove the slider in this page: http://treetreess.tw/blog/

thank you!

You can try achieving this by removing the previously provided child theme and using attached modified child theme.

Thank you very much.

All the pages are OK, but the shop page which i set as the homepage has two columns now:http://treetreess.tw/
I cannot change it into no-sidebar page in Website Layout Options.

How could I fix it?

Thank you.

You can just try hiding the sidebar on that page by using the below CSS code.

body.home div#secondary {
    display: none;
}
body.home .main-content-inner {
    width: 100%;
}