Conflict with CiviCRM
-
Hi Dan,
There is a conflict between Sprout Invoices and CiviCRM (https://www.civicrm.org). The conflict prevents drop-down menu options from appearing in the CiviCRM components when working in CiviCRM Administrator dashboard. To fix this, we have made the following modification to Sprout Invoices code:
/public_html/wp-content/plugins/sprout-invoices/load.php
Line 288:before :
sprout_invoices_load();after :
if(is_admin() && $_REQUEST[‘page’] == ‘CiviCRM’){}else{
sprout_invoices_load();
}Would you mind including this in core code?
If you need to evaluate this on our installation, email me.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Conflict with CiviCRM’ is closed to new replies.