Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1420894

    Hi there,

    I can’t remove header and footer from a page. Usually it works fine, I had done it with other pages on the same website.
    I also can’t add comments despite having flagged “add comments”.
    All the “share” buttons – I would like to remove them as well.
    See below the page + login to check it.

    Thanks a lot!
    Simone

    • This topic was modified 1 year, 1 month ago by SimonePols.
    #1421041

    Hey SimonePols,
    Thank you for the link to your site, I see that this is a LearnPress CPT created with the Classic Editor, I’m not familiar with LearnPress, it looks like you don’t have an option to choose a template in the Page Attributes that WordPress gives to pages:
    Enfold_Support_3551.jpeg
    and since it is not a Advanced Layout Builder page you can’t remove the header and footer with the Layout options
    Enfold_Support_3553.jpeg
    Perhaps try asking the LearnPress support how you can achieve this, as they would know more about this than us.
    Or you can try this css to remove the header, footer and inner elements, except the title and your video from your single-lp_lesson pages:

    .single-lp_lesson .lp_lesson .blog-meta,
    .single-lp_lesson .lp_lesson .av-vertical-delimiter,
    .single-lp_lesson .lp_lesson .post-meta-infos,
    .single-lp_lesson .lp_lesson .av-social-sharing-box {
    	display: none !important;
    }
    .single-lp_lesson .container_wrap_first {
    	height: 100vh !important;
    }
    .single-lp_lesson #header,
    .single-lp_lesson #socket,
    .single-lp_lesson .wpautoterms-footer {
    	display: none !important;
    }

    Perhaps this will help, Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1421350

    Thanks a lot Mike,

    Mmmm I jsut didn’t get where exactly should I paste that piece of code you gave me?

    I tried under the “text” tab of the single page but it doesn’t work, while your screenshot looks fine :)

    Thank you,
    Simone

    #1421360

    Hi,

    Thanks for the update. Please try the code in Quick CSS under Enfold->General Styling.

    Best regards,
    Rikard

    #1421365

    Love you bro! It worked, thanks a lot :)

    #1421378

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove header + footer and add comments’ is closed to new replies.