• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

X | The Theme

X The Theme v10.4.16

No permission to download
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.
 
X Theme v9.1.2 & X Pro v5.1.2 Untouched @Babak

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
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?
 
X Theme v9.1.4 & X Pro v5.1.4 Untouched @Babak @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: Babak
  • Like
Reactions: Babak
How to active This X license is not validated. show message and global/helpers.php file not show how can i fix it ?
 
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 :)
 
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock