Title: sonusharma's Replies | WordPress.org

---

# sonusharma

  [  ](https://wordpress.org/support/users/sonusharma/)

 *   [Profile](https://wordpress.org/support/users/sonusharma/)
 *   [Topics Started](https://wordpress.org/support/users/sonusharma/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sonusharma/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sonusharma/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sonusharma/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sonusharma/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sonusharma/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post View Generator] Erro – Active Plugin – Dashboard page white](https://wordpress.org/support/topic/erro-active-plugin-dashboard-page-white/)
 *  [sonusharma](https://wordpress.org/support/users/sonusharma/)
 * (@sonusharma)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/erro-active-plugin-dashboard-page-white/#post-3494222)
 * This is how i fixed the problem.
 * **solution 1: for people who don’t have FTP access to their site.**
    step 1: 
   Download and Extract the plugin(custom-post-view-generator.zip) to your Computer
   step 2: Open `index.php` in text editor inside from the custom-post-view-generator
   folder step 3: go to line 61 and replace `load_scripts();` to `cpvg_load_scripts();`
   step 4: zip the files and upload to plugins on your wordpress site. step 5: install,
   activate and have fun.
 * **solution 2: requires FTP excess to your site**
 * if you installed the plugin from your wordpress dashboard and tried activating.
   follow this.
 * got-to: `/wp-content/plugins/custom-post-view-generator`
 * and open `index.php` in any text editor.
 * search for these lines from line number 60
 *     ```
       function cpvg_load_admin_scripts(){
       	load_scripts(); // <----- this is the problem here on line 61
       	wp_enqueue_script('jquery-ui');
       	wp_enqueue_script('jquery-ui-draggable');
       	wp_enqueue_script('jquery-ui-droppable');
       	wp_enqueue_script('jquery-ui-sortable');
       	wp_enqueue_script('jquery-ui-dialog');
       }
       ```
   
 * on line 61 change `load_scripts();` to`cpvg_load_scripts();`
    save and upload
   the file. comeback to your website refresh and activate.

Viewing 1 replies (of 1 total)