• Resolved jeff01

    (@jeff01)


    Hi,
    I can not rate anymore on the page to rate because i can’t see anymore the stars.
    I have the plugin installed on 2 websites and it’s the same on both.
    The 2 things i have done on both is upgrade wordpress to 5 and PHP to 7.2.
    And in the admin i can get to the setting page but nothing appear on it, i mean i can see the menu (general, reviews, submission etc.) but if i click on one of it nothing appear.
    Did somebody had the same trouble ??
    Thanks for future help.

    • This topic was modified 5 years, 10 months ago by jeff01.

    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)

    @jeff01

    I can see the submission form on the link you have given:

    Are you saying that you are having problems with the admin pages of Site Reviews?

    If this is the case please send a support email to:

    site-reviews[at]geminilabs[dot]io

    Thread Starter jeff01

    (@jeff01)

    Thanks for answer, i’ve just fixed it, i was going to tell it how here ….
    Actually i had a problem with a code to defer JS in my functions.php and it loks like it causes issue now.
    May be because of wordpress 5.
    Thanks, everything is OK for me now.

    Plugin Author Gemini Labs

    (@geminilabs)

    Ok great!

    I noticed that you also are somehow removing version string from the end of enqueued scripts (i.e..../site-reviews.js?v3.1.3). Be aware that the “?v3.1.3” string at the end of the javascript file also acts as a browser cache-busting tool when a new version of the plugin is released. If this is removed, then it is possible that an older cached version of the plugin javascript will be used in the browser which may break the site for your users (depending on whether the javascript file has been updated or changed).

    Plugin Author Gemini Labs

    (@geminilabs)

    One other thing:

    I noticed that you are using the “no-ajax” class in your form (as shown here: https://pastebin.com/Wr6kEU08). I assume you are doing this in order to redirect the page after a form submission?

    It is no longer recommended to use the “no-ajax” class for this purpose in Site Review v3.

    The recommend way to do this is shown in the plugin Documentation page on the FAQ section: “How do I redirect to a custom URL after a form is submitted?” That way, you will still be able to mark fields as required (in the settings) and make use of the form validation without a page reload.

    • This reply was modified 5 years, 10 months ago by Gemini Labs.
    • This reply was modified 5 years, 10 months ago by Gemini Labs.

    edit: please delete this.

    • This reply was modified 5 years, 10 months ago by vi54. Reason: mistake
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can not see Stars since wordpress 5’ is closed to new replies.