Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2475893
Page Options for Learndash Plugin
Closed

Comments

  • upsangel started the conversation

    Hi there,

    I am implementing the Learndash online course plugin into my website powered by Soledad theme. Learndash created all it's course pages in his Custom Post Types : sfwd-courses and sfwd-lessons. 

    Is it possible to enable Soledad's Page options (setting the header, page layout, side bar options) for these new post types?

    Thank you!

    Charles

  •  2,699
    PenciDesign replied

    Hi,

    Those options just apply for Pages only - it doesn't apply for custom posts.


    Best Regards,

    PenciDesign

  • upsangel replied

    Hi there,

    Thank you for the prompt reply.

    If applying the whole Page Options to the custom post type is too much work/difficult, is it possible to add a short code or snippet to do the following:

    - Disable post title, 

    - Disable navigation breadcrumb 

    It will be great if any of the above is feasible to make the custom post type workable.

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Please understand the "Singles" and "Pages" is different type from WordPress. So, it can't be apply the Pages Options" to "Single Options".

    If you want to disable the Post title & Breadcrumbs for a single of custom post - please show me URL for those single post pages. I will help you disable it with Custom CSS. 


    Best Regards,

    PenciDesign

  • upsangel replied

    Hi there,

    Thank you for your reply and assistance.

    Sure, would you please advise how to disable the Post title & Breadcrumbs for the CTP as below link:

    https://carsdailyhk.com/guides/%e9%a6%99%e6%b8%af%e8%b2%b7%e8%bb%8a%e6%94%bb%e7%95%a5

    Much appreciated!


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.single-sfwd-courses .container.penci-breadcrumb, body.single-sfwd-courses .container-single .single-post-title{ display: none; }

    Best Regards,

    PenciDesign