Hello! How can I add dot control buttons to testimonials slider instead of narrows?
Hi markander33,
I’m not sure if that would be possible without major customisations but send us a link to your site and we’ll have a look.
Regards,
Rikard
Thanks! here is the link: http://bitnami-wordpress-9701.cloudapp.net/
Hey!
Testimonial Slider do not support dot control options at the moment, however you could use a Content Slider instead.
Best regards,
Josue
okay, got it, thanks! Can I move the dot control buttons in the content slider at the bottom somehow?
Open /enfold/config-templatebuilder/avia-shortcodes/contentslider.php and look for:
if($slide_count > $columns && $type == 'slider' && $navigation != 'no')
{
if($navigation == 'dots') $output .= $this->slide_navigation_dots();
if($navigation == 'arrows') $output .= $this->slide_navigation_arrows();
}
Move it a few lines below (place it between these):
$output .= "</div>";
$output .= "</div>";
Best regards,
Josue