marktc99
Forum Replies Created
-
Hi Toyin,
Just a bit more info here for you…
I created a new course and those missing buttons actually show up on that course. So they show up on my new course and also the sample course that comes with the plugin. For some reason, the buttons just don’t show up on the first course I created. So it’s not a Divi template problem after all.
Any ideas?
It’s not a big deal if we don’t figure it out as I’m just creating test courses for now anyway. This isn’t a live site yet.
Thanks
Sure thing. Here are some screenshots: https://imgur.com/g712ap7
I’ve included the Divi Theme Builder page I created for the lessons. The video content comes through the Post Content module. Is that where my missing buttons are supposed to come through as well? Or maybe there is a shortcode I can use to bring them through that I don’t know about??
I realise now I should have checked the sample course that came with the LifterLMS plugin. I can confirm that the buttons are not missing on those lessons. So it seems it’s a problem with how I’ve set up my Divi template for the lessons, or maybe that the buttons aren’t coming through to my template for some technical reason.
Hi Toyin,
I think I’ve solved this. I just added this to my functions.php and everything seems to be working as I want it to:
remove_action( ‘lifterlms_student_dashboard_header’, ‘lifterlms_template_student_dashboard_navigation’, 10 );
Thanks for your help.
Hi Toyin,
I have another question on this topic. What I’m trying to achieve it to remove the tabs from the top of the dashboard but I still want to be able to access each tab via a menu I’ve made in the sidebar of the student dashboard page. However when I add the php to remove the tabs, I can no longer bring up the content by clicking on my menu links such as:
/dashboard/my-courses/
/dashboard/my-grades/Is there a way I can remove all the links at the top of the dashboard but still be able to access the end points through my menu?
Thanks
MarkLike this?
Hi Toyin,
Thanks for that. My php skills are fairly limited 🙂
I managed to get most of the tabs however I can’t seem to get rid of the dashboard tab. If I put this line in:
unset( $tabs[‘dashboard’] );
it removes the entire content.
Is there something else I can do to remove the dashboard tab?
Thanks
MarkHi Toyin,
Where do I need to send the report?
Thanks
Mark