• Resolved kevinmac

    (@kevinmac)


    Im using this great extension however I have an issue. When I submit a review on one page, it reflects on another page with a different product too. It does not show up on all pages but some which I did not want. Here are the short codes that I used for one of the pages:

    [site_reviews schema=”true”]

    [site_reviews_summary assigned_to=”post_id”]

    [site_reviews_form assign_to=”post_id”]

    [site_reviews category=”13,14″]

    Could someone tell me which one might be the problematic one that is causing this? What I want is for the review to ONLY show on the page that it was posted on and not others.

    please advise.

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    1. First of all, you may combine multiple options in the same shortcode. The Shortcodes Help page demonstrates each shortcode option, but these can all be combined.

    2. Second, since you are assigning reviews to the page with your submission form, you need to also tell the [site_reviews] shortcode to only display the assigned reviews.

    Try this:

    [site_reviews_summary assigned_to=post_id]
    
    [site_reviews assigned_to=post_id display=10 pagination=ajax schema=true]
    
    [site_reviews_form assign_to=post_id]
Viewing 1 replies (of 1 total)

The topic ‘Review showing on multiple pages problem’ is closed to new replies.