The problem is that your image is in the testimonial content. Either put the image into featured image block or turn off the quotes via General Options, “Hide built-in quotes?”.
Thread Starter
wotnow
(@wotnow)
Hi thanks so much for your quick response, very appreciated! I have set the image as a featured image within the actual testimonial but the image is set to the left and firebug is not helping me get the css for it so that I can centre it. sigh!
Your blockquote has padding right of 63px. So if you give the image class the same, it’ll probably be close to what you want.
Thread Starter
wotnow
(@wotnow)
Ummm sorry but I cant find the css selector using firebug for the image in the testimonial widget, so would you mind spelling it out for me, thanks π
To shift the image right try
.testimonials-widget-testimonial span.image { padding-left: 63px; }
Alternately, you can shift the image right partly like above, but then shift the blockquote left to give more overall width like so.
.testimonials-widget-testimonial blockquote { padding-left: 40px; }
I purchased the full version yesterday thinking it would FIX the issue of the Quotation mark appearing before the image.
I’ve gone in and played around with the settings but I’m not tech savvy so I was kind of hoping this would be an install and go plugin. I’m learning it might not be. Can someone offer some help here.
Check out my site’s sidebar and you’ll see the problem.
http://www.natural-progesterone-advisory-network.com/
Thanks for whatever help I can get here
~Cath
Please note that these forums do not support commercial products. Only the free plugins downloaded from http://wordpress.org/plugins/. Please contact the plugin’s vendor directly with any comments, or questions, about commercial products.
@esmi, in this case, it’s a theme issue than plugin.
@npan, add to your CSS the following, .testimonials-widget-testimonial blockquote { background: none; }
Thread Starter
wotnow
(@wotnow)
Thanks so much .. Your a legend! π
@wotnow, I hope that doesn’t mean I’m going to be fading away into history anytime soon.
Thread Starter
wotnow
(@wotnow)
Nah your a live and happening one! π
Seeing as I have your attention again, can you tell me how to get rid of the spacing at the bottom of the testimonial. I can live with it but I would rather it wasnt there, please see screenshot.
http://i605.photobucket.com/albums/tt133/WhatNowThe2nd/Forums/bottom-spacing_zps13da56bc.jpg
Ugly, but worksβ¦
#sidebar #widget-box-id { text-align: center; }
#sidebar .testimonials-widget-testimonial { margin-bottom: 0; }
Why ugly? The theme CSS markers aren’t well written. ID instead of classes are used. Plus IDs seem to be repeated.
Would you please donate towards the help?
Thread Starter
wotnow
(@wotnow)
Donation Done! Thanks so much. Dont blame me I didnt write the theme lol π Widget looks perfect now!
Hello,
Im having issue with my quotation mark in front of the text. I’ve tried everything and now almost giving up. It’s floating on it’s own and not aligning with the first text line.
I was editing in the text mode ading position: absolute, trying with padding and margins, but nothing worked π
Please see:
http://www.propertypeaks.co.uk/testimonials/?preview=true&preview_id=467&preview_nonce=97c46f5e3b
Here is the code from text mode:
<blockquote>Β <span style="color: #00ccff; font-size: 60px; margin-left: auto; ">"</span> We are very happy to be dealing
@gite_kaus, if you want help, please create a new posting.