Hello University of Mauritius,
Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.
- Please go to language override and change these texts.
- COM_SPLMS_COURSE_FIELD_LEVEL_BEGINNER
- COM_SPLMS_COURSE_FIELD_LEVEL_INTERMEDIATE
- COM_SPLMS_FILTERS_CATEGORY
- COM_SPLMS_FILTERS_LEVEL
- COM_SPLMS_FILTERS_TYPE
https://prnt.sc/etZxaLfyrsjI
- Edit the level name. Whatever you insert here, will be shown in the filter. https://prnt.sc/3mPKO-ltoved https://prnt.sc/tPmYFFoGaruB
- Use these Custom CSS on Template Options -> Custom Code -> Custom CSS. It will remove the texts that you do not want to display. You can also edit the overriden files if you do not want to use CSS. But this is easier in my opinion.
.splms-badge-free,
.splms-course-teacher,
.splms-price-box,
.course-short-info,
.course-right-content{
display: none;
}
- Adding a PDF option on the courses page is a customization request which we don't do. You have to modify this file:
templates/educon_ii/html/layouts/com_splms/courses/course.php
- You can remove skills and education from the teachers profile. If there is no skill and education, then it will not show in the frontend. The same thing goes for social option. If you do not add, then it will not be shown. https://prnt.sc/fVz6solJLw_V
Can we resize the course cards? https://prnt.sc/DqQ_GsjAkwe2 for example if we wish to resize them to fit 3 columns instead of 2
I do not understand this question. Please clarify it. Do you want to modify the admin view? Let me know.
Best regards