Hi Julien,
You can send a testimonial to us via email info@warptheme.com if you want :), we will add it to testimonial section.
Have a nice day
You can use Joomla language override feature with language constant READ_MORE
Like this https://imgur.com/a/Avzuo
We just updated today, simply redownload via customer area.
You’re welcome bro.
Dear Julien,
This issue is fixed recently, please go to template folder -> quix -> elements -> person -> view.php then replace whole code with
<?php
$classes = classNames( "qx-element qx-element-{$type} {$field['class']}", $visibilityClasses, [
'qx-text-left' => $field['alignment'] === 'left',
'qx-text-center' => $field['alignment'] === 'center',
'qx-text-right' => $field['alignment'] === 'right',
"wow {$field['animation']}" => $field['animation'],
"qx-hvr-{$field['hover_animation']}" => $field['hover_animation']
]);
// Animation delay
$animation_delay = '';
if( $field['animation'] AND array_key_exists('animation_delay', $field) ){
$animation_delay = 'data-wow-delay="'. $field['animation_delay'] .'s"';
}
?>
<div id="<?php echo $id;?>" class="experts_section <?php echo $classes?>" <?php echo $animation_delay; ?>>
<div class="single_carousel">
<?php if($field['image']):?>
<img class="qx-img-responsive <?php echo $field['image_style']?>" src="<?php echo $field['image']?>" alt="<?php echo $field['name']?>">
<?php endif;?>
<div class="expert_hover text-center">
<h6 class="name fw_700 color_ff"><?php echo $field['name']?></h6>
<?php if($field['position']):?>
<span class="degignation"><?php echo $field['position']?></span>
<?php endif;?>
<?php if($field['description']):?>
<p class="color_ff ptb_20"><?php echo $field['description']?></p>
<?php endif;?>
</div>
<div class="social-links">
<?php foreach($field['social'] as $link):?>
<a class="qx-icon" href="<?php echo $link?>" target="_blank" rel="noopener noreferrer"></a>
<?php endforeach;?>
</div>
</div>
</div>
<!-- qx-element-person -->
Now open person element, switch to code mode by clicking < > button
add the code like so
<a href="#" title="See Full Bio" class="bio color_ff text-capitalize">Full Bio <i class="fa fa-long-arrow-right"></i></a>
NOTE: Beauty updated recently with both quickstart and template, you can reinstall the template to solve the issue 🙂
You’re welcome
Could you please give me a screenshot for more detail? Which content you wish to change?
You’re welcome
“already opened a ticket, but still had not any respond ;”
First: Please read our support POLICY https://warptheme.com/support-policy/
Latest Amara is 1.2.1 https://warptheme.com/joomla-templates/amara-free-responsive-one-page-joomla-template/
For quix update: please give us the site and administrator account, we will help you update the quix. If you need to update inside Joomla back-end, you need to purchase Quix license from themexpert team.
Follow this topic to send private reply for administrator account https://warptheme.com/forums/topic/send-private-reply-supporter/
Note: Before updating Quix, please go to template folder -> delete quix folder then reinstall latest amara 1.2.1 template. You are using old quix version, latest 1.9.0 came with huge change.
You can custom coming soon content via template settings, take a look this documentation
Thank you
List flaticon font located at template/css/flaticon.css
Or see full list icon direct here
Problem image validation solved, we will update our quickstart soon to fix the issue.
“also, not sure why we didn’t receive the email after the submission.”
You need to config the email in order to receive the form content.
Go to chronoform page -> Request form -> tab Setup -> submit tab -> email -> Recipients list => add your email here
Take a look https://imgur.com/a/idiSW
“Using the WordPress editor only appears Html code”
Just go to profile and uncheck option disable visual editor when writing like so https://imgur.com/a/9qjD5
“and using Elementor it is not possible to modify the content ”
Elementor is WordPress Page builder and you can use for page/post editing only, if you wish to design a page/post by using elementor, make sure the page template assign to W7 Custom Page like this https://imgur.com/a/CWSJM
Hi Fred,
Could you please give me the site and screenshot about this issue so I can check?
Thank you

