Category: WordPress

With 208 articles also related to:

Aleš Sýkora wrote:

Oxygen two columns WooCommerce Cart

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

If you want better user experience with your WooCommerce store, you may need Two columns WooCommerce checkout. But maybe, you would like to offer this experience also in the Cart. If you want two columns WooCommerce cart, use the CSS code below in your Custom CSS Stylesheet inside Oxygen Builder. What do you think? Is…

Continue reading

Aleš Sýkora wrote:

Order posts by ACF field in Oxygen Advanced query

November 28, 2023 in Oxygen Builder, Plugins, WordPress

If you need filter your advanced query by ACF field, you need to use the field as a meta_key and then order by meta_value. You can set it up in Advanced query builder in Oxygen builder like this:

Continue reading

Aleš Sýkora wrote:

Automatically change text color by content of pricing table

November 28, 2023 in Custom Code, WordPress

Imagine you are creating a pricing table with two or more text options like: YesNoSpecial You want user to have a fine experience when adding the pricing table. So you want each option to have special color without forcing user to add some html classes. So define your table by table-cells or flexboxes and add…

Continue reading

Aleš Sýkora wrote:

Oxygen Builder: Advanced Custom Query examples

November 28, 2023 in WordPress

Current taxonomy query Suits good for Taxonomy archives for example. Top selling products in woocommerce category Needed args to get best products: Args to get current taxonomy: And together:

Continue reading

Aleš Sýkora wrote:

Oxygen Taxonomy Query multiple taxonomies and terms

November 28, 2023 in WordPress

You can use tax query when using Oxygen advanced query builder. If you want to display posts in categories in multiple taxonomies, you need to set it up right. Add tax_queryAdd relation AND | ORAdd tax_query arrays When you do this in code, it will look like this: When using oxygen, you need to construct…

Continue reading

Aleš Sýkora wrote:

Dequeue WooCommerce JS and CSS

September 28, 2021 in Custom Code, Plugins, WooCommerce, WordPress

If you do not use default WooCommerce Photoswipe lightbox, flexslider and other libraries, you can dequeue them for faster loading of your site. I am doing that especially when I use the Oxygen Builder because in most times I build my own product galleries with fancybox. How to do Dequeue WooCommerce JavaScripts and CSS styles?…

Continue reading

Aleš Sýkora wrote:

Translate Step status in multistep Fluent Form

November 28, 2023 in Custom Code, Fluent Forms, Plugins, WordPress

If you need to translate the “Step 1 of xx” in fluent forms, you can use this filter to do that. Just put it in your code snippets plugin (for example Advanced scripts) and change the ‘Step’ and ‘of’ to needed words. If you use titles for step names, use this code instead:

Continue reading

Aleš Sýkora wrote:

How to set scroll to the top with jQuery on click button

September 14, 2021 in Custom Code, WordPress

Create a button and set an ID to it. Then change the #submitButton in code below to your button ID and save. In Oxygen Builder, you can use a code block for this Javascript.

Continue reading

Aleš Sýkora wrote:

How to ignore sticky posts in Oxygen repeater?

November 28, 2023 in WordPress

If you create WordPress query with Oxygen Builder’s repeater element, then you propably want to ignore sticky posts sometimes. This is how you can do that with advanced query builder. You have two options of ignoring sticky posts: Ignore them from display pinned on the top, but display them in results of queryDo not display…

Continue reading

Aleš Sýkora wrote:

Oxygen Pro Menu menu selector – workaround fix on multisite

November 28, 2023 in Oxygen Builder, Plugins, WordPress

Symptoms: Pro menu on multisite doesn’t show the WordPress menus in select field. Unfortunately, this is a known issue when using the Pro Menu element on a multisite install. There is a workaround by manually adding the ID of the menu you want to display to the page or template shortcodes. To do this, add…

Continue reading