MichaelR9215
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Plugin Conflict breaking Layouts Cell Module editor modal
Started by: MichaelR9215
in: Toolset Professional Support
Problem: Solution: /*===== Fix Colorbox Issue in Layouts =====*/ function load_custom_wp_admin_style($hook) { if($hook == 'toolset_page_dd_layouts_edit') { wp_dequeue_style( 'colorbox', plugins_url( 'includes/admin/ui/colorbox/colorbox.css', __FILE__ ) ); wp_dequeue_style( 'mp-admin', plugins_url( 'includes/admin/ui/css/admin.css', __FILE__ ) ); } } add_action( 'init', 'wp_defined_new_scripts'); function wp_defined_new_scripts() { add_action( 'admin_enqueue_scripts', 'load_custom_wp_admin_style' ); } |
1 | 2 | 7 years, 3 months ago | ||
Horizontal scroll bar showing up due to the way the containers are being nested
Started by: MichaelR9215 in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Sorting a column in parametric search/filter not ordering properly when numbers
Started by: MichaelR9215 in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Plugin conflict, Layouts editing modal window not functioning – back end error
Started by: MichaelR9215 in: Toolset Professional Support |
2 | 2 | 7 years, 3 months ago | ||
How to fire Custom JS Code after an AJAX pagination or Custom Search action happens in Views
Started by: MichaelR9215
in: Types Community Support
Problem: Solution: In your JS Editor of the Custom Search section in the View edit screen, you have a Button named "Front End events". Use this button to wrap your custom JS Function in the exact callback where you want it to fire again This will delegate the Custom JS wrapped with our Hook to the next step, after AJAX of Views fired. |
2 | 6 | 7 years, 12 months ago |