• Resolved bbua97

    (@bbua97)


    Hey there,

    it’s me again. I want to make a custom “My Courses” page and I’m using the shortcodes from your site: .

    This shortcode [sensei_user_courses number=”5″ order=”desc” orderby=”name”] without a should show both active and completed courses but if I use the shortcode also the tabs from your default my courses get loaded. I know there’s the function to disable loading JS from frontend but then the progress bars will disappear and that is no option.

    Another problem is that with the shortcodes the progress bars disappear and the thumbnail pictures are showing up, is there any way to handle this?

    Best regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Deric (a11n)

    (@dericleeyy)

    Hi @bbua97 ,

    You can disable the course tabs by using a CSS like:

    section#user-course-status-toggle {
        display: none;
    }

    As for the progress bar not showing with the shortcode page, this is a known bug and we are currently working on this:

    https://github.com/Automattic/sensei/issues/4874

    Hope this helps!

    Thread Starter bbua97

    (@bbua97)

    @dericleeyy

    that works thank you! I still have a problem with the oversized thumbnails: https://prnt.sc/iTWjYtv098Mj
    Should it be like that? In the default “My-Courses” template you disabled the thumbnails right?

    Hi again,

    Thanks for the update. You can hide the featured image on courses archive pages by by disabling the Course Archive Image setting on Sensei LMS > Settings > Courses page.

    Best,

    Thread Starter bbua97

    (@bbua97)

    Hey there,

    thank you that worked with the thumbnails even though it would be great if I don’T have to hide them for that it works. I attached a screenshot from how it looks like now if I use the shortcode. I know you are working on the progress but I’m getting this weird lines at the end everytime. Please confirm if everything else looks like it should.

    Screenshot of shortcode [sensei_user_courses number=”5″ order=”desc” orderby=”name”]

    Thread Starter bbua97

    (@bbua97)

    Additionally I noticed a link on the my-courses page that shows if there are no active or completed courses. It leads me to an archive without any content. I know my hello theme from elementor has no handling for taxonomy yet, but courses are a post type right so there seems to be something wrong with the slug.

    Link to /courses

    Plugin Support Deric (a11n)

    (@dericleeyy)

    By default, Sensei will auto populate the courses archive page if it’s blank. However, if it’s not working, could you try to populate it using [sensei_courses] shortcode?
    https://senseilms.com/documentation/shortcodes/

    Thread Starter bbua97

    (@bbua97)

    But that page where it leads me to doesn’t exist so where should I put the shortcode? By the way, the Paid Courses Plugin is based on the free version right?

    Hi again,

    You can mark any page as Courses Archive by selecting it under Sensei LMS > Settings > General > Course Archive Page.

    Once you have marked a page as Course Archive the “Start a Course!” link on the My Courses page will link to the archive page.

    The Paid Courses Plugin is based on the free version right?

    Yes, the Sensei Pro plugin has all the features of the free Sensei LMS plugin with some additional features such as selling courses, scheduling lesson access etc.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Default Shortcode Shows Tabs’ is closed to new replies.