themovation / th-widget-pack

Theme Widget Pack
19 stars 6 forks source link

Testimonials widget - Markup ready #50

Closed teaganm closed 8 years ago

teaganm commented 8 years ago

The example shows the widget setup with 1, 2, and 3 testimonials per row

Can we change it in the widget form so that the slider allows for half stars: 0.5, 1, 1.5, 2, 2.5, etc These are the classes:

We’d also like to add another field into the widget form (after the repeater section) - a select box titled "Testimonials per row"

For each of the 3 options, the class on the 'th-testimonial-single' element changes:

Let me know if you have any questions about any of that.

adiraoco commented 8 years ago

I have made changes to the testimonial form and template with 5962da673b1fd966a66ca12f13e3374760ce3f55.

One issue is the rating field. The rating field does not have option for floating values. Also, it does not have an option to control step size between options. I have changed this field to a select field. Thoughts?

Also let me know if there are any issues with the template. I have left your code below mine. If everything is ok, we can remove it. Thanks.

teaganm commented 8 years ago

Okay sure that works just fine as a select field. I think everything looks good. One thing I forgot to mention is that we want to use an existing image size here: "themo_testimonials"

adiraoco commented 8 years ago

Done in 6c4988948e1b1e92ff851017643f20a4f82b0d90

teaganm commented 8 years ago

Looks great, thanks!