Category: Oxygen Builder

With articles also related to:

Aleš Sýkora wrote:

Conditional display by TranslatePress language in Oxygen Builder

March 1, 2024 in Oxygen Builder, TranslatePress, WordPress

If you need to display section or some Oxygen Builder content only in some language, you can do it easily with TranslatePress and Oxygen Conditionals.

Continue reading

Aleš Sýkora wrote:

FIX video background autoplay in iOS/MAC low power mode

January 10, 2023 in Custom Code, Oxygen Builder, Plugins, WordPress

Usable with Oxygen builder, Webflow and others.

Continue reading

Aleš Sýkora wrote:

Swiper.js ACF Gallery slider

November 28, 2023 in ACF, Custom Code, Oxygen Builder, Plugins, WordPress

Create Swiper image slider with ACF gallery field data.

Continue reading

Aleš Sýkora wrote:

ACF flexible content: Oxygen builder examples

January 6, 2023 in ACF, Custom Code, Oxygen Builder, Plugins, WordPress

Here are some code examples really useful when using ACF flexible content with Oxygen. The main workflow of using ACF flexible content with Oxygen is simple. Here are the main rules: How to work with ACF flexible content and Oxygen? There is a process: Tips for ACF Flexible content and Oxygen modules Oxygen Image module…

Continue reading

Aleš Sýkora wrote:

Sticky shrinking header in Oxygen Builder

November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WordPress

How to create a sticky header with section element and make it sticky and shrinking (height changing)?

Continue reading

Aleš Sýkora wrote:

WooCommerce: Change Shop (product archive) title and description

November 15, 2022 in Oxygen Builder, Plugins, WooCommerce, WordPress

When you are using Oxygen builder dynamic data and creating simple e-shop, you may want to create one template for your shop and your categories. There are many challenges like displaying all product categories and subcategories and more. One of them is displaying the archive title and description dynamically. If you use Oxygen’s dynamic data…

Continue reading

Aleš Sýkora wrote:

Set Tabs to closed on page load in Oxygen Builder

November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WordPress

If you want to bypass the default state of tabs in Oxygen which is – first tab opened by default, then you need to use some jQuery. Don’t forget to change the .class-of-your-tabs-element and oxy-tabs-active-tab-class to your classes. You will find them with site inspector in browser.

Continue reading

Aleš Sýkora wrote:

ACF nested repeaters as document library

November 28, 2023 in ACF, Oxygen Builder, Plugins, WordPress

If you want to prepare a Documents page for your website, you may consider creating it with ACF Pro repeaters. I Use these three ACF repeaters: Main repeater (slug: docs-group) = Document category name (for example – manuals) with classic editor to add some description to categorySecondary repeater (slug: documents) = Document Subcategory name (for…

Continue reading

Aleš Sýkora wrote:

Enable WordPress Theme when using Oxygen Builder

November 28, 2023 in Custom Code, Gutenberg, Oxygen Builder, Plugins, WordPress

I found this 3 remove filter functions very useful, when you need to use the theme.json and other files to customize the Gutenberg blocks and still use the Oxygen Builder. I just put these lines in code snippets plugin and activate. My option for code snippets plugin is Advanced scripts. You can customize Gutenberg in…

Continue reading

Aleš Sýkora wrote:

ACF Local JSON with Oxygen Builder

November 28, 2023 in ACF, Custom Code, Oxygen Builder, Plugins, WordPress

Would you like to speed up your page? If you use Advanced Custom Fields plguin, you may try the local JSON. Local JSON is a new feature added in version 5 which saves field group and field settings as .json files within your theme. The idea is similar to caching, and both dramatically speeds up…

Continue reading