• Resolved mjpg

    (@mjpg)


    I have three testimonials, displaying correctly via the widget.
    However, the company_name does not show after author.

    My output template for widgets is:

    <p class="testimonial-content">{{ testimonial_excerpt }}</p>
    <p class="testimonial-author">{{ author }}, {{ company_name }}</p>

    The widget has display count 1, loop through all.

    Using:
    Wordpress 3.5.1
    TB-Testimonials v1.7 new install (not installed before)

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Travis Ballard

    (@ansimation)

    The only reason it wouldn’t display is if that field were empty when editing the testimonial. If you want to create an admin account for me I will login and check it out for you.

    Thanks,
    Travis

    Plugin Author Travis Ballard

    (@ansimation)

    Alternatively you can use this and it will let you know which ones dont have company names in the widget output.

    {% if company_name %}
    {{ company_name }}
    {% else %}
    No Company Name
    {% endif %}

    Thread Starter mjpg

    (@mjpg)

    Many thanks for your quick reply.

    I’m not getting output from company_name and I tried it via shortcodes and the default shortcode template.

    I sent you a login via your contact form.

    Plugin Author Travis Ballard

    (@ansimation)

    Ok this has been resolved and version 1.7.1 has been released and should fix this issue for anyone else who may be experiencing it.

    Thanks,
    Travis Ballard

    Thread Starter mjpg

    (@mjpg)

    Many thanks for the rapid and great support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Company name not showing in widget’ is closed to new replies.