Title: Transfer button does nothing
Last modified: August 17, 2020

---

# Transfer button does nothing

 *  Resolved [Peter K](https://wordpress.org/support/users/dragy/)
 * (@dragy)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/transfer-button-does-nothing/)
 * Hi
 * I have old plugin GD Star Rating, I downloaded GD Rating System, go to Transfer
   data, select GD Star Rating, check Import Enable, but when I click on Transfer
   button nothing happens. Do I need set something ahead of the transfer?
 * thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Randomsky](https://wordpress.org/support/users/randomsky/)
 * (@randomsky)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/transfer-button-does-nothing/#post-13273306)
 * [@dragy](https://wordpress.org/support/users/dragy/) quick decision for you (
   if you know what is JS and how it works) and under your responisbility only:
   
   1. Go to transfer page 2. Open Developers tools 3. Open Console 4. Insert this
   code to console: `$('body').append("<script type='text/javascript' src='{PATH-
   TO-PLUGIN-FOLDER}/gd-rating-system/js/admin/transfer.min.js?ver=3.1.3.898'></
   script>")` Where {PATH-TO-PLUGIN-FOLDER} is path on your website to folder with
   gd-rating-system 5. Press Enter -> this script will be loaded and then… 6. You
   can press button Transfer and transfer begins.
 * It works for me.
 *  Thread Starter [Peter K](https://wordpress.org/support/users/dragy/)
 * (@dragy)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/transfer-button-does-nothing/#post-13274477)
 * [@randomsky](https://wordpress.org/support/users/randomsky/) sorry, it’s not 
   working 🙁
 *     ```
       VM5773:1 Uncaught TypeError: $ is not a function
           at <anonymous>:1:1
       ```
   
 * but this is working for me
 *     ```
       s = document.createElement('script'); 
       s.src = 'file://path/to/script.js'; 
       document.body.appendChild(s);
       ```
   
    -  This reply was modified 5 years, 9 months ago by [Peter K](https://wordpress.org/support/users/dragy/).
 *  Plugin Author [Milan Petrovic](https://wordpress.org/support/users/gdragon/)
 * (@gdragon)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/transfer-button-does-nothing/#post-13279216)
 * This is fixed in 3.2 version.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Transfer button does nothing’ is closed to new replies.

 * ![](https://ps.w.org/gd-rating-system/assets/icon.svg?rev=2889273)
 * [GD Rating System](https://wordpress.org/plugins/gd-rating-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gd-rating-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gd-rating-system/)
 * [Active Topics](https://wordpress.org/support/plugin/gd-rating-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gd-rating-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gd-rating-system/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Milan Petrovic](https://wordpress.org/support/users/gdragon/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/transfer-button-does-nothing/#post-13279216)
 * Status: resolved