Hello there,
Thank you for your patience.
First of all, please accept our apologies for the inconvenience.
FAQ Not Showing in Course Page
We have checked the issue, and the problem was related to the menu assignment of the FAQ module.
Although the module was published in the correct position, it was not assigned to the appropriate menu items. We have corrected the menu assignment, and it should now display properly within the course page.
Kindly review the course again and confirm that the FAQ section is appearing as expected.
Payment Method Label (“Direct Payment”)
Regarding the Direct Payment label:
Unfortunately, this text is rendered as an image within the LMS system, not as editable language text. Therefore, it cannot be modified via a language override file in Joomla.
However, we can override it using custom CSS.
Please navigate to:
Template Options → Custom Code → Custom CSS
Then add the following code:
/* Hide the existing image */
.payment-method-direct img.splms-img-direct {
display: none !important;
}
/* Add replacement text */
.payment-method-direct label::after {
content: "Pay on Arrival";
display: inline-block;
margin-left: 8px;
font-weight: 600;
font-size: 16px;
vertical-align: middle;
}
This will hide the existing image and display the clearer text “Pay on Arrival” instead.
After saving and clearing cache, the updated label should appear correctly.
Please let us know if everything is working as expected or if you need any further assistance.
Kind regards