• Resolved serhiishevchenko

    (@serhiishevchenko)


    Hello
    Can you please tell me how can I customize student dashboard’s menu?
    For example how to change text links like my courses, edit profile etc to buttons, add or remove some options like vouchers etc?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’d like to customize the text you’ll want to do so via translation: https://lifterlms.com/docs/how-do-i-customize-the-text-of-lifterlms-buttons-and-more/

    If you’d like to disable tabs entirely you can use this filter: https://lifterlms.com/docs/lifterlms-filters/#llms_get_student_dashboard_tabs

    If you’d like to change the text to buttons you’ll want to do so with a bit of CSS — the CSS for your theme’s buttons will vary greatly so I can’t really give you the exact styles you’ll want to match your theme but you can use this selector to identify them:

    .llms-sd-nav .llms-sd-item .llms-sd-link {
    background: black;
    border-radius: 4px;
    }`

    Something like that should get you rolling!

    Thread Starter serhiishevchenko

    (@serhiishevchenko)

    Thanks. Disabling tabs works fine.

    I’m using Generate Press theme. Can you give some example to make dashboard’s menu look like main theme’s menu?

    Actually, it would be excellent if I could create my own custom page (maybe even using Elementor) with some buttons like my profile, my courses etc without using LifterLMS dashboard’s shortcode and still for example my profile button opened member’s profile etc? How can I do this? Are there some custom links so I could create buttons with that links which opened specific LifterLMS sections or whatever?

    I’m using Generate Press theme. Can you give some example to make dashboard’s menu look like main theme’s menu?

    No, I cannot. I am a sole plugin developer here. I have a very small budget and a small team. I do a ton of custom development and code examples but if you need custom CSS please learn some custom CSS. I have to draw a line here otherwise I spend so much time writing custom CSS and I flat out run out of time to build features, answer support questions, and fix bugs. If you can’t do it yourself it’s time to hire a developer.

    Actually, it would be excellent if I could create my own custom page (maybe even using Elementor) with some buttons like my profile, my courses etc without using LifterLMS dashboard’s shortcode and still for example my profile button opened member’s profile etc? How can I do this? Are there some custom links so I could create buttons with that links which opened specific LifterLMS sections or whatever?

    Sure, it really would, and this is on my backlog to make possible but I haven’t gotten there yet. I am sorry that it’s inconvenient and difficult. I’m trying to build the best possible thing I can and I haven’t figured it all out yet. We release updates every week and it’s always improving. If it’s not what you need you can go try something else. I am sorry about that…

    Thread Starter serhiishevchenko

    (@serhiishevchenko)

    I know I might be annoying because of creating many topics… But I didn’t mean that it’s your fault that I have so many questions about LifterLMS and that there’s some difficulties… I know and understand that you’re trying to do your best. I appreciate it.

    I like LifterLMS and just have some questions. I’m sorry if I bothered you…

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

The topic ‘Customizing student dashboard menu’ is closed to new replies.