christianmt
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Navigation and pagination do not workHello @usa0711,
We tried to find this bug using the exact Compatibility and Slideshow settings, but we couldn’t replicate this issue.
Have you tried just using the default Compatibility settings:
Ajax Page Loading -> none
Load Event -> document readyHave you tried changing the theme to see if the issue still persists?
Also make sure you install the latest version of the plugin.
Thanks,
ChristianForum: Plugins
In reply to: [Strong Testimonials] strong-testimonialsHi.
You can use this code:
add_shortcode( 'testimonial_pending_count', 'wpmtst_testimonial_pending_count' ); function wpmtst_testimonial_pending_count( $atts ) { $args = array( 'post_type' => 'wpm-testimonial', 'post_status' => 'pending', 'posts_per_page' => -1, ); $testimonials = get_posts( $args ); return count( $testimonials ); }Then place the shorcode on a page with
[testimonial_pending_count]Forum: Plugins
In reply to: [Strong Testimonials] Excerpt are not expandingHello @norequest
We identified this issue and we will include a fix in the next update.
Thank you,
ChristianForum: Plugins
In reply to: [Strong Testimonials] Read More expand doesn’t workHello @270net, @awisechoicecomm.
Using the latest version of the plugin I managed to replicate this issue, so it will be addressed in our next update. Thank you very much for pointing it out to us.
Thank you,
Christian