Learndash and X/Pro

Hey everyone,

Has anyone had any experience with Learndash and X or Pro?

I’m trying to set it up but so many little design features isn’t working correctly. Ie, the buttons only show as links, no borders showing around my Course Grid items etc.

If anyone had some experience it would be awesome to get a few tips.

Hi @werner7,

Thanks for writing in.

Learndash probably has script or plugin conflict with X theme or Pro. We would love to help you with it however it is beyond our scope. It would be best that you will contact expert with the plugin.

You could try testing for plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Thanks

I found some upper level classes and id’s (for lack of knowing how to refer to them) weren’t getting inputted when using shortcodes. So I inserted the class/id’s in the text element holding the shortcode. Fixed 80% of the styling issues!

Just for future reference if anyone ever runs into similar issues this might be a help:

When using course grid with learndash and X/pro do the following to get the styling applied from the course grid bootstrap.min.css

Set the text element to have an id (not class) of ld_course_list

To remove meta information (such as author, comments and date meta) on Courses, lessons, topics and quizzes use the following CSS set in theme options:

.sfwd-courses .p-meta{display: none;}
.sfwd-lessons .p-meta{display: none;}
.sfwd-topics .p-meta{display: none;}
.sfwd-quiz .p-meta{display: none;}

I hope this might help someone in the future.

3 Likes

Thanks for sharing, it indeed might help someone as Learndash is also a popular plugin!

Thank you

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.