Tagged: learndash
-
AuthorPosts
-
February 7, 2017 at 5:01 pm #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
February 8, 2017 at 6:43 am #744214Hey Piero,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardFebruary 8, 2017 at 2:32 pm #744340February 9, 2017 at 7:58 am #744658Hi 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,
RikardFebruary 10, 2017 at 4:13 am #745186Hi Rikard, it works.
Many thanks.Best regards,
PieroFebruary 12, 2017 at 6:36 am #745848Hi,
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,
RikardApril 18, 2017 at 8:57 am #779128HI.
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
April 18, 2017 at 1:37 pm #779275Hi Piero,
Ok, thanks for the feedback. Could you link to the page of the screenshot please?
Best regards,
RikardApril 18, 2017 at 6:42 pm #779552Ok. 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,
PieroApril 18, 2017 at 7:46 pm #779599Hi!
I loaded that page and I can not see it anywhere.
Have you managed remove it?Regards,
BasilisApril 18, 2017 at 8:14 pm #779623Hi, 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,
PieroApril 19, 2017 at 5:38 am #779772Hi,
Thanks for the link, please try this CSS as well:
.single-sfwd-topic .related_posts { display:none !important; }
Best regards,
RikardApril 19, 2017 at 7:56 am #779832Hi Rikard.
It does not work.
Have you another code to apply?
Thanks.
Best Regards,
PieroApril 20, 2017 at 4:18 am #780254Hi,
Ok, thanks for the feedback. Please try this instead:
.single-sfwd-topic .crp_related { display:none !important; }
Best regards,
RikardApril 21, 2017 at 1:26 am #780932Hi, Rikard.
It works well.
You can close the ticket.
Thanks a lot.
Best Regards,
PieroApril 21, 2017 at 8:45 am #781051 -
AuthorPosts
- The topic ‘Not showing "related posts" feature in learndash courses’ is closed to new replies.