Edulif Template And Software - Question | JoomShaper

Edulif Template And Software

Patricia Lee

Patricia Lee

Template 1 week ago

I just love the learning system on the Edu templates but after a few days of configs I have a couple questions.

The FAQ module is completed but does not appear in the courses where the FAQ link is. Link: https://school.tesseractcomputers.com/index.php/courses-categories?view=course&id=1:devsec

Have I somehow disconnected that? Or is there another FAQ module for that which I'm not seeing?

The other is some courses are Pay on Arrival at a location and some are PayPal for online.

I see the DIRECT payment which is obviously for pay on site, but is there a language file I can amend to say that clearly. These are courses for older folks..

LASTLY this page shows a banner but I can't find where to edit that or upload the banner that will appear. (and how to I change that to say Course Details.) https://school.tesseractcomputers.com/index.php/courses-categories?view=course&id=1:devsec

0
5 Answers
Patricia Lee
Patricia Lee
Accepted Answer
1 week ago #218071

As a follow up I did figure out the last question as shown below: LASTLY this page shows a banner but I can't find where to edit that or upload the banner that will appear. (and how to I change that to say Course Details.)

The hidden menu.. so only those questions before the LAST still need help.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #218240

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

0
Patricia Lee
Patricia Lee
Accepted Answer
3 days ago #218651

Hi there

I'm so sorry I missed this. Thank you so much for your help :) Yes the FAQ shows now and what I just LOVE this template and software. Thank you for all your hard work.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 3 days ago #218668

Hi Mike,

Thank you very much for your kind words — they truly mean a lot to us. We’re delighted to hear that the FAQ is now displaying correctly and that you’re enjoying the template and software.

If you ever need any further assistance or have additional questions, please don’t hesitate to reach out. We’re always happy to help.

Please marked the issue as solved

Kind regards

0
Patricia Lee
Patricia Lee
Accepted Answer
2 days ago #218738

Thank you!

0