• Resolved andreabeadle

    (@andreabeadle)


    HI, I’m using the testimonials widget on a site that I’m working on to display staff profiles. When I show just one testimonial in a widget using the shortcode the image displays.

    However, I would like to have a widget with rotating “testimonials”. I have set this up by dragging the widget across to a sidebar and the images are not showing.

    On this page I have the shortcode widget at the top and the rotating widget at the bottom.

    https://andreatestsite2.info

    How can I get the images to show? I’m sure they were showing a few edits ago but now I can’t get them to work. I’m using thesis.

    Many thanks

    https://www.ads-software.com/extend/plugins/testimonials-widget/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Andrea,

    I’ll look into removing the testimonial slug of the URL. Changing it to something else has to be done in the plugin than on the fly. So I don’t see that as possible option.

    However, adding a premium option for alternate destinations of the “Read more” links is a nice idea. I’ve added that to the TODOs.

    台灣的再見!

    Michael

    PS That’s “bye from Taiwan”

    Thread Starter andreabeadle

    (@andreabeadle)

    Hi there, I resolved this thread a while ago but the issues that I fixed have all re-appeared!

    Firstly I am using some code to prevent the quotes from showing and they are back.

    /* Specify no quotes on testimonial widget */
    .testimonialswidget_testimonial q {
    quotes: none;
    }

    Also, where I had managed to get the boxes to stay the same size, the text is now bleeding out of the box and over the top of the one below it. I still have the settings as they were and can’t work out why this is happening again.

    This is the other code that I’m using. Can you see anything that is going wrong?

    .testimonialswidget_testimonial {
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
    }

    .widget .testimonialswidget_testimonial .testimonialswidget_image img {
    margin-top: 1em;
    }

    Plugin Contributor Michael Cannon

    (@comprock)

    You’ve not upgraded for a while and missed the notice about quote changes. See FAQ 13.

    For the bleeding, revise your character limit. I’d changed how truncating worked so that it was more accurate.

    Thread Starter andreabeadle

    (@andreabeadle)

    Thank you so much! I must have missed that… All fixed now ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Images not showin’ is closed to new replies.