Brian

Forum Replies Created


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.



Hi Sarith,

This is not kind of features that a joomla template can offer.

IMO, You can implement WHMCS https://www.whmcs.com/ and use it for payment, domain purchase and client area. WHMCS is a complete solution pack for client management, billing, and support for your online business. It is a very powerful automation tool that handles everything by itself.

Example this site: https://www.bkns.vn/ they’re using wordpress for front-end and WHMCS for client site


Could you pls give me a screenshot for more detail?

“also, what’s the best way to add the “free phone:” as prefix to the phone number? thanks”

I’m not sure about the PREFIX, you can find the contact phone which defined via template folder -> features -> contact.php or templatedetails.xml then search for contact section.



To change all contact icons, you can find these icons which defined via template folder -> features -> contact.php 🙂



Simply add it to custom.css file located at joomla/templates/template_name/css/custom.css

Thank you


Helix3 framework does not support this feature, if you enable coming soon feature via template settings, it will effect to whole site and you can not access front-page.
The helix ultimate is coming and I hope it support this feature.


I just replied via another topic.
Thank you


Hi Richie,

Could you please give me screenshot for more detail? Did you add the LIVE SITE URL while installing quickstart package?


” If I update le Quix extension, will my settings disappear?”
No 🙂
“If I add the French language to the administration part of the joomla site, will that be in conflict with the en-GB settings made in Quix, for example?”

Do you mean using the site as multi language site? If yes, instead override the language via code you can choose the solution that using joomla language override for special language 🙂

” In your EDU template, the button “Subscribe” is in English and I’d like to change it into French. Where can I find the configuration file?”

You can use joomla language override with language constant: QX_CF_SEND

Example this https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla you can choose FRENCH language when overriding instead English


Hi Joe,

Try this

#sp-header,
#sp-header .logo {
    height: 120px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    line-height: 120px;
}

Add to custom.css file 🙂