X | The Theme

X The Theme v9.1.4 - X Pro v6.0.0 v10.6.4

No permission to download

JackTang

Member
Nov 18, 2020
67
34
18
In X The Theme v9.1.1 open functions.php

Below line one, which is:
PHP:
<?php

Add the following:
PHP:
update_option( 'x_product_validation_key', 'activated' );
update_option( 'cs_product_validation_key', 'activated' );

It will now look like:
PHP:
<?php
update_option( 'x_product_validation_key', 'activated' );
update_option( 'cs_product_validation_key', 'activated' );
// =============================================================================

Save the file and all should be good! :)
Thank you very much. The theme is working normally at present.
 

Manni

Well-known member
Staff member
Moderator
Null Master
Trusted Seller
Trusted Uploader
Dec 12, 2018
475
794
93
elnhost.com
X Theme v9.1.2 & X Pro v5.1.2 Untouched @Tomz

October 29, 2021
X Theme​
X Pro​
v9.1.2v5.1.2
  • Updated: Updated Cornerstone to latest version
  • Bugfix: Fix scroll effects not completing causing elements inside to not be clickable
  • Bugfix: Fix responsive text javascript not running
  • Bugfix: Fix hash scrolling not respecting sticky bar height
 

Attachments

  • x-9.1.2.zip
    7.1 MB · Views: 6
  • xpro-5.1.2.zip
    7.2 MB · Views: 7

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,056
120
In X The Theme v9.1.1 open functions.php

Below line one, which is:
PHP:
<?php

Add the following:
PHP:
update_option( 'x_product_validation_key', 'activated' );
update_option( 'cs_product_validation_key', 'activated' );

It will now look like:
PHP:
<?php
update_option( 'x_product_validation_key', 'activated' );
update_option( 'cs_product_validation_key', 'activated' );
// =============================================================================

Save the file and all should be good! :)
Does this work for Pro Theme as well?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,056
120

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,056
120

Manni

Well-known member
Staff member
Moderator
Null Master
Trusted Seller
Trusted Uploader
Dec 12, 2018
475
794
93
elnhost.com
X Theme v9.1.4 & X Pro v5.1.4 Untouched @Tomz @Medw1311

November 4, 2021
X Theme​
X Pro​
v9.1.4v5.1.4
  • Updated: Make background image script more resiliant to systems that rearrange javascript order
  • Bugfix: Fix fatal error when using PHP versions older than 7.3
  • Bugfix: Fix isotope JS not initializing
  • Updated: Make background image script more resiliant to systems that rearrange javascript order
  • Bugfix: Fix responsive text regression
  • Bugfix: Fix video poster image not working in background layer videos
  • Bugfix: Fix Classic Card element not animating
  • Bugfix: Fix isotope JS not initializing
  • Bugfix: Fix delayed Animation Effects jumping to the end too early
 

Attachments

  • x-9.1.4.zip
    7.1 MB · Views: 10
  • xpro-5.1.4.zip
    7.2 MB · Views: 10
  • Like
Reactions: tanierlyons

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,056
120
  • Like
Reactions: tanierlyons

punit173

New member
Apr 25, 2019
2
0
1
How to active This X license is not validated. show message and global/helpers.php file not show how can i fix it ?
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Nulling of X Pro.

Open functions.php
Below line 14 which is the following:
PHP:
// =============================================================================
Add:
PHP:
update_option( 'x_product_validation_key', 'valid' );
It will now look like:
PHP:
// =============================================================================
update_option( 'x_product_validation_key', 'valid' );
if ( file_exists( get_template_directory() . '/dev.php' ) ) {

Save and enjoy!

TassieNZ :)
 

lazoozmix

New member
May 16, 2022
0
0
0
path: pro/framework/legacy/functions/helpers.php

function x_is_validated() {
return get_option( 'x_product_validation_key' ) != false;
}

Change to

function x_is_validated() {
return get_option( 'x_product_validation_key' ) != true;
}

You can ignore the verification, but you can’t use it if you import the demo
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu