Title: Patch &#8211; Holler Box admin scripts
Last modified: June 15, 2020

---

# Patch – Holler Box admin scripts

 *  [livelongandprosper](https://wordpress.org/support/users/livelongandprosper/)
 * (@livelongandprosper)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/patch-holler-box-admin-scripts/)
 * Hi,
 * I’m using the last version of Divi(theme) + Classic Editor(plugin) in a new wordpress
   installation. Everything works fine until I install Holler Box. When I active
   it, the wordpress editor doesn’t works properly.
 * I tried this and in my case, works:
 * wp-content\plugins\holler-box\includes\class-holler-admin.php
    (L136-145)
 *     ```
       public function enqueue_scripts() {
   
           // Date picker: https://gist.github.com/slushman/8fd9e1cc8161c395ec5b
           // Color picker: https://make.wordpress.org/core/2012/11/30/new-color-picker-in-wp-3-5/
   
           if ( get_post_type( get_the_ID() ) == 'hollerbox' ) {
               wp_enqueue_style( 'holler-admin', Holler_Box_URL . 'assets/css/holler-admin.css', array( 'wp-color-picker' ), Holler_Box_VER );
               wp_enqueue_script( 'holler-admin', Holler_Box_URL . 'assets/js/holler-admin.js', array( 'wp-color-picker', 'jquery-ui-datepicker', 'suggest' ), Holler_Box_VER, true );
           }
   
       }
       ```
   
 * Hope it helps! 🙂

The topic ‘Patch – Holler Box admin scripts’ is closed to new replies.

 * ![](https://ps.w.org/holler-box/assets/icon-256x256.png?rev=2753148)
 * [HollerBox — Fast & Effective Popups & Lead-Generation](https://wordpress.org/plugins/holler-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/holler-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/holler-box/)
 * [Active Topics](https://wordpress.org/support/plugin/holler-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/holler-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/holler-box/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [livelongandprosper](https://wordpress.org/support/users/livelongandprosper/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/patch-holler-box-admin-scripts/)
 * Status: not resolved