• 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.13 Untouched

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,458
148,066
120
32
Babak submitted a new resource:

X | The Theme - X WordPress Theme

xf.__large_preview3.png
Stacks – X includes multiple unique designs inside of one powerful WordPress theme, and we refer to these designs as “Stacks.” There are currently four Stacks available in X. It’s like buying one theme and constantly getting access to new designs all the time! The links below take you to the main demo for each Stack, however we have created multiple unique demos for each Stack so be sure to check them all out.

Extensions – Easily build upon the...

Read more about this resource...
 
Babak updated X | The Theme with a new update entry:

v6.1.5

v6.1.5 - Jun 5, 2018
Remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
These are minor point releases to address some bugs that were uncovered after our recent major update

Read the rest of this update entry...
 
  • Like
Reactions: swabler
there is an error says "This X license is not validated. Fix" how can i fix it ?

test this, buddy:


Nullung Insructions:


  • Go to /x/framework/functions/global/helpers.php
  • Find the following code:
PHP:
function x_is_validated() {

  if ( get_option( 'x_product_validation_key' ) != false ) {
    return true;
  } else {
    return false;
  }

}



Replace the code with:

PHP:
function x_is_validated() {

if ( get_option( ‘x_product_validation_key’ ) != false ) {
return false;
} else {
return true;
  }

}

That's it, for license key enter anything you wish.
 
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