Archived topic
Layout single page post modification
7 replies · Started by Edu on November 30, 2017
Hi! I need a custom layout for the blog page here http://porkoespink.com/socialyou/2017/11/28/email-marketing-5/
Need to do different things like remove sidebar, remove footer , remove comments..
how is called this file? i need css or hook or php to edit this? how i can do this easyly??
Thanks!!!!
Go to your admin and select this page. On the top choose 'Screen Options', toggle 'Discussion', then the 'Discussion' panel would appear where you could disallow comments for this page only.
Then locate the 'Sidebar Layout' panel, select 'Content (no sidebars)'.
Then locate the 'Disable Elements' panel, check 'Footer'.
No custom code needed.
i dont have that page, is simple custom post page...
Sidebar would be here: https://docs.generatepress.com/article/sidebar-layout/#single-post-sidebar-layout
Do you need to remove footer widgets just on single posts or everywhere else?
Comments would be in Dashboard > Settings > Discussion. For existing posts, you would need to go to the posts page, hover on the title of the post and click Quick Edit then disable the comments in there.
i need to re-layout single post, removing footer widget, sidebar and other stuffs..
Sidebar layouts are in the customizer: https://docs.generatepress.com/article/sidebar-layout/#single-post-sidebar-layout
Removing footer widgets on single posts, you can use this CSS:
.single .footer-widgets {
display: none;
}
thnks! I have another issue here. please check
http://porkoespink.com/pr/features/
the table looks aligned in chrome but dont look fine in firefox.. do you have any idea? thnks!!!!!!
You'd have to check with Elementor, as it's their code that build the table.