Exerpt empty but still showing page content

I’m using woocommerce paid courses - Sensei LMS. I have the excerpt area empty but it’s still showing content which doesn’t look so great given it’s formated in the pro page builder.

You can see here: https://eng.menardsafetycoursesonline.ca/lesson/what-to-do-when-a-child-becomes-sick/

Here you can see the excerpt area is empty: https://imgur.com/undefined

I did install the classic editor to see if the Gutenberg builder was causing issues but it didn;t seam to fix the issue.
Thank you

Hi @eyedia,

Thank you for writing in, WordPress will automatically take part of your content and strip all of its HTML markups and make it as the excerpt.

If you need to hide the excerpt, please add this to Theme Options > CSS

/*Hide lesson excerpt*/
.single-lesson .entry.fix {
	display: none;
}

Hope it helps,
Cheers!

Unfortunately, That also seams to remove my lesson content. I had tried that before as well.
Problem seams to be there is no specific class for when a user is not logged in or have not completed the previous lesson.
I’m guessing then the only work around is to say add something in the expert box to override it?

Even if it’s just “…”

Hello @eyedia,

It is best that you contact the creators of the Sensei LMS. They should be able to give you a solution how to place a custom content to your lesson’s page that will display when a user is not logged in instead of just having "...". Since this is a 3rd party plugin, it is beyond the scope of our support. They should be able to help you.

Thank you for your understanding.

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