• Resolved padredenny

    (@padredenny)


    Is there a way to make the height of the testimonials widget automatically adjust depending on the length of text? Widgets below this one can be overridden if the text is too long, and if it’s too short, there’s a lot of white space at the bottom.

    I understand why this might be affected by the idea that testimonials fade in and out. But I’m currently setting the widget not to rotate at all.

    Any help would be appreciated. Thanks.

    http://wordpress.org/extend/plugins/testimonials-widget/

Viewing 12 replies - 1 through 12 (of 12 total)
  • I had the same issue. In testimonials-widget.css, you can change the ‘position’ value to relative from absolute. It works for me. I didn’t test it in IE, though.

    .testimonialswidget_testimonial {
    	position: absolute;
    	top: 0;
    	left: 0;
    	display: none;
    }

    Hope this helps!

    Plugin Contributor Michael Cannon

    (@comprock)

    Pothi,

    Thank you for helping out here. Obviously, I missed this question.

    Padredanny, did the response above help?

    Michael

    No matter what I do, I cannot adjust the height for the testimonials on this plugin. The above answer doesn’t solve the issue. Please address how to correct the height. There’s too much white space after each entry.

    Thanks.

    Plugin Contributor Michael Cannon

    (@comprock)

    kaotik,

    Can you please provide a link to your site with the troublesome testimonials parts?

    Next, what’s your placement desires so that I can make recommendations.

    Michael

    Plugin Contributor Michael Cannon

    (@comprock)

    Do you still need help? If so, with what specifically and where?

    Plugin Contributor Michael Cannon

    (@comprock)

    Can you please try the 2.0.1 release and let me know how it goes?

    Regarding removal of the min-height, I can use some ideas from people on making it happen safely for widgets, posts and pages.

    Hi I am having the same problem, [testimonialswidget_widget], on my main page it is inserted in the post. Problem is so much white space after the shortcode. I just installed today so I have the latest version.

    Plugin Contributor Michael Cannon

    (@comprock)

    If you’re using the shortcode, have you tried the min_height option?

    [testimonialswidget_widget min_height=100]

    Plugin Contributor Michael Cannon

    (@comprock)

    Have you tried the min_height option mentioned above? Did it fix your issue?

    Yes, sorry forgot to try this out, just did now, works perfect!

    Trying to figure out how Pothi’s solution could work but the “display:none” declaration has stumped me. Yeah, I guess not displaying it solves the min-height problem if there’s nothing to display. Either there’s something missing there or I just made a bad joke…

    Plugin Contributor Michael Cannon

    (@comprock)

    @ladymsdiva, the display: none; is there because during rotation, the CSS class .testimonialwidget_active is applied which contains display: block;.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Testimonials Widget] Fixed height of testimonials widget’ is closed to new replies.