• Resolved BCKing

    (@bcking)


    I have three items that are not working in the free version.

    1. More link from settings will show when outputting a list of full testimonials. This link shows after each testimonial in the list, when no link should be showing. I did not find a short code to disable the more link. — I have a testimonial single slider in a widget that needs a more link, and I have a list on a page that should not be displaying more links.

    2. Stars output shows 5 dark starts no matter what I have in the rating field. I have put a single number 1-5 and it doesn’t work, nor does it tell me why it isn’t working.

    3. Excerpts should automatically hyperlink to full reviews. It doesn’t seem to be an option.

    Thank you.
    Installed version 1.20.7

    https://wordpress.org/plugins/easy-testimonials/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey BCKing –

    1. As a temporary workaround, using CSS you can display: none; the View More link in your list of Testimonials. This is not ideal, I imagine, but will visually correct the issue for now.

    2. The Stars, and their colors, are styled via CSS in our themes that support them. Unfortunately, the Free themes were built before Stars were added to the plugin, and as a result they currently don’t have any styling applied to them. This can be corrected via CSS, by applying a different color to the “empty” stars.

    3. They do – are you displaying excerpts? This is a feature that is confirmed working, but if you’ve found a scenario in which it doesn’t then I’d like to know more. To enable using the excerpt, pass the attribute use_excerpt=1 via the shortcode. You can control the excerpt via the standard options in the WordPress editor.

    Thanks for pointing these items out! Please let me know of any followup questions you have.

    All the best,
    Richard

    Thread Starter BCKing

    (@bcking)

    Thanks for the tips.

    1. Adding this CSS kills the link in both the footer and in the page listing the testimonials.
    a.easy_testimonials_read_more_link{
    display: none;
    }
    This isn’t correct but I guess I can do a manual link to the more testimonials page in the page footer widget.

    2. I switched to text instead of pictures for stars.

    3. I have the theme dazzling from theme downloads in wordpress, In the footer I have a text widget with
    [testimonials_cycle random=”true” count=’5′ show_title=’1′ theme=’default_style’ use_excerpt=’1′ transition=’fade’ timer=’5000′ container=’1′]

    This is not giving me a clickable link to see the full testimonial. I have some with and some without excerpts.

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey BCKing!

    1) The View More link is a global option that, if set, will always display (there is no individual override.) So, hiding with CSS is the correct answer, for now, for your needs.

    2) 10-4

    3) If you have a Read More link set inside your Testimonial (using the built-in WordPress Read More functionality) then the links you are looking for will show. By default, WordPress only auto-excerpts things over a certain length.

    I hope that clears things up!

    Best,
    Richard

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More link, stars output, excerpts’ is closed to new replies.