• Your theme uses TGM-Plugin-Activation, which currently conflicts if other plugins or themes use the same. TGMPA actually prevents that conflict but in your theme this code has been changed so that it cannot do that.

    In line 2114 of /inc/tgm/class-tgm-plugin-activation.php if ( ! function_exists( 'juniper' ) ) { needs to be changed back to if ( ! function_exists( 'tgmpa' ) ) {. This condition should prevent a re-declaration of tgmpa – the enclosed function.

Viewing 1 replies (of 1 total)
  • Little heads-up: better yet – the theme author can download a fresh version of TGMPA using the official Custom TGMPA Generator. If the correct settings are used – i.e. choose “wordpress.org” as the distribution channel -, the TGMPA class will be automatically adjusted correctly for the theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with other plugins/themes because of TGM-Plugin-Activation’ is closed to new replies.