• Resolved reacfitness

    (@reacfitness)


    I have LifterLMS installed with Divi theme. On the course page I checked Enable Course Time Period under restrictions tab, selected the date from the calendar but the date doesn’t display on the course page. Only the text displays.

    The text below is in the Course Opens Message Box.

    This course opens on [lifterlms_course_info id=”887″ key=”start_date”].

    Help please.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @reacfitness,

    The shortcode your using specifies a course ID (887) but that isn’t a valid course (or post) on your site. Try adding ?p=887 to the URL of your site and you’ll be presented with a 404 page!

    So what’s happening is the shortcode is trying to pull the start date from another course and since it doesn’t exist it’s not outputting any information (because it can’t).

    The ID of the course you linked to is 72 (you can see post IDs by inspecting the CSS classes found on the <body> element. Change the ID parameter to 72 and it should work as expected.

    Alternatively remove the ID attribute altogether. THe ID isn’t required when you’re using the shortcode on a course page. It will use the current course ID automatically!

    Hope that helps,

    Thread Starter reacfitness

    (@reacfitness)

    Thanks. That worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Course Start Date Doesn’t display one website’ is closed to new replies.