Title: Error with other echo php do shortcode when calling
Last modified: November 9, 2017

---

# Error with other echo php do shortcode when calling

 *  Resolved [michaelpon12](https://wordpress.org/support/users/michaelpon12/)
 * (@michaelpon12)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/error-with-other-echo-php-do-shortcode-when-calling/)
 * We’re having some error when posting it on the php file with other shortcode 
   declared on the php. the slideshow of the testimonial doesn’t work and only show
   a text format of the 1 post.
 * the navigation doesnt render out on the html if we inspect it

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

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/error-with-other-echo-php-do-shortcode-when-calling/#post-9665426)
 * Are you on the latest version of the plugin?
 * Does your theme call `wp_footer()`?
 * Do the shortcodes work individually? Do they not work only when together?
 * Check for JavaScript errors in the browser developer console.
 * Check for PHP errors by enabling debugging in WordPress.
 *  anonymized-13171256
 * (@anonymized-13171256)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/error-with-other-echo-php-do-shortcode-when-calling/#post-9665480)
 * Try this template function instead of `do_shortcode`.
 * `strong_testimonials_view( $view_id )`
 * For example:
 * `<?php if ( function_exists( 'strong_testimonials_view' ) ) { strong_testimonials_view(
   1 ); } ?>`

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

The topic ‘Error with other echo php do shortcode when calling’ is closed to new
replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: anonymized-13171256
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/error-with-other-echo-php-do-shortcode-when-calling/#post-9665480)
 * Status: resolved