Necromancers - eSports & Gaming Team WordPress Theme

Download Link:

This is a support topic for Necromancers - eSports & Gaming Team WordPress Theme

The intention of this topic is to give you the opportunity to discuss problems and difficulties with other Festinger Vault customers, e.g. how to address incompatibilities or fix bugs, report malfunctioning features, or get help on how to configure this download.

:warning: You can ask us for update requests here as well! :love_you_gesture:

To request an update of a particular theme or plugin, kindly let us know your preferred version number and we will update it as soon as possible. Although update requests usually do not make much sense because we publish them as soon as they are available and we have the time to upload them.

Hi, could you update this please? Got a free trial from bhw and I subbed after I saw this was legit, the only problem is the theme is asking for a license key and I can’t use the wordpress options with it because of that. Also would there be a core plugin for this theme? Cheers

Forget the update part, I thought there was a v2.0 but I must of been thinking about a different theme. I can’t use this one without the serial key and plugins though

Fixed it, your forum posts are pretty useful. I nulled it

@pukka - thanks a lot for your contributions here.

Would you be able to share with us how you nulled this plugin?

I just copied the code from lines 21-40 and replaced lines 44-82 in inc > admin > update > update.php, it returns the serial is invalid on wordpress but everything works perfect + plugins can be installed

i downloaded theme and installed but it asks serial code to add plugins and import demo :frowning: whats point then

@kocid what plugins are required? (could you please post a screenshot)

And please note that the import of demo content is not available with our services.


I also dont know name of plugins required - i installed theme and everything is blank until i put code there and hen itll pop up i think

Can you access the theme settings?

nope :frowning: not even a widget

Hmm, I have to investigate this theme further.

We just purchased this theme a couple of days ago and we have an ongoing request queue for items.

We will update this thread as soon as possible.

How to null the theme and access the customizer + import demo data + plugins

  • go to the folder necromancers\inc\admin\update.

  • open the update.php file to edit.

  • copy the code from line 21 to 40.

      // Activated
      add_action( 'admin_menu', [$this,'ActiveAdminMenu'],99999);
      add_action( 'admin_post_DFWPTheme_el_deactivate_license', [ $this, 'action_deactivate_license' ] );
      //$this->licenselMessage=$this->mess;
      //***Write you plugin's code here***

      // Add class to admin body
      add_filter( 'necromancers_is_theme_activated', '__return_true' );

      // Enable themes auto-update UI elements.
      add_filter( 'themes_auto_update_enabled', '__return_true' );

      /**
       * Load TGMPA
       * only for admins ('manage_options' capability)
       */
      if ( current_user_can( 'manage_options' ) ) {
        require_once( get_theme_file_path( '/inc/admin/tgm/class-tgm-plugin-activation.php' ) );
        require_once get_template_directory() . '/inc/admin/tgm/tgm-init.php';
      }
  • Select everything from line 44 to 82.

  • Past the previously code you have copied over your selection.

The theme will be activated but you will have some errors in the licence info page

  • To remove this Select line 118 to 171 and remove all the code.

  • Save the file.

When you will install it you will have access to the customizer

2 Likes

Thanks a lot @Dragon93!

I’ve downloaded this theme but I am unable to download two “Required” plugins, has anyone else had this issue and if so is there a solution? TIA

please update to version 1.2.1 released on May 16, 2022

1 Like

Necromancers - eSports & Gaming Team WordPress Theme has been updated to 1.5.1

Necromancers wordpress theme latest is 1.2.1
Necromancers HTML theme latest is 1.5.1
@Martin

Necromancers - eSports & Gaming Team WordPress Theme has been updated to 1.2.0

We would LOVE to update to its latest version, but we encountered an issue with the activation with its latest version. We’re unable to bypass the security in its latest version, as it’s making a lot of server API calls. We will update the file as soon as possible once we got a solution for this.