[Support request] Layout single page post modification

Home Forums Support [Support request] Layout single page post modification

Home Forums Support Layout single page post modification

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #438620
    Edu

    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!!!!

    #438640
    Zesen

    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.

    #438711
    Edu

    i dont have that page, is simple custom post page…

    #438812
    Leo
    Staff
    Customer Support

    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.

    #438870
    Edu

    i need to re-layout single post, removing footer widget, sidebar and other stuffs..

    #439065
    Leo
    Staff
    Customer Support

    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;
    }
    #439074
    Edu

    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!!!!!!

    #439083
    Leo
    Staff
    Customer Support

    You’d have to check with Elementor, as it’s their code that build the table.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.