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

    (@richardgabriel)

    Hey Tom!

    A few standard questions:

    1) Can you verify that you definitely have data entered into those fields?
    2) Are you using the Shortcode, or the Widget? Can you let me know how the shortcode or widget are setup?
    3) Can you show me a link to your page? I’m curious to see if the HTML is being output but has no content, or if the HTML isn’t being output at all.

    All the best,
    Richard

    Thread Starter Tom

    (@atomiktd)

    Hi Richard,

    I definitely entered data in these fields because they show up when I use shortcode to display more on one page and they do in widget.
    They do not show up when I click Read more link.

    I’d love to give you all the links but it is my customer site still in development and I do not want to show it for Google. Please send me a message from my website https://www.taichi.poznan.pl/kontakt/ so I send you back links.

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey Tom!

    Ah – that makes sense! If you are displaying the short testimonials and have the Read More link click to the full testimonial, our software falls back to the WordPress template structure (which means it is using your theme’s single.php to render the Testimonial.)

    If you want to customize this view, create a single-testimonial.php and then you can do things like begin displaying the custom fields.

    I believe, by default, single.php is not displaying custom fields in most themes.

    I could see this making sense to display the same HTML block that our plugin displays. You could achieve this by loading the ID of the testimonial, on single-testimonial.php, and then using the function outputSingleTestimonial($atts('id' => $testimonial_id));

    Something like that should work — we don’t have the documentation for customization like that built out very well, at the moment.

    I hope that helps!

    Best,
    Richard

    Thread Starter Tom

    (@atomiktd)

    Thank you Richard, I’ll give it a go ??

    Thread Starter Tom

    (@atomiktd)

    Thank you Richard!
    It works like a charm.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Client Name does not show up’ is closed to new replies.