“What about the button “send message”? I’d like to translate the words into French.”
You can use joomla language override with language constant: QX_CF_SEND
“I haven’t tested sending a message yet, and I’m wondering which mailbox will receive the email?”
You need to config the admin email via contact form element first: https://imgur.com/a/eg6DP This email will receive the content of contact form.
To translate text, just open language folder -> en-GB -> en-GB.contact-form.ini
Hi J,
Which php version are you using ?
Quix Server requirements: https://www.themexpert.com/docs/quix/getting-started/requirements
Dear Michael,
I didn’t face the same issue with quinto quickstart. Which quix version you are using? 1.8 or 1.7.x?
Redownload the newest quinto from your customer area https://warptheme.com/account/ , reinstall the template and let me know the result.
If possible please put your site live so I can check it directly.
NOTE: If you are using Quinto template version 1.3, go to template folder -> delete quix folder then reinstall the template. Quix 1.8.x came with new style layout so if you are using old Quinto template please update it.
Hi Tobias,
Could you pls give me your site and administrator account to check?
Please follow this tutorial https://warptheme.com/forums/topic/send-private-reply-supporter/ to send private reply
Hi Awal,
Just take a look template folder -> quix -> elements -> contact-form
Here you can find xml and php file for text translate.https://www.themexpert.com/docs/quix/developers/elements-overriding-extending
We just moved the support from ticket to forum system recently.
Last time, we faced the issue with sending email notification email with ticket system so if you have any question please post via our support forum.
Ticket system will be shutdown soon
“That page disagrees with your home page which claims your support is 24/7.”
The response time is a little bit slower via weekend, however, you can see that we always response to customer as soon as possible.
NOTE: I replied your tickets so please check it.
Hi there,
I just checked your site but didn’t face the issue with quix layout. Screenshot https://imgur.com/a/A3rdm
Could you pls give me more detail or screenshot about this issue?
We issued a refund for you.
Thanks
Try the css code below to remove box-shadow for buttons
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
box-shadow: none !important;
}
I understand now.
You can set the timing for slider by following http://www.unitecms.net/joomla-extensions/unite-revolution-slider-responsive/documentation/slide-general-settings (take a look Transition Duration section)
Or http://www.unitecms.net/joomla-extensions/unite-revolution-slider-responsive/documentation/layer-sorting-timing for layer transition
Dear Jean,
You can see full flaticon icon font at http://demo.warptheme.com/joomla/wt_garden/templates/wt_garden_pro/css/flaticon.css
Thank you
Hi Jean,
I see your site but not fully understand your question.
There’s DOT navigation below the slider and I can navigate to different slide items by clicking these DOT.
Are you talking about these dot navigation or .. ? Do you want to enable the navigation(arrow left and right), example < and > for the slider?
Try this
#sp-navigation,
#sp-footer {
background: red !important;
}
You should learn basic css code to custom the page by yourself.

