Title: Fixing some errors from Gridable
Last modified: July 26, 2018

---

# Fixing some errors from Gridable

 *  [Ruben Garcia](https://wordpress.org/support/users/rubengc/)
 * (@rubengc)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/fixing-some-errors-from-gridable/)
 * Hi there
 * I just found some fixeables error of Gridable that I hope you can fix
 * 1 – Gridable at frontend miss the javascript var gridable_params
 * I checked it and is loaded just on backend, changing the hook:
    `add_action( '
   admin_head', array( $plugin_admin, 'my_add_styles_admin' ) );` To: `add_action('
   wp_head', array( $plugin_admin, 'my_add_styles_admin' ) );` And removing the 
   check `is_admin()` fixes the issue
 * Also, is required to print the footer templates, so replacing the hook:
    `add_action('
   admin_footer', array( $plugin_admin, 'wp_print_grider_tinymce_templates' ) );`
   To: `add_action( 'wp_footer', array( $plugin_admin, 'wp_print_grider_tinymce_templates'));`
   Fixes it too
 * 2 – Gridable scripts requires (and I don’t know why) the wp-color-picker on their
   js and css assets, removing this requirements will enqueue correctly the plugin
   assets and everything will work as expected
 * Is posible to get those fixes on Gridable?
 * Best regards

The topic ‘Fixing some errors from Gridable’ is closed to new replies.

 * ![](https://ps.w.org/gridable/assets/icon.svg?rev=1499139)
 * [Gridable](https://wordpress.org/plugins/gridable/)
 * [Support Threads](https://wordpress.org/support/plugin/gridable/)
 * [Active Topics](https://wordpress.org/support/plugin/gridable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gridable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gridable/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ruben Garcia](https://wordpress.org/support/users/rubengc/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/fixing-some-errors-from-gridable/)
 * Status: not resolved