Title: hive Strings &#8211; Feedback Widget
Last modified: December 4, 2020

---

# hive Strings – Feedback Widget

 *  [RezaY](https://wordpress.org/support/users/mohammad983/)
 * (@mohammad983)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/hive-strings-feedback-widget/)
 * Hi
    I think when a user presses the button and sen feedback, All strings – feedback
   all widget taxes(except text after sending feedback) have to hide.
 * I want to use this code
 *     ```
       if ($('js-rmp-feedback-button').length == 0||$('rmp-feedback-widget__text').length > 0) {
           $('div.rmp-feedback-widget__text').hide();
       }
       ```
   
 * but it does not work after pressing the button because the page not loaded again.
   so I think we should add it in plugin.

Viewing 1 replies (of 1 total)

 *  Thread Starter [RezaY](https://wordpress.org/support/users/mohammad983/)
 * (@mohammad983)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/hive-strings-feedback-widget/#post-13746771)
 * I wrote it but it does not work
 *     ```
       add_action( 'rmp_after_feedback', 'blazzdev_after_feedback', 10, 2 );
       function blazzdev_after_feedback( $post_id, $feedback ) {
           wp_register_script( 'dummy-handle-header', '' );
           wp_enqueue_script( 'dummy-handle-header' );
           return wp_add_inline_script( 'dummy-handle-header', '$(\'p.rmp-feedback-widget__text\').hide();');
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘hive Strings – Feedback Widget’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [RezaY](https://wordpress.org/support/users/mohammad983/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/hive-strings-feedback-widget/#post-13746771)
 * Status: not resolved