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

    (@cdillon27)

    Thanks for the links and plugin information. Visual Composer is a rather complicated page builder. I will work on it.

    Thread Starter DmitrySh

    (@dmitrysh)

    Chris, thanks for the quick reply. Could you inform the timing resolution of the problem? I have to decide on how to publish reviews.
    Dmitry.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Dmitry, please update to 1.15.12 and let me know how that works.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    And add this to your theme’s functions.php:

    /**
     * Remove HTML comments, except MSIE conditional comments, from Strong Testimonials output.
     */
    function my_strong_html( $content ) {
    	$content = preg_replace('/<!--(?!\s*(?:\[if [^\]]+]|<!|>))(?:(?!-->).)*-->/s', '', $content);
    	return $content;
    }
    add_filter( 'strong_html', 'my_strong_html', 10, 1 );

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Any news?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination not working in some pages’ is closed to new replies.