• Hi

    I would like to have per-page review if I understand what this is actually.
    I will explain what I am trying to accomplish.
    I have some places that needs review/ratings. These places are entered as posts in WordPress.
    Every post page have their own ID.
    So what I need is to have form for submitting reviews, rating for this post page only, and review description only for this post page.

    So I entered following shortcodes:
    [RICH_REVIEWS_FORM category=”post”]
    [RICH_REVIEWS_SNIPPET id=”12084″]
    [RICH_REVIEWS_SHOW category=”post” num=”all” id=”12084″]

    The problem is that after I submit review, it is showing approved review for this post page but it seems rating is not recorded. It is showing:
    “Overall rating: ☆☆☆☆☆ based on 0 reviews”

    and actually rating is submitted, approved as I can see review is posted.

    What am I doing wrong ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nuanced Media

    (@nuanced-media)

    So there is no need to pass the page ID to the form shortcode. The form will pull the page ID from the loop, so as long as the form is placed on the page you want to collect reviews for, you should be fine. This wouldn’t, however, explain the behavior you’re experiencing. Any chance you could make me a temporary admin account and password and send the creds to [email protected]?

    Let me know,
    Thanks,
    Charlie Maxwell
    [NM_Developer]

    Thread Starter dxer

    (@dxer)

    I am not talking about form shortcode which is:
    [RICH_REVIEWS_FORM category=”post”]
    but maybe you can suggest if there is problem here too

    Talking about this code for showing ratings:
    [RICH_REVIEWS_SNIPPET id=”12084″]
    I tried to remove id thing but it is the same. When I approve rating/review, rating is still saying that there are 0 reviews.

    Can you please suggest how should shortcode look like for the things I need.
    Thanks

    Plugin Contributor Nuanced Media

    (@nuanced-media)

    dxer,

    I apologize, what I meant to say id that there is no need to pass a category of post or page to the form, the page’s id is always associated with submitted reviews regardless of category. Further for the snippet, as with the SHOW shortcode the id parameter only works when category=”page” or category=”post” is passed as well. So the shortcode you are looking for would be:
    [RICH_REVIEWS_SNIPPET category="post" id="12084"]

    Let me know if this still does not work.

    Cheers,
    Charlie Maxwell
    [NM_Developer]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Per-page review overall rating’ is closed to new replies.