Add image to testimonial

Hi I want to use the testimonial element but would like to add the person’s picture, is this possible?

Hey @LucyKeile,

You can use an Image for the Testimonial element. For more details, please see the Graphic Settings details here: https://theme.co/docs/testimonial

Hope that helps.

thanks- that worked. Could I make each testimonial slide from one to another or must be static on page?

Hey @LucyKeile,

It’s static. What you can do for this case is put the Testimonial in each Global Block. You can then add the Global Block shortcode in a Classic Slider element.

Hope that helps.

ok I just did that - I created a Global block using a testimonial - then I try to apply that inside the classic slider element - but it doesn’t display correct. It is very big.

do I need to create a single global block for each different testimonial? See the screenshots I combined attached here.

Hi @LucyKeile,

Yes you will need to add a separate Global Block for each slide of the Testimonial. I did not test the workaround that Christian told, so if it does not show correctly, it might be because of the Javascript code not being able to calculate the height and width of the image correctly as the slider has the content hidden initially.

If it does not work you need to search for another solution outside the default Testimonial element Pro/X.

Thank you.

This working perfectly.
Is the away I can set the height for all testimonial to be the same?

Hello @LucyKeile,

You can set the minimum height in your testimonial element by adding this inline element css:

$el.x-testimonial {
  min-height: 350px;
} 

Hope this helps.

My testimonial is inside of a slider via global blocking - where do I add this code, I tried and it did not work. I would like to test…

Hello @LucyKeile,

Please edit your Global Blocks. Make sure that both of the testimonials in the Global Blocks has the same minimum heights.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.