• Resolved degrees

    (@degrees)


    I used the shortcode to list the testimonials on a page. it works fine so far. I am just trying to get the Author and Source on different line. But it sems there is a comma “,” that gets inserted after Author which gets pushed to a new line if I use the diplay:block; my code is:

    .testimonialswidget_author{
    font-style:normal;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display:block;
    }

    But when I do this my entry is displayed like this:
    I loved the products, will be ordering more on a regular basis!
    Ann Smith
    ,
    [email protected]

    How do I get this corrected, I tried finding before posting but it was driving me nuts so gave in and asked for help.

    Also, I cannot get the quotation marks to work. We are only supposed to Uncomment the block if we do NOT want quotation marks. So I left it as is because i DO want them, but they do not get displayed.

    Help!

    http://ww.wp.xz.cn/extend/plugins/testimonials-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter degrees

    (@degrees)

    Ignore the part about the quotations, I had uncommented at first, but when I put them back the syntax was wrong. So that part is good now.
    But the problem with the comma after the author in a new line is still a problem. So now I’m just half crazy 🙂

    Plugin Contributor Michael Cannon

    (@comprock)

    For now, comment out line 133 of testimonials-widget.php.

    I’ll look into doing something different such as an option, span tag or language label for the join character later on.

    Plugin Contributor Michael Cannon

    (@comprock)

    All set now, see version 0.2.5

    Plugin Contributor Michael Cannon

    (@comprock)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Testimonials Widget] CSS – Author in different line’ is closed to new replies.