Brian

Forum Replies Created



Firefox and Chrome working fine. Which IE version are you using?



What’s problem? Are you talking about receive email when submit via front-end ??

Next time please ask english question, you can use google translate to translate to ENGLISH


Could you pls make a screenshot compare with chrome and firefox ??


“but i could not download the font since the download link is blocked in China.”
If your country blocked google site that means you can not use the google font library.

“How can i use the font of “Noto Sans CJK SC” for vHost in China? what is the best solution for it?
is it possible to use the downloaded local font for vhost?”
Please take a look https://www.joomshaper.com/documentation/helix-framework/helix3#typography-settings then implement the local font by yourself.


You’re welcome


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

Hi Agustin,

“1) Menu bar is not visible in mobile phones, how can I fix it?”
Could you pls share you site so I can check?
“2) Slider title is too big when is shown on mobile phones, how can I make it smaller?”
You can set the font size using media queries like so

@media only screen and (max-width: 599px) {
//code here
}

“3) There is another plugin or module to make bigger the mail box? ( the box where you can write an e-mail)”
You can find more here https://extensions.joomla.org/category/contacts-and-feedback/email/
“4) Can I make the social icons bigger?”
Add css code below into custom.css file
.top-bar .social ul li a {font-size: 20px;}
“5) Do you have some plugin like E-shop or Virtuemart? Compatible with the template?”
Our template working fine with VM or J2store without problem. Just not support “extended style”


You’re welcome


I see, Just go to administrator area -> QUIX -> click CLEAR CACHES button.

You need to clear quix caches after install quickstart package. We already added this step via documentation 🙂




“I just sent you an email for the testimonial.”
Thank you 😉

You can use language override to translate by following the language constant below

QX_CF_YOUR_NAME_HINT="Your name"
QX_CF_YOUR_EMAIL_HINT="Your email"
QX_CF_YOUR_SUBJECT_HINT="Email Subject"
QX_CF_YOUR_MESSAGE_HINT="Write your message"

@Mendel,

Its okay, I will upload the packages to our server then give u the link to download.

Thanks