Yes. Oxygen has an official WooCommerce integration, which you can learn about on our WooCommerce tour page.
Sometimes. Oxygen isn't officially compatible with any multi-lingual plugins, but it does work in some cases depending on how you've set things up. We highly recommend trying your chosen multilingual plugin on a demo site.
Oxygen is a plugin for WordPress that allows you to visually design your site, from header to footer, without needing to write any code. If you want complete control over the look and feel of your WordPress site, Oxygen is what you've been looking for.
Oxygen starts at $129. You can view our pricing at https://oxygenbuilder.com/pricing/.
You can fire up a full featured demo site at https://oxygenbuilder.com/try. We also offer a no questions asked 60 day money back guarantee. If you're unhappy with Oxygen for any reason, e-mail support@oxygenbuilder.com requesting a refund and we'll issue it for you.
Yes. Your license is valid for unlimited sites that you design, whether they're for you or someone else.
No. Oxygen completely disables the WordPress theme system. This means that while your theme won't conflict with Oxygen, its styles and layout also won't be applied to your site while Oxygen is active.
There are a number of advantages to using Oxygen over the competitors. Primarily, users of Oxygen enjoy faster loading sites with cleaner markup, less bloat, and far more power in controlling the design and layout of their sites. Additionally, most competitors are "page builders", whereas Oxygen is a full-fledged site builder for designing your entire site, header to footer and everything in between.
Oxygen is 100% open source and licensed under the terms of the GPL v2. You can read our license at https://oxygenbuilder.com/license.
Yes. Oxygen has an official WooCommerce integration, which you can learn about on our WooCommerce tour page.
Yes, Oxygen has integrations with both. Check out our Toolset documentation and our ACF documentation to learn more.
Sometimes. Oxygen isn't officially compatible with any multi-lingual plugins, but it does work in some cases depending on how you've set things up. We highly recommend trying your chosen multilingual plugin on a demo site.
Yes. Oxygen works with most plugins, and allows you to style plugins using the Selector Detector feature. It also lets you insert third-party shortcodes, enclosing shortcodes, and PHP for incorporating plugin generated content into your Oxygen designs. Note that plugins that require you to use a child theme for templating will necessitate the use of pure CSS for styling the plugin output, since Oxygen doesn't use themes.
This is normally caused by some element on your page that's too wide. When you set element widths in px values, they don't scale. If you have an element that's 500px wide but the viewport is only 300px wide, you'll end up with a white gap on the right side of your site.
In some cases, it can be caused by an element that's animated in from the side using the Animate on Scroll feature. You can tell if this is the case, because the gap will go away once you've scrolled to a certain point on your page. If that seems to be the cause, you can add overflow: hidden to the container of the animated element to fix the issue.
If you're unable to identify the problem yourself, please e-mail support@oxygenbuilder.com and we'll be glad to assist.
We recommend using a plugin such as All In One WP Migration. Using this plugin, it's very simple to create a .wpress file from your site, and then upload it on the target server.
You can also manually migrate by following the instructions in our Importing & Exporting documentation.
You can use Oxygen on any modern browser, but we recommend using Google Chrome for the best performance.
Sites built in Oxygen also work on any modern browser. Internet Explorer does not follow modern practices when handling the display of Flexbox elements, so there may be some adjustments needed if Internet Explorer support is critical to your website.
Oxygen is built on a principle of only loading what's needed, when it's needed.
Other page builders load hundreds (or thousands) of kilobytes on blank pages. Oxygen only loads about 90 kilobytes on a blank page.
Oxygen also outputs very clean HTML code. Whereas other builders generate large numbers of nested divs for simple content, Oxygen generates no unnecessary divs.
You can see more information on our comparison chart.
Oxygen has a Code Block element that allows you to write CSS, PHP, HTML, and JavaScript directly in the builder.
If you want to write a custom stylesheet, you can do so under Manage > Stylesheets in the builder.
You can also add custom CSS to individual elements at Advanced > Custom CSS in the Properties Pane.