• Resolved michaelpon12

    (@michaelpon12)


    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)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    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.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    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.