Viewing 4 replies - 1 through 4 (of 4 total)
  • apollog

    (@apollog)

    I have the same issue. Reviews show on one page, but not another. Pagination isn’t working either. Man, this plugin has so much potential, but it is buggy as all get-out.

    maxsdad

    (@maxsdad)

    Same issue for me. If I tick the enable box on my homepage then it lists the reviews perfectly, but if I try and do the same on other pages it just shows the SUBMIT button and new reviews. My site is https://www.chrysalisphotography.com

    Thanks

    THis is exactly the problem i’m having too, did you find a solution ?

    I have found an acceptable solution :

    Locate wp-customer-reviews.php

    edit it with a text editor, find the lines

    <blockquote class="description"><p>' .  $review->review_text . '</p></blockquote>

    you should find them in 2 places ( one for product review and one for busines review )
    remove class=”description”
    also there is a little bug fix to do :

    <blockquote><p>' . stripslashes($review->review_text) . '</p></blockquote>

    you need to add stripslaches else you’ll see \’ when people post comments with quotes.

    tadaaa now comments show on inner pages too !!

    so it appeared that it has something to do with the css file that has blockquote.description ( i’m no expert in jquery and css so i gave up and just got rid of the style which is good enough for my project )

    Enjoy the fix !
    Patrice
    https://www.audiobank.fm your source of royalty free music ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Customer Reviews] Customer comments not showing up’ is closed to new replies.