How to Null and Activate Premium WordPress Themes and Plugins [Valuable info]

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
I downloaded the file. Will look into it later today or tomorrow. Fridays here are like crazy. have a bunch of customer emails to reply and some repair jobs to complete.
Please I am facing a similar issue, how can I bypass my way to get this themerex updater theme, I need it to install the demo data for the "event demo" of the theme. Please help
 

Attachments

  • 1746866296656.png
    1746866296656.png
    71.4 KB · Views: 19
hello would you please help me get a null for archub them by liquid themes from theme forest
https://themeforest.net/item/archub-architecture-wordpress-theme/37523798?srsltid=AfmBOoozbIi5SSH8WIGjaA8a-Iu4w_W7V6V-Iz3-QYakywiWALiOP7D-
 
Hey guys!

I love to contribute to BHW and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:


Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,

Step 2:

Find the function get_license_status() at line 327:

Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:

In line 330, change:

Code:
return trim( $license_status );

to:

Code:
return 'valid';

Et voilà: your Yoast Premium plugins will work. :)

More plugins and themes will follow soon.

Stay tuned.
Looking forward to more helpful and creative insights from you — especially those that support open-source growth and best practices.
 
Just wanted to let you know that this method of nulling ThemeRex Addons (modifying functions.php) is not working in Healthic theme for some reason. Activation is looping.
 
You must do 5 changes in 3 files

3 Changes in file: / inc / dashboard / inc / require-activation.php

---Around line #3---

Code:
Original code:
function penci_soledad_is_activated() {

Change to code:
function penci_soledad_is_activated() { return true;

---Around line #9---

Code:
Original code:
function penci_soledad_is_license() {

Change to code:
function penci_soledad_is_license() { return true;

---Around line #57---

Code:
Original code:
public function add_admin_scripts( $hook ) {

Change to code:
public function add_admin_scripts( $hook ) { return;


1 Change in file: / inc / custom-sidebar.php

---Around line #279---

Code:
Original code:
public static function sidebar_code( $code ) {

Change to code:
public static function sidebar_code( $code ) { return true;



1 Change in file: / functions.php


---Around line #23---

Code:
Right BEFORE:

add_action( 'after_setup_theme', 'penci_soledad_theme_setup' );

Add this code:

$license_data = [ 'buyer' => 'Anonymous', 'bount_time' => '1.1.2022', 'purchase_code' => 'L12345678'];
update_option( 'penci_soledad_purchased_data', $license_data );
update_option( 'penci_soledad_is_activated', true );



This last one above is the "Pseudo-License" data. You can replace 'Anonymous' with any name and 'L12345678' with any license key you can imagine. If left like it is, it will work no problem too.

Note, this was based in the version 8.1.4. Because at this writing, the latest version is 8.1.8, line numbers may vary a little. Just search the code nearby.
Senior boss...
I tried following the steps you listed To crack the vidmov WordPress theme but it didn't work for me... Please Help your boy
 

Attachments

  • Screenshot_20250627-202913.jpg
    Screenshot_20250627-202913.jpg
    227.4 KB · Views: 10
since the thread for premium generatepress here https://www.blackhatworld.com/seo/get-generatepress-premium-add-on-always-updated.1229488/page-36 is closed.

I need to learn not to be dependent to @Dopious

so, how to null generatepress? :D
 
https://www.blackhatworld.com/seo/get-generatepress-premium-add-on-always-updated.1229488
i just actually want to bump you, maybe thers still a chance to keep your thread updated :D
hard to trust other freemium provider
 
You never needed to null GeneratePress, works fine without nulling. Anyone tells you otherwise is lying.

i just actually want to bump you, maybe thers still a chance to keep your thread updated :D
hard to trust other freemium provider

me too. i had to find perfmatters and GP from other sources since roibox closed his threads. I respect his decisions though.
 
https://www.blackhatworld.com/seo/how-to-null-and-activate-premium-wordpress-themes-and-plugins-valuable-info.1107544/post-19136822
Hey man thanks it works, but I have another issue, how can I change the gradient animation css class in themerex designs
The gradient animation only allows colors in pink and white, where can I change those colors, because I have checked the additional css of my wordpress site under appearance, customize and I did not find any additional css class that I can change or edit, please help me.
I have also attached my current project frontpage to this post. The part where any of these css class animations are usually have stuff like <span class="gradient_animation">One sagefest</span> instead of ordinary text. the third image with the cosplay,events, anime has this text instead
<span class="gradient_animation">
<span class="bg_text_dot">&bull;</span>Cosplay<span class="bg_text_dot">&bull;</span>Events<span class="bg_text_dot">&bull;</span>Anime<span class="bg_text_dot">&bull;</span>Gaming
</span>

I would love a little help to fix this issue. Thank you so much
 

Attachments

  • Screenshot 2025-08-18 202151.png
    Screenshot 2025-08-18 202151.png
    560.4 KB · Views: 7
  • Screenshot 2025-08-18 202857.png
    Screenshot 2025-08-18 202857.png
    1,022.6 KB · Views: 6
  • Screenshot 2025-08-18 203138.png
    Screenshot 2025-08-18 203138.png
    896.2 KB · Views: 6
Hey man thanks it works, but I have another issue, how can I change the gradient animation css class in themerex designs
The gradient animation only allows colors in pink and white, where can I change those colors, because I have checked the additional css of my wordpress site under appearance, customize and I did not find any additional css class that I can change or edit, please help me.
I have also attached my current project frontpage to this post. The part where any of these css class animations are usually have stuff like <span class="gradient_animation">One sagefest</span> instead of ordinary text. the third image with the cosplay,events, anime has this text instead
<span class="gradient_animation">
<span class="bg_text_dot">&bull;</span>Cosplay<span class="bg_text_dot">&bull;</span>Events<span class="bg_text_dot">&bull;</span>Anime<span class="bg_text_dot">&bull;</span>Gaming
</span>

I would love a little help to fix this issue. Thank you so much

If you don't find a way to change it through any of the user interfaces (UI), then it must be done manually.

Yoo will need to locate the CSS file in the theme (usually styles.css), and search for the gradient_animation class with a period before it, like this ".gradient_animation" (without quotes). The period means class, and the hash sign ("#") means id.

If you do not find it, keep in mind that the theme may have other CSS files named differently, but all with the ".css" extension, or it may be located in one of the plugin folders. As soon as you find the class, anything after the curly bracket "{" will be the properties, including color and other things.

Example:

Code:
.gradient_animation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

You will see in the example above that the "background: linear-gradient" has the orientation angle of the gradient and four colors in #RGB format (ex: #ee7752 is predominant in red, etc.) Those are the colors you will need to play with.

And in the "animation: gradient" line, you will have the animation duration time (15s), and the effect ("ease infinite").

Again, this is just an example. In your case, the coding could be different, but for that, I would need to see the files, something you could do yourself.

If in doubt, consult Google about the CSS rules so you can get the effect and colors you are looking for.

Cheers.
 
If you don't find a way to change it through any of the user interfaces (UI), then it must be done manually.

Yoo will need to locate the CSS file in the theme (usually styles.css), and search for the gradient_animation class with a period before it, like this ".gradient_animation" (without quotes). The period means class, and the hash sign ("#") means id.

If you do not find it, keep in mind that the theme may have other CSS files named differently, but all with the ".css" extension, or it may be located in one of the plugin folders. As soon as you find the class, anything after the curly bracket "{" will be the properties, including color and other things.

Example:

Code:
.gradient_animation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

You will see in the example above that the "background: linear-gradient" has the orientation angle of the gradient and four colors in #RGB format (ex: #ee7752 is predominant in red, etc.) Those are the colors you will need to play with.

And in the "animation: gradient" line, you will have the animation duration time (15s), and the effect ("ease infinite").

Again, this is just an example. In your case, the coding could be different, but for that, I would need to see the files, something you could do yourself.

If in doubt, consult Google about the CSS rules so you can get the effect and colors you are looking for.

Cheers.
You have been a great help man I checked the file manager and I found a file under extra-styles.css, searched for gradient animation and it had this line of code

Code:
.gradient_animation {
  background-image: linear-gradient(45deg, var(--theme-color-text_link) 20%, #EFCDDB 30%, #EFCDDB 45%, var(--theme-color-text_link) 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient_text 10s linear infinite;
  animation: gradient_text 10s linear infinite;
}
If you don't find a way to change it through any of the user interfaces (UI), then it must be done manually.

Yoo will need to locate the CSS file in the theme (usually styles.css), and search for the gradient_animation class with a period before it, like this ".gradient_animation" (without quotes). The period means class, and the hash sign ("#") means id.

If you do not find it, keep in mind that the theme may have other CSS files named differently, but all with the ".css" extension, or it may be located in one of the plugin folders. As soon as you find the class, anything after the curly bracket "{" will be the properties, including color and other things.

Example:

Code:
.gradient_animation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

You will see in the example above that the "background: linear-gradient" has the orientation angle of the gradient and four colors in #RGB format (ex: #ee7752 is predominant in red, etc.) Those are the colors you will need to play with.

And in the "animation: gradient" line, you will have the animation duration time (15s), and the effect ("ease infinite").

Again, this is just an example. In your case, the coding could be different, but for that, I would need to see the files, something you could do yourself.

If in doubt, consult Google about the CSS rules so you can get the effect and colors you are looking for.

Cheers.
You have been a great help man I checked the file manager and I found a file under extra-styles.css in wpcontent/themes/otaku/skins/extra-styles.css, searched for gradient animation and it had this line of code
Code:
.gradient_animation {
  background-image: linear-gradient(45deg, var(--theme-color-text_link) 20%, #EFCDDB 30%, #EFCDDB 45%, var(--theme-color-text_link) 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient_text 10s linear infinite;
  animation: gradient_text 10s linear infinite;
}

Now I feel since the themes have different skins and each skin has their own theme color, will it not be easier to change the theme colors? if it is where can I find it?
Secondly I tried searching for
Code:
var(--theme-color-text)
anywhere and it was only giving results of where it was called, not where it was set, the original styles.css file found in wpcontent/themes/otaku/ doesnt have it, I was wondering if you can let me know how else I can find it or change the theme color.
You have been a great help so far bro
 
You have been a great help man I checked the file manager and I found a file under extra-styles.css, searched for gradient animation and it had this line of code

Code:
.gradient_animation {
  background-image: linear-gradient(45deg, var(--theme-color-text_link) 20%, #EFCDDB 30%, #EFCDDB 45%, var(--theme-color-text_link) 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient_text 10s linear infinite;
  animation: gradient_text 10s linear infinite;
}

You have been a great help man I checked the file manager and I found a file under extra-styles.css in wpcontent/themes/otaku/skins/extra-styles.css, searched for gradient animation and it had this line of code
Code:
.gradient_animation {
  background-image: linear-gradient(45deg, var(--theme-color-text_link) 20%, #EFCDDB 30%, #EFCDDB 45%, var(--theme-color-text_link) 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient_text 10s linear infinite;
  animation: gradient_text 10s linear infinite;
}

Now I feel since the themes have different skins and each skin has their own theme color, will it not be easier to change the theme colors? if it is where can I find it?
Secondly I tried searching for
Code:
var(--theme-color-text)
anywhere and it was only giving results of where it was called, not where it was set, the original styles.css file found in wpcontent/themes/otaku/ doesnt have it, I was wondering if you can let me know how else I can find it or change the theme color.
You have been a great help so far bro

Well, if it gets that complicated and many changes have to be made to the colors and other styles of different parts of the website, I think it would be better to use a plugin. "Yellow Pencil" is a great one. After installing it, you visually click on what you want to change, and it will give you a menu with all the styles that can be changed, like colors, alignment, width, fonts, backgrounds, etc.

After the changes are made, you will have the option of having the CSS code, which you can insert into the styles.css file, or the other option is to apply it through the plugin itself.

The good thing is that if you choose to have the code, you may just insert it in the CSS file, and then the Yellow Pencil plugin can be uninstalled if not needed any longer. If you do that, ALWAYS insert the CSS code at the very end of the CSS file, so it overwrites any other style code in the same file trying to modify the same elements.

If any statement refuses to obey the new code, you can always insert the "!important" declaration to take over any existing code in any other file controlling the same element (notice the "!" character).

Example: You just want to make the anchor text red:

Code:
a {
  color: #ff0000;
}

If the anchor text stays the same, then you use the following code to force it:

Code:
a {
  color: #ff0000 !important;
}

About the Yellow Pencil plugin, ask Deleted member 752298 to see if he can provide it. I guess I have a copy, but if I do, it will be an older one, and I will need to check if it is still working because I haven't used it for a couple of years.
 
By the way, if you still want to do it manually, and you see a color you like, either in a document, or a site online, etc., you may use a "color picker". Here is a free one. You just point the cursor over the color, and it will give the #RGB code (and other formats too) of anything on the screen. This is the one I use and prefer. They have versions for Windows and for Mac:

Code:
https://annystudio.com/software/colorpicker/
 
This is a ThemRex theme. I already posted a generic solution for all Themerex themes in this forum thread.

You look in the main theme folder, find the "functions.php" file, and at the top of the file, right after the following:

Code:
<?php
/**
 * Theme functions: init, enqueue scripts and styles, include required files and widgets
 *
 * @package PROGRESS
 * @since PROGRESS 1.0
 */

Put this:

Code:
$mytheme = get_template();
update_option( 'trx_addons_theme_' . $mytheme . '_activated', true );
update_option( 'purchase_code_' . $mytheme, 'L12345678' );
update_option( 'purchase_code_src_' . $mytheme, 'L12345678' );

I could activate it and import the demo site with no problem.

To import the demo, use a fresh WP installation and first install all the needed plugins before importing the demo. To import the demo, use the "Theme Dashboard"-> "Demo Data" -> "Full import".

This should be a "sticky". People keep asking to activate Themerex themes, and the solution has been here for ages.
I appreciate your help and support,
But I used it for a new theme "

Law Office | Attorney & Advocate Theme"​

From Themerex and my theme crashed.
Please help.
 
This is a ThemRex theme. I already posted a generic solution for all Themerex themes in this forum thread.

You look in the main theme folder, find the "functions.php" file, and at the top of the file, right after the following:

Code:
<?php
/**
 * Theme functions: init, enqueue scripts and styles, include required files and widgets
 *
 * @package PROGRESS
 * @since PROGRESS 1.0
 */

Put this:

Code:
$mytheme = get_template();
update_option( 'trx_addons_theme_' . $mytheme . '_activated', true );
update_option( 'purchase_code_' . $mytheme, 'L12345678' );
update_option( 'purchase_code_src_' . $mytheme, 'L12345678' );

I could activate it and import the demo site with no problem.

To import the demo, use a fresh WP installation and first install all the needed plugins before importing the demo. To import the demo, use the "Theme Dashboard"-> "Demo Data" -> "Full import".

This should be a "sticky". People keep asking to activate Themerex themes, and the solution has been here for ages.
This is the theme Zip ---- https://drive.google.com/file/d/1LKsNI_XFgWGSskR2EfosQoLc282ew5Lb/view?usp=sharing
and Virustotal report ---- https://www.virustotal.com/gui/file/2ceaca3642f6d68704dc81abc9f4b172cbff2d6740c08f26dc12438aaf6d4faa

Please help..
 
https://themeforest.net/item/ozeum-art-gallery-and-museum-wordpress-theme/25312661?srsltid=AfmBOorJmGLuflvSsv5ZfQd4i6UxkZGhXWwrzZ7-Yv6s3mJnobZO2xdn

Hello, I need this theme. I found the files but when I install it, it asks for a verification code. Can anyone help me?
 
Back
Top