Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #605285

    Hello! How can I add dot control buttons to testimonials slider instead of narrows?

    #605627

    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

    #605828
    #605876

    Hey!

    Testimonial Slider do not support dot control options at the moment, however you could use a Content Slider instead.

    Best regards,
    Josue

    #605917

    okay, got it, thanks! Can I move the dot control buttons in the content slider at the bottom somehow?

    #605949

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.