Home Forums Theme support Skyline Theme – Testmonials Slider Questions

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 10 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hello,

    I have a couple of questions related to using a slider for testimonials…

    1. If not including a picture, is there a way to get rid of the placeholder space for the picture so that testimonal text is left justified?

    2. Assuming there is a way to fix item 1 above… Is there a way to center the testimonial text on the page if desired?

    3. Is there a way to use a fade out or fade in transition for testimonials rather than the traditional slider? Fade out or fade in transitions offers a way to be a bit less distracting than a slider, but still provides a way to cycle through testimonials.

    Thanks!
    Denise

    Hi Denise,

    1. You can solve this with just some lines of css code. Please insert this in Wp admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .testimonial_content {
     padding-left:0;
    }
    .testimonial_entry_img + .testimonial_content {
     padding-left:120px;
    }

    2. Yes, you can add this code to the same textarea:

    .testimonial_content {
     text-align:center;
    }

    3. No, I’m sorry, at the moment there is only the traditional slider for the testimonials…

    Hi,

    Thank you for the coding information regarding the testimonial slider. I actually found a testimonial plug-in that uses fade-out and fade-in transition, so I’ll be using that for the time being.

    Thanks,
    Denise

    Hi Denise,

    ok, great, I’m glad you have found a solution. Have a nice day!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.