Hi,
Please help.
1) I cannot find the installed theme images inside wplms download folder. Where are they stored? Those images are not similar as shown in the theme.
2) how to remove items on the course page (e.g rating, no. of enrolled students, membership etc)
3) how to add multiple dates and event calendar in every course?
Thank you.
- well most of the images are not saved anywhere . they are coming from our server itself . you would need to right click on those images to download them .
some of then you will find in your wp-content/uploads folder .
- You would need css for this .
try to use this tip for that :
https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/
- please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
:
add_filter('wplms_eventons_course_events_shortcode',function (){
return '[add_eventon_list number_of_months="12" month_incre="+1" ]';
});