WPIntell

Source evidence

Responsive images

Super Testimonials · support · 2016-05-15T19:48:00+00:00

mixedsentiment
mediumseverity
0.78relevance
12replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mc64 resolved
Hi, would it be possible to add something like “height: 14vw;width: 14vw;” to the sola_t_image sola-t-round-image classes instead of fixed pixels? I am strugling with too small images on big screens and/or overlapping images on small mobile phones. And thank you for this really useful plugin! Michele https://wordpress.org/plugins/sola-testimonials/ Hi Michele. Thank you for your kind words! You could do this by going to ‘Testimonials’ -> ‘Settings’ and adding the following CSS to the ‘Custom CSS’ field: .sola_t_image .sola-t-round-image{ height: 14vw; width: 14vw; } Does this help at all? Thanks for your quick reply! That’s what I tried, it works when I put it in Firebug but th customcss field returns excamation marks and “expected (<length>|<percentage>|auto|inherit) but found ’14vw'” and when I try something like height: 22%;width: auto; it has no effect. Hi there. Sorry about that. Would you mind trying the following: .sola_t_image .sola-t-round-image{ height: 14vh; width: 14vw; } If the above doesn’t help, we might need to disable the JavaScript class used to resize the images. same thing, it shows only the default image size. but perhaps my approach was completely wrong? are the images meant to shrink dependent on the viewport size? Hi there. Would you mind sending me a link to one of the pages on your site with the testimonials on it so that I can look into this for you? The image should resize/scale according to the viewport as they are response (they’ll be smaller on a mobile device than on a desktop) – but I’d like to just try it on your website to see what you are experiencing. sure: pyar.de it’s a work in progress, so be gentle 🙂 Hi there. I see what you mean now. Ideally you’d want less items in a row as the window scales to a smaller width – would you be okay with this? That way enough space will be available between the images and they won’t overlap. That would be perfect, thank you so much! Do I have to change something? Hi there. Please try the following CSS: @media screen and (max-width: 720px) { .sola_t_layout_4_container { width: 30%; } } @media screen and (min-width: 480px) { .sola_t_layout_4_container { width: 46%; } } Does this help? Thanks, it works partially, but the idea was to either resize the pictures according to the screen size or reduce the columns. And since the image size is still a fixed value they don’t change on smaller screens. This does work: `@media screen and (min-width: 720px) { .sola_t_layout_4_container { width: 22%; } } @media screen and (min-width: 480px) and (max-width: 720px) { .sola_t_layout_4_container { width: 30%; } } @media screen and (max-width: 480px) { .sola_t_layout_4_container { width: 100%; } }` Hi there. So glad to hear you’ve got it working now. We’re going to add additional CSS to the plugin for different viewport sizes – sorry about this.

Comments

12 shown
SolaPlugins 2016-05-17T04:03:00+00:00

Hi Michele. Thank you for your kind words! You could do this by going to ‘Testimonials’ -> ‘Settings’ and adding the following CSS to the ‘Custom CSS’ field: .sola_t_image .sola-t-round-image{ height: 14vw; width: 14vw; } Does this help at all?

mc64 2016-05-17T08:57:00+00:00

Thanks for your quick reply! That’s what I tried, it works when I put it in Firebug but th customcss field returns excamation marks and “expected (<length>|<percentage>|auto|inherit) but found ’14vw'” and when I try something like height: 22%;width: auto; it has no effect.

SolaPlugins 2016-05-17T09:10:00+00:00

Hi there. Sorry about that. Would you mind trying the following: .sola_t_image .sola-t-round-image{ height: 14vh; width: 14vw; } If the above doesn’t help, we might need to disable the JavaScript class used to resize the images.

mc64 2016-05-17T09:24:00+00:00

same thing, it shows only the default image size. but perhaps my approach was completely wrong? are the images meant to shrink dependent on the viewport size?

SolaPlugins 2016-05-17T09:27:00+00:00

Hi there. Would you mind sending me a link to one of the pages on your site with the testimonials on it so that I can look into this for you? The image should resize/scale according to the viewport as they are response (they’ll be smaller on a mobile device than on a desktop) – but I’d like to just try it on your website to see what you are experiencing.

mc64 2016-05-17T09:38:00+00:00

sure: pyar.de it’s a work in progress, so be gentle 🙂

SolaPlugins 2016-05-17T13:48:00+00:00

Hi there. I see what you mean now. Ideally you’d want less items in a row as the window scales to a smaller width – would you be okay with this? That way enough space will be available between the images and they won’t overlap.

mc64 2016-05-18T08:36:00+00:00

That would be perfect, thank you so much! Do I have to change something?

SolaPlugins 2016-05-20T12:31:00+00:00

Hi there. Please try the following CSS: @media screen and (max-width: 720px) { .sola_t_layout_4_container { width: 30%; } } @media screen and (min-width: 480px) { .sola_t_layout_4_container { width: 46%; } } Does this help?

mc64 2016-05-20T12:47:00+00:00

Thanks, it works partially, but the idea was to either resize the pictures according to the screen size or reduce the columns. And since the image size is still a fixed value they don’t change on smaller screens.

mc64 2016-05-20T13:14:00+00:00

This does work: `@media screen and (min-width: 720px) { .sola_t_layout_4_container { width: 22%; } } @media screen and (min-width: 480px) and (max-width: 720px) { .sola_t_layout_4_container { width: 30%; } } @media screen and (max-width: 480px) { .sola_t_layout_4_container { width: 100%; } }`

SolaPlugins 2016-05-23T06:26:00+00:00

Hi there. So glad to hear you’ve got it working now. We’re going to add additional CSS to the plugin for different viewport sizes – sorry about this.