• 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
  • Pro 6.3.7 - August 8, 2023
    • Feature: `description` key added to Parameters which creates a tooltip above the label
    • Updated: Google Fonts List
    • Bugfix: Portfolio tags and social section was not getting outputted into it's rightful container
    • Bugfix: Certain browsers needed `backface-visibility` set for the Card Element
    • Bugfix: When editing with the Rich Text editor, the cursor would sometimes jump to the beginning of the editor due to a race condition
    • Bugfix: When switching from linked to unlinked border controls, the color field would display `transparent / undefined`
 
  • Pro 6.3.9 - 18 set 2023
    • Feature: Sliders have a "Starting Slide" control
    • Feature: "Edit with Cornerstone" in post editor can be hidden with option `cs_post_editor_edit_with_cornerstone` set to false
    • Updated: When a sticky bar with "Scroll Up" reaches the 0px of the screen, it will also remove the fixed class
    • Updated: Hide with Breakpoints on elements can accept Dynamic Content
    • Bugfix: When Jetpack was installed, videos using mejs would not be visible
    • Bugfix: Custom stacks would give fatal error when using the comment list element due to an undefined function
    • Bugfix: Scrolling links that used a hashtag valid on the page, but to a different path, would not redirect the page
    • Bugfix: Select boxes in the breakpoint value editor like Font Weight, would not let you use the mouse on any of the select boxes
    • Bugfix: Parameters with a group toggle and a picker would not let you click the toggle
    • Bugfix: When referencing the same parameter dynamic content as your parameter, it would create an infinite loop. In the future we will be referencing the parent values when this situation occurs, but for now it ignores the value to prevent the issue
 
Last edited:
  • Like
Reactions: pypyno
Does anyone have the "Cornerstone Charts" plugin by theme co?
theme .co/cornerstone-charts/
 
X theme is updated to 6.4 and Pro 10.4.
This is one of the most popular themes but not much updated here. We appreciate if this can be kept upldated
 
  • Like
Reactions: pypyno
Babak updated X | The Theme with a new update entry:

X The Theme v10.4.2 - X Pro v6.4.2

Download X The Theme v10.4.2 - X Pro v6.4.2 WordPress Nulled Free
X 10.4.2 - November 21, 2023

  • Updated: Accordions ARIA setup was giving errors related towards usage of `tablist` and the headers not having a `role`
  • Updated: Anchor toggles like Off-Canvas send a role for better ARIA support
  • Bugfix: RSS social icon when in webfont mode was not displaying
  • Bugfix: Github social icon when in SVG mode was not displaying
  • Bugfix: Card element flips for up and right...

Read the rest of this update entry...
 
Last version of the X theme is not nulled.

Open file located in `x/framework/legacy/functions/helpers.php`, go to line 83 and look for function 'x_is_validated()' and replace with:

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

or simply:

PHP:
function x_is_validated() {
  return true;
}
 
Last edited:
  • Like
Reactions: maxv
Last version of the X theme is not nulled.

Open file located in `x/framework/legacy/functions/helpers.php`, go to line 83 and look for function 'x_is_validated()' and replace with:

PHP:
function x_is_validated() {
  return get_option( 'x_product_validation_key' ) == false;
}
correct code is

function x_is_validated() {
return get_option( 'x_product_validation_key' ) == true;
}
 
Last version of the X theme is not nulled.

Open file located in `x/framework/legacy/functions/helpers.php`, go to line 83 and look for function 'x_is_validated()' and replace with:

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

or simply:

PHP:
function x_is_validated() {
  return true;
}
x_is_validated() is a boolean function and we just want it to always be true, so the second change is the one that should be used to avoid any mistakes. ("return true;")

The theme seemed to work for for me before making this change and I'm not sure why maybe there was a null I didn't see somewhere else in the code that already mitigates this.
 
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