• Plugin works as is described but I don t like the message that stay there in dashboard, even you click yes or not the message is not leaving the dashboard.

    This is not fair play, 3 stars only, sorry !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agentieseo

    (@agentieseo)

    I just deleted this lines from plugin main file

    $review_notice_bar_status_date = get_option( “pwaforwp_review_notice_bar_close_date”);
    $review_notice_bar_never = get_option( “pwaforwp_review_never”);

    if(in_array($current_date,$list_of_date) && $review_notice_bar_status_date !=$current_date && $review_notice_bar_never !=’never’){
    echo ‘<div class=”updated notice is-dismissible message notice notice-alt pwaforwp-feedback-notice”>
    <p><span class=”dashicons dashicons-thumbs-up”></span>
    ‘.esc_html__(‘You have been using the PWA For WP plugin for some time now, do you like it?, If so,’, ‘pwa-for-wp’).’

    ‘.esc_html__(‘please write us a review’, ‘pwa-for-wp’).’

    <button style=”margin-left:10px;” class=”button button-primary pwaforwp-feedback-notice-remindme”>’.esc_html__(‘Remind Me Later’, ‘pwa-for-wp’).'</button>
    <button style=”margin-left:10px;” class=”button button-primary pwaforwp-feedback-notice-close”>’.esc_html__(‘No Thanks’, ‘pwa-for-wp’).'</button>’
    .'</p> ‘
    .'</div>’;
    }

    Plugin Author Magazine3

    (@magazine3)

    we are really sorry to happen this.
    We have already resolved this issue in version 1.7.11

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SI NO SI NO’ is closed to new replies.