Other Dynamic Tags
Other Dynamic Tags
Two Lifter Elements dynamic tags are not tied to a single course, lesson, or group. In the Elementor dynamic tag picker, Section Title sits under LifterElements: Section and Notices sits under LifterElements: General; each is the only tag in its group.
Section Title
Returns the title of the current LifterLMS section — the grouping of lessons inside a course.
Type: Text · Source: the section title set in the LifterLMS course builder · Settings: none
The current section is resolved from the page being viewed:
| Page | Current section |
|---|---|
| A lesson page | The section that lesson belongs to. |
| A course page, logged-in student | The section containing the student's next incomplete lesson. |
| A course page, logged-out visitor | None — the tag outputs nothing. |
Use it when — a lesson template needs a heading that shows where the learner is in the course ("Module 2: Second Milestone"), or a course page for a logged-in student should name the section they will land in next.
Notices
Outputs the LifterLMS notices queued for the current visitor — the success, error, and information messages LifterLMS shows after actions such as enrolling, submitting a checkout form, or updating an account.
Type: Text · Source: llms_get_notices(), which renders each queued notice through the LifterLMS notices/ templates and returns the resulting HTML · Settings: none
When no notices are queued the tag outputs an empty string. Notices are cleared once they have been rendered, so they appear only on the page load that follows the action that queued them.
Use it when — a custom Elementor template replaces the LifterLMS layout and you need to choose where the notices appear, for example above the checkout form or at the top of the student dashboard.
Notes
- Shortcode equivalents: Section Shortcodes provides
le-sections-titleandle-sections-ID. There is no shortcode for Notices. - Notice text and styling come from LifterLMS; see the LifterLMS documentation for how notices are generated.