Thread Starter
woas
(@woas74gmailcom)
Thanks for the response. So that is one option, is there any other? Its not so convenient since you still have to go and manually enable plugins on every sub domain right? What if you have hundreds of them?
Thread Starter
woas
(@woas74gmailcom)
Update, I’ve manage to fix the bug in EM.
You just need to add if defined(EM_TAXONOMY_CATEGORY) before is_tax(EM_TAXONOMY_CATEGORY) in events-manager/classes/em-category-taxonomy.php under the parse_query function (line 72) so the actual if statement would be: if( defined(EM_TAXONOMY_CATEGORY) && is_tax(EM_TAXONOMY_CATEGORY) ){
This also should be done in events-manager/classes/em-tag-taxonomy.php (line 72) just need to use EM_TAXONOMY_TAG instead.
Hope this will be fixed in the next version of the plugin.
Cheers,