Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #743973

    Hi.
    I’ve installed the LearnDash plugin to delivery my courses online on a website with Enfold.
    Enfold considers LearnDash courses as regular posts.

    For the blog I need to activate theme’s “related posts” feature:
    how can I avoid to see Enfold’s “related posts” feature in LearnDash courses too?

    Many thanks.

    Regards,

    Piero

    #744214

    Hey Piero,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #744340
    #744658

    Hi Piero,

    Thanks for the details. Please try the following in Quick CSS under Enfold->General Styling:

    .single-sfwd-courses .related_posts {
      display:none !important;
    }

    Best regards,
    Rikard

    #745186

    Hi Rikard, it works.
    Many thanks.

    Best regards,
    Piero

    #745848

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #779128

    HI.
    Using your code

    .single-sfwd-courses .related_posts {
    display:none !important;
    }

    unfortunately only now I notice that it works for Learndash courses and lessons, but not for topics, as you can see to this url: http://it.tinypic.com/r/fwrle8/9
    I tried to use

    .single-sfwd-topics .related_posts {
    display:none !important;
    }
    but it doesn’t work.
    As always, thank you very much.

    Piero

    #779275

    Hi Piero,

    Ok, thanks for the feedback. Could you link to the page of the screenshot please?

    Best regards,
    Rikard

    #779552

    Ok. Rikard.
    With the same credentials I wrote above (the website is still closed), you can find the page here:
    http://allineamenti.com/argomento/obiettivo-perche-fatica/
    Thank you.
    Best Regards,
    Piero

    #779599

    Hi!

    I loaded that page and I can not see it anywhere.
    Have you managed remove it?

    Regards,
    Basilis

    #779623

    Hi, Basilis.
    Don’t you see the page within the website?
    You have to access with credentials above, the website is closed to the public.

    When you are in, go to this link
    http://allineamenti.com/argomento/obiettivo-perche-fatica/

    to see that related posts are viewable.

    Thanks.
    Regards,
    Piero

    #779772

    Hi,

    Thanks for the link, please try this CSS as well:

    .single-sfwd-topic .related_posts {
      display:none !important;
    }

    Best regards,
    Rikard

    #779832

    Hi Rikard.
    It does not work.
    Have you another code to apply?
    Thanks.
    Best Regards,
    Piero

    #780254

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    .single-sfwd-topic .crp_related {
      display:none !important;
    }

    Best regards,
    Rikard

    #780932

    Hi, Rikard.
    It works well.
    You can close the ticket.
    Thanks a lot.
    Best Regards,
    Piero

    #781051

    Hi Piero,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Not showing "related posts" feature in learndash courses’ is closed to new replies.