Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Sagar,

    You need to change in core file of Testimonial Slider Plugin. To achieve same, please follow below procedure,

    1. Find functions.php file in plugin folder => testimonial-slider => css => skins => default => functions.php

    2. Find Line No. 59 and Cut Below code

    <span class="testimonial_by" '.$testimonial_slider_css['testimonial_by'].'>'.$_testimonial_by.'</span>

    3. Replace line no 91 with below code

    $testimonial_quote='<div class="testimonial_quote" '.$testimonial_slider_css['testimonial_quote'].'>'.$slider_excerpt.'<span class="testimonial_by" '.$testimonial_slider_css['testimonial_by'].'>'.$_testimonial_by.'</span>'.$read_more.'</div>';

    4. Save File

    This is for if you are using default skin.
    Let me know if it helps.

    Thank you.

    Best Regards,
    Prashant

    Thread Starter Sagar Gajjar

    (@sagar-gajjar)

    hi prashant,
    thanks for this,
    it works correctly,
    but not the end of the content name show,
    name show above of read more link

    Hello Sagar,

    Kindly Copy below css and paste into Setting => Basic Settings => Miscellaneous => Custom Styles

    .testimonial_by{
    display : block;
    }

    Let me know if it helps.

    Thank you.

    Best Regards,
    Prashant

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to client name show below content left side & above of read more link.’ is closed to new replies.