• Resolved jinnylee

    (@jinnylee)


    I use ‘Site-Reviews’ plugin and “image reviews” add-on for my page created with Elementor.
    It seems there is crash between the recent updated Elementor’s version and the ‘Site-Reviews’ plugin. Can you give me a solution?

    Thank you in advance.

    • This topic was modified 3 years, 2 months ago by jinnylee.
    • This topic was modified 3 years, 2 months ago by jinnylee.

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

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

    (@geminilabs)

    Can you explain your problem in more detail please, what do you mean by “crash”?

    I can see that you are loading the form in a popup. If this problem only happens when the form is loaded in the popup, it is happening because Site Reviews initialises itself on the DOMContentLoaded event, and your popup is opened manually after that event.

    To fix this, you will need to manually trigger the following javascript line on your popup open event:

    GLSR.Event.trigger('site-reviews/init') // initialise Site Reviews
    

    See also: https://github.com/pryley/site-reviews/blob/master/EVENTS.md

    Plugin Author Gemini Labs

    (@geminilabs)

    I read your post again and see that you are using Elementor Pro for your popup. In this case, no additional javascript should be necessary.

    Can you explain what exactly is not working?

    1. Does the form display correctly?

    2. Does the form validation work when you try to submit an empty review (in other words, do you see the validation error messages)?

    3. Are you able to click a star to select the rating of the review?

    4. Does the form submit the review, or does the button spin forever?

    5. If the form does not submit, does it display any errors?

    6. Have you read the “Common Problems and Solutions” section on the help page?

    7. Are there any entries in the Console log on the Site Reviews Tools page?

    8. Are you able to provide any screenshots of the problem?

    effectivement j’ai le même soucis, les Etoiles s’affichent mais les avis non!
    par exemple :

    seules les étoiles sont affichées, l’avis n’est pas affiché

    Plugin Author Gemini Labs

    (@geminilabs)

    @chezlibellule are you using the [site_reviews] shortcode to display the reviews?

    [site_reviews] This displays your reviews.

    [site_reviews_summary] This displays the summary of your review ratings.

    [site_reviews_form] This displays the review submission form.

    Plugin Author Gemini Labs

    (@geminilabs)

    If the issue was with the star rating not working in the Elementor popups, this has been fixed in one of the last updates.

    As there has been no reply from you in over a week, I will mark this issue resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Entire features of posting reviews are not working.’ is closed to new replies.