Conflict with option tree
-
https://www.ads-software.com/plugins/option-tree/
Not sure if it’s your fault or theirs but seems easier to fix in yours. Both plugins are styling the datepicker. Option tree can be a standalone plugin or (as in my case) integrated into a theme, making it harder to clean up. I was able to easily fix it in your plugin via the following change in pddp.php–
if (!class_exists('OT_Loader')) { wp_enqueue_style( 'pddp-css', PDDP_PLUGIN_URL . 'css/pddp.css' ); }
https://www.ads-software.com/plugins/publish-date-datepicker/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict with option tree’ is closed to new replies.