robinwillems
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Newsletters] Unable to insert mediaYess, same problem here. Will disable Jetpack for the time being.
I hope the updates comes soon!Yes, 4.6.5 is working correctly. Thanks @courane01
Forum: Plugins
In reply to: [The Events Calendar] Conflict with ACF (Advanced Custom Fields)Thanks @61pixels For this solution… It’s also working for a similar problem i was having with “The Events Calendar” in combination with “Tribulant Newsletter”.
Thanks @southernb for pointing me to the solution. This did the trick!!
Add to functions.php:
function deregister_tribe_select2() { $current_screen = get_current_screen(); if( $current_screen->id !== "tribe_events" && $current_screen->id !== "tribe_venue" && $current_screen->id !== "tribe_organizer") { wp_deregister_script('tribe-select2'); } } add_action('admin_enqueue_scripts', 'deregister_tribe_select2');Forum: Plugins
In reply to: [The Events Calendar] Version 4.6.4 conflict with LearnDash ProPanel plugin4.6.4 seems to be breaking more stuff (causing conflicts)… i’m having same kind of problems (only different plugin [Tribulant Newsletter]). Older versions are working (tried 4.6.3 and 4.6.2).
I hope the developers will fix this soon (or revert back).
Viewing 5 replies - 1 through 5 (of 5 total)