Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for reaching out and providing the screenshot!

    In the latest LearnPress update, we’ve added a feature that allows you to collapse or expand course sections. You can adjust the display settings to your preference by navigating to LearnPress -> Settings -> Courses and configuring the “Curriculum display” options.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    Hi Brianvu-tp,

    My expansion is showing nothing when expanded. It’s blank.

    I’ve always noticed those settings even before this recent update, and I always left those settings set to “Expand first section” and all of the lessons appeared.

    I tried changing those expanded settings and my page is still showing a blank expanded page.

    Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for your response and for clarifying the issue.

    After updating, if you encounter problems with the course sections displaying as blank, please try saving the affected courses again.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    Hi,

    I have two websites running LearnPress. thedronecoach.io has courses with lessons and quizzes and thedronecoach.com only has quizzes. I decided to “beta test” this issue using thedronecoach.com as it has less traffic.

    I am not shown a “Save” button anywhere on the LP pages on either website as you showed in your screenshot.

    I have an “Update” button which I pressed to “re-save” the quizzes/lessons and although it appears that clicking “Update” resolved the blank page issue, I no longer see your ico icons.
    https://app.screencast.com/aCb3X89Aw38Fq

    ~Frank

    Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for your detailed response and for testing on your second site. We’re glad to hear that clicking “Update” resolved the blank page issue.

    You’re correct, the “Save” button appears when editing with Gutenberg, while the “Update” button is used in the Classic editor.

    Regarding the missing icons, this is due to layout changes in the latest LearnPress update. We’ve introduced a new layout for the single course page. You can easily switch back to the previous layout by going to LearnPress -> Settings -> Courses and selecting the “Classic” layout instead of “Modern.” This should restore the icons and the previous appearance of your course pages.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    Thank you for clarifying the difference between Gutenberg and Classic editors. I didn’t know that.

    I’ve always had my setting set to Classic layout and not Modern layout. Switching between the two didn’t bring back your missing icons. I also tested using the Twenty Twenty-Two theme and your icons remain missing.

    ??

    Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for your feedback.

    To help us understand the issue with the missing icons more clearly, could you please describe the specific icons that are not displaying? Knowing which icons are missing will allow us to provide a more accurate and helpful response.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    Hi Brian,

    A link to a screenshot of the missing icons is in my original post.
    https://app.screencast.com/HXem5m1pgcZeJ

    I left website https://thedronecoach.com active with the broken icons so you may visit the site in real time too.

    Cheers,

    Frank

    Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for your response.

    We’ve thoroughly reviewed the screenshot and your site, but we’re still having difficulty pinpointing the specific icons that are missing. Could you please provide a more detailed description of the affected areas?

    For example, you could mention:

    • Which page or section of the course is affected?
    • What specific icons are missing (e.g., icons next to lesson titles, completion icons, etc.)?

    Providing this additional context will help us understand the issue more accurately and provide a more targeted solution.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    My apologies as I was referring to the incorrect screenshot. Sorry, here’s the correct screenshot.
    https://app.screencast.com/4kAyPuGC7pQOn

    This page is under the Curriculum tab and the puzzle pieces icons were question marks within a circle before the update. This is the live website page.
    https://thedronecoach.com/course/faa-part-107-practice-exams/

    ~Frank

    Plugin Support brianvu-tp

    (@briantp)

    Hi Frank,

    Thank you for the updated screenshot and for clarifying the issue!

    We understand now. The new LearnPress version has indeed changed the interface and icons, including the quiz icons. The puzzle piece icons you’re seeing are the new default icons for quizzes.

    If you’d like to revert the quiz icons back to the circular question mark icons, you can add the following CSS to your site:

    .course-curriculum .course-item.course-item-lp_quiz .section-item-link::before {
        content: "\f059" !important;
    }

    This CSS will override the default quiz icon and replace it with the circular question mark icon you were using previously. You can add this CSS to your theme’s custom CSS section or use a plugin that allows you to add custom CSS.

    Best regards,
    Brianvu-tp

    Thread Starter Frank B.

    (@frankbiganski)

    Thanks for clarifying and for the CSS Brianvu-tp!

    All the best!

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.