• I don’t understand how to fix this.

    jQuery(document).ready(function() { jQuery(document).on(“click”, “.likebtn_review_notice .notice-dismiss, .likebtn_review_notice .likebtn_dismiss_review”, function(e) { e.preventDefault(); jQuery(“.likebtn_review_notice”).remove(); jQuery.ajax({ url: ajaxurl, method: “POST”, data: { action: “likebtn_dismiss_review”, likebtn_review: “1” } }); }); });

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Hello!

    Please describe your problem in detail and send it to us using the “Contact Us” form on our site. Screenshots will be most helpful.

    Thread Starter adrcostel

    (@adrcostel)

    This appears as a notification on out admin control panel.

    Like Button Rating: Congrats! Your website crossed the 200 votes – that’s awesome! If you like the plugin you can submit a review here.

    Give 5 stars | Dismiss this notice
    jQuery(document).ready(function() { jQuery(document).on(“click”, “.likebtn_review_notice .notice-dismiss, .likebtn_review_notice .likebtn_dismiss_review”, function(e) { e.preventDefault(); jQuery(“.likebtn_review_notice”).remove(); jQuery.ajax({ url: ajaxurl, method: “POST”, data: { action: “likebtn_dismiss_review”, likebtn_review: “1” } }); }); });

    Picture with the problem:
    Screenshot

    • This reply was modified 2 years, 11 months ago by adrcostel.
    Thread Starter adrcostel

    (@adrcostel)

    Even if I close the notification or press dismiss, it comes back up again.

    Wordpress + Woocommerce + WPRocket

    • This reply was modified 2 years, 11 months ago by adrcostel.
    Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Hello!

    Please open the ticket using “Contact Us”. We may need to log in to your site (if it’s possible) to check this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Javascript error ??’ is closed to new replies.