• Resolved milora

    (@milora)


    Hi, I have a multiproduct store with woocommerce and on each product page I want to insert the reviews but also by changing the product ID in the shortcode string the product reviews with ID 10 are always shown, how should I do to show the right reviews on each product?

    The page I need help with: [log in to see the link]

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

    (@geminilabs)

    1. Please provide an example of how you are using the shortcodes (include all the shortcode option you are using).

    For example, to correctly use the assigned_posts option with the current Post ID, you would do this:

    [site_reviews assigned_posts="post_id"]

    2. Since you are using the Elementor plugin, you can also use the native Site Reviews Elementor widgets instead of the shortcodes.

    3. Since you are using Woocommerce, you may also want to try the free Woocommerce Reviews add-on.

    Thread Starter milora

    (@milora)

    The shortcode I am using is
    [site_reviews assigned_post=”post_1353″ hide=”title, date” pagination=”ajax”]

    I also tried to use the elementor widget but (if I entered the ID in the right place) the problem remains.

    Thread Starter milora

    (@milora)

    I solved, there was a problem with the assignment of the reviews that I corrected, thanks!

    Plugin Author Gemini Labs

    (@geminilabs)

    This is incorrect: assigned_post=”post_1353″

    It’s should be either this:

    assigned_post="post_id"

    Or this:

    assigned_post="1353"

    Thread Starter milora

    (@milora)

    Yes I had solved this thanks, but I also had a problem with the reviews that I fixed, thank you!

    Thread Starter milora

    (@milora)

    I have another question however, when I insert a response to a review it is written “Response from” (as you can see in the screenshot I attached), the sender is missing, how can I get “Response from Admin” displayed?

    https://ibb.co/p1FNKpG

    • This reply was modified 3 years, 8 months ago by milora.
    Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews uses the Website Title saved in your WordPress settings in the Response title. If this is blank, then it will only show “Response from”.

    If you don’t want to use the Website Title, you can also do this:

    Thread Starter milora

    (@milora)

    Perfect, thanks!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Post ID doesn’t work’ is closed to new replies.