About X WP Theme

X by Themeco is a WordPress theme that ships with a built-in page builder called Cornerstone. Instead of locking you into a rigid layout system, X gives you full control over headers, footers, content areas, and global styles through a unified visual interface. It comes with four distinct stacks — Integrity, Renew, Icon, and Ethos — each offering a different design direction out of the box.

X has been around since 2013 and has sold over 400,000 licenses on ThemeForest. It supports WooCommerce, custom post types, and advanced typography controls. The theme is built for developers and designers who want flexibility without writing CSS from scratch. That said, the learning curve is real. Getting the most from X takes time, and custom work often requires someone who knows Cornerstone inside out.

Get matched with a X developer in under one day

Brief 01

Tell us about your X project. Small fixes, X theme customization, or a full website build, whatever you need, we've got it covered.

Connect 02

We'll connect you to the right X developers, define the scope, and get everything 100% clear.

Collaborate 03

You'll get one estimate, hire your preferred developer, and start collaborating.

X is not a theme you install and configure in an afternoon. Cornerstone has its own learning curve, and getting a polished, fast site out of it requires hands-on experience. Codeable connects you with vetted X developers who have built production sites with this theme. You post a project, get a free estimate within 24 hours, and only move forward if you want to. No bidding wars, no unvetted freelancers. Just qualified developers who know X well enough to solve the hard problems quickly.

Pros

  • Cornerstone builder is deeply integrated with the theme, avoiding the conflicts common with third-party page builders
  • Four design stacks give you distinct starting points without requiring custom theme development
  • Header and footer builder included natively, no extra plugin needed
  • Bundles premium plugins like Revolution Slider and Essential Grids, reducing additional licensing costs
  • Active development history with regular updates since 2013 and a large user community

Cons

  • Cornerstone has a steep learning curve compared to Elementor or Gutenberg for non-technical users
  • Page load times can be heavy on out-of-the-box installs without performance tuning
  • Migrating away from X is difficult because Cornerstone content does not transfer cleanly to other builders
  • Support response times from Themeco can be slow during peak periods
  • The stacks system adds conceptual overhead that confuses new users when switching design directions

Who is X for?

Agency and Portfolio Sites

X suits agencies and creative studios that need full layout control without hiring a custom theme developer. The Integrity and Icon stacks work well for portfolio-focused designs. Cornerstone’s global blocks let you maintain consistent branding across pages. An X specialist can set up reusable sections that the client can update without touching code.

WooCommerce Stores

X has solid WooCommerce support built into Cornerstone, covering product pages, cart, checkout, and shop archive layouts. A developer familiar with X can customize WooCommerce templates directly through the builder, reducing reliance on WooCommerce-specific plugins. Useful for stores that want design consistency between marketing and commerce pages.

Corporate and Business Websites

The Renew and Ethos stacks offer clean, professional starting points suited for B2B and corporate use. X handles multi-page site structures well, with consistent headers, custom navigation setups, and dynamic content areas. An X developer can wire up contact forms, service pages, and team directories without switching to a separate plugin ecosystem.

Membership and Course Sites

X works alongside membership plugins like MemberPress and LearnDash. Cornerstone’s conditional display options and custom layouts help you create restricted content areas and course pages with consistent styling. An X specialist can configure these integrations so your gated content looks intentional rather than bolted on.

Nonprofit and Charity Websites

Nonprofits benefit from X’s flexible layout system for donation pages, event listings, and campaign landing pages. The theme handles visual hierarchy well when content is managed by non-technical staff. An X developer can set up easy-to-edit templates so your team can update content without breaking the design.

Customizing X

Customizing X goes well beyond changing colors and fonts. Cornerstone, the theme’s native builder, lets you control every section of a page using a drag-and-drop interface with deep CSS and JavaScript hooks underneath. You can build custom headers with sticky behavior, transparent options, and breakpoint-specific layouts. Footer builder, global blocks, and dynamic content support make it possible to build complex sites without a separate plugin.

However, translating a design into a working X build takes real familiarity with how stacks and options interact. An X expert knows where Cornerstone stores its data, how to avoid conflicts with third-party plugins, and how to keep performance tight as your design grows. If you need custom shortcodes, child theme development, or WooCommerce template overrides, hiring an X developer saves significant time and avoids costly mistakes.

Recommended plugins for X

X integrates with a range of plugins that extend its core functionality. Essential Grids, Revolution Slider, and Envato Elements are bundled with the theme. For WooCommerce stores, X handles shop pages, cart, and checkout layouts through Cornerstone without additional builders.

Performance is a known concern with feature-heavy themes. A well-configured X site benefits from proper caching, image optimization, and script management. See our WordPress performance services for how we handle this. For search visibility, X has solid schema support, but pairing it with a proper WordPress SEO setup is worth doing from day one.

Not sure which plugins to use? This WordPress plugins directory covers the most popular options with reviews and setup guides.

X common issues

X theme Cornerstone builder not loading in WordPress admin

Cornerstone failing to load is usually caused by a PHP memory limit, a JavaScript conflict from another plugin, or an outdated browser cache. Start by increasing WP_MEMORY_LIMIT to at least 256M in wp-config.php. Deactivate all plugins except Cornerstone and test. If it loads, reactivate plugins one by one to isolate the conflict. Clear server and browser cache after each test. If the problem persists after these steps, a developer can dig into server error logs to find the root cause.

X theme broken layout after WordPress update

Layout breaks after a WordPress core update usually point to a compatibility issue between X’s version and the updated WordPress template hierarchy or block editor changes. Check Themeco’s changelog to see if a patch was released. If not, temporarily switching to a parent theme backup while you wait for a fix is the safest option. For persistent layout issues that go beyond a simple update, our WordPress bug fixing service can identify exactly what broke and restore the layout cleanly.

X theme slow page load speed fix

X theme sites often load slowly because of bundled scripts from Revolution Slider, Essential Grids, and Cornerstone loading on every page regardless of whether those elements are used. Use a plugin like Asset CleanUp to restrict scripts to relevant pages. Enable lazy loading for images and consider a caching plugin like WP Rocket. On the server side, PHP 8.x and a CDN make a measurable difference. A properly tuned X site can hit good Core Web Vitals scores, but it requires deliberate configuration, not just default settings.

Cornerstone changes not saving in X theme

Cornerstone save failures are typically caused by REST API errors, nonce expiration, or a security plugin blocking the save request. Check your browser console for 403 or 401 errors on the REST API endpoint. Temporarily disable security plugins like Wordfence to test. Also confirm your WordPress site URL and home URL match exactly in Settings. A mismatch causes REST API calls to fail silently. If saves work but changes do not appear on the front end, clearing your object cache is usually the fix.

X theme WooCommerce shop page layout broken

WooCommerce shop page layout breaking in X is often caused by a mismatch between X’s Cornerstone templates and a WooCommerce major version update. WooCommerce periodically changes its template file structure, which overrides X’s custom shop templates. Go to WooCommerce > Status > Tools and run the template check. Update outdated templates through Cornerstone or manually in a child theme. If the layout is complex and tied to custom Cornerstone blocks, our WordPress bug fixing service can restore and future-proof the setup.

X theme header not showing on mobile

Mobile header issues in X usually come from misconfigured breakpoints in the Cornerstone header builder. X uses separate header layouts for desktop and mobile. Check that the mobile header is actually assigned under Themeco > Header > Mobile. If the header visually disappears, look for a z-index conflict with a slider or hero section. Sticky header behavior can also fail on mobile if the sticky offset is set for desktop only. Test with browser DevTools in responsive mode to isolate which CSS rule is overriding visibility.

X theme white screen of death after update

A white screen after updating X is almost always a PHP fatal error. Enable WP_DEBUG and WP_DEBUG_LOG in wp-config.php to read the actual error message. Common causes include deprecated PHP functions in older X versions running on PHP 8.x, or a conflict with a plugin that was not updated alongside X. If you cannot access the admin at all, connect via FTP and rename the X theme folder to force WordPress to fall back to a default theme, then debug from there. For critical sites, get professional help quickly to minimize downtime.

X theme custom CSS not applying

Custom CSS added through the WordPress Customizer or Cornerstone’s Global CSS field sometimes fails to apply because of specificity conflicts or caching. First, clear all caches, including server-level and CDN caches. Then check your CSS selector specificity against the element you are targeting. X generates some class names dynamically, so inspect the element in your browser to get the exact class. If you are using a child theme, ensure the stylesheet is enqueued correctly after the parent. Custom CSS added through Themeco’s options panel loads after the theme stylesheet and typically wins specificity battles.

X theme Revolution Slider not working

Revolution Slider shipping with X can stop working after either a WordPress update or a standalone Revolution Slider plugin update that conflicts with the bundled version. Go to Plugins and check whether you have two versions of Revolution Slider active. If you installed the standalone plugin on top of the bundled one, deactivate the standalone version and use only the bundled one through Themeco’s plugin manager. If sliders show a blank space, check the slider’s visibility settings and confirm the slide assets were not deleted during a media library cleanup.

X theme child theme not inheriting styles correctly

Child theme style inheritance issues in X often happen because the child theme’s stylesheet does not correctly enqueue the parent theme’s styles. X requires the child theme to use wp_enqueue_scripts to load the parent stylesheet rather than the @import method. Also confirm the child theme’s Template: header in style.css is set to x exactly. If your custom functions.php code is not running, check for PHP syntax errors in the file. Our WordPress bug fixing service handles child theme conflicts as a standard fix.

X theme redesign

Time to refresh your X site?

A good theme only gets you so far. If your site isn't converting, the problem is usually the design — not the theme. We can fix that.

Get a redesign estimate

X FAQ

Yes, Themeco continues to release updates for X theme. As of 2024, X is on version 9.x and receives compatibility patches for new WordPress and WooCommerce releases. That said, Themeco’s newer product, Pro theme, gets more active feature development. X remains supported but is considered the more mature, stable product in Themeco’s lineup.

Pro theme is Themeco’s current flagship product. It extends Cornerstone with more advanced layout controls, a more refined builder interface, and better performance architecture. X is the older product and shares the same Cornerstone builder but with fewer layout zones. If you are starting a new project, Pro is worth considering. X is still fully functional for existing sites.

X theme is not designed to work with Elementor. Cornerstone is the native builder, and running Elementor alongside it creates conflicts and performance problems. Themeco builds Cornerstone as a replacement for third-party builders. If you need Elementor specifically, a different theme is a better fit. Trying to force both builders to coexist on the same site is not recommended.

Start by restricting bundled plugin scripts to pages that actually use them. Enable lazy loading for images. Use a caching plugin and a CDN. Switch to PHP 8.x if you have not already. Avoid loading all four stacks if you only use one. Removing unused custom fonts and limiting Google Fonts requests also makes a measurable difference. These steps combined can significantly improve Core Web Vitals scores.

Yes, X theme has built-in WooCommerce support. Cornerstone can customize shop pages, product layouts, cart, and checkout without a separate WooCommerce builder plugin. X handles product archives, single product pages, and sidebar configurations natively. For complex store builds with custom product layouts or conditional templates, an X developer familiar with WooCommerce integration will get you further faster.

The four stacks are Integrity, Renew, Icon, and Ethos. Each stack represents a distinct visual style with its own typography, spacing, and component defaults. Integrity is clean and minimal. Renew is warm and content-focused. Icon is bold and graphic. Ethos is dark and editorial. You pick one stack per site. Switching stacks after building a site requires significant rework.

X theme has clean semantic HTML output and supports schema markup, which gives it a solid technical SEO foundation. It works well with Yoast SEO and Rank Math. However, SEO performance depends on how the site is built. Heavy Cornerstone layouts with poorly structured heading hierarchies or slow load times can undermine the theme’s technical advantages. Pair X with a proper WordPress SEO setup for best results.

To create a child theme for X, create a new folder in wp-content/themes with a style.css file that includes Template: x in the header. Enqueue the parent stylesheet using wp_enqueue_scripts in functions.php. Do not use @import. Themeco also provides a child theme starter through their documentation. Using a child theme is important for preserving custom code through X updates.

Migrating away from X is difficult. Cornerstone stores page content in its own format, not standard WordPress blocks or shortcodes that transfer cleanly. If you move to a new theme, Cornerstone layouts will not render correctly and will need to be rebuilt. For migration projects, it is worth getting a developer involved early to assess the scope. Our WordPress migration service covers theme transitions including content restructuring.

X theme developer rates on Codeable typically range from $70 to $120 per hour depending on project complexity. Smaller fixes like layout issues or plugin conflicts are often resolved in one to three hours. Full site builds vary widely based on scope. You get a free, no-obligation estimate before committing to any work. Post your project to find out what your specific job will cost.

Hire an X Theme Developer

Whether you need a full site build, a specific Cornerstone fix, or help optimizing an existing X theme site, our developers have hands-on experience with Themeco’s ecosystem. Work is delivered through Codeable, where every developer is vetted and reviewed. You describe the project, get a transparent estimate, and decide if you want to proceed. No obligation. Get a Free Estimate and have a qualified X developer review your project today.

#ACF
#Avada
#Contact Form 7
#Custom WP Themes
#Elementor
#Gutenberg
#Custom API Integration
#Site Migration
#WP Speed Optimization
#Theme Customization
#Custom Post Type
#PHP
#Laravel
#Plugin Development
#MYSQL
#Wp Rocket
#SEO
#Gravity Forms
#JavaScript
#Learndash
#Headless WordPress
#Payment Gateways
#Ninja Forms
#BuddyPress
#Slider Revolution
#Full Site Builds
#Anything Backend
#Anything Frontend
#Bookly
#GamiPress
#React JS
#Design
#ADA Compliance
#DIVI
#Genesis
#Enfold
#FacetWp
#WP Rest API
#Multisite
#Vue JS
#Maintance
#WooCommerce
#Hacking Cleanup
#BuddyBoss
#Hosting Transfer
#CSS

You'll need a free Codeable account so developers can ask questions and send their quotes.