Category: Plugins
With 208 articles also related to:
Aleš Sýkora wrote:
Bricks: Get ACF Radio field Value and Label
August 28, 2023 in ACF, Bricks Builder, Plugins, WordPress
This tutorial is made for Brics Builder users who you use ACF Radio field set to return Array and wants to get the Value or Name of the radio selected. Make sure your ACF radio field is set to return Both (Array) and your options contains both of them like this: After the Bricks Builder…
Aleš Sýkora wrote:
Solve .breakout-full class body overflow in Automatic.css
August 3, 2023 in Automatic.css, Plugins, WordPress
If you use Automatic.CSS framework, you may encounter a known glitch when using .breakout–full class. It’s an issue with anything that is with 100vw. The overflow is caused by the vertical scrollbar on the edge of the page. It only shows an overflow to the user depending on their browser or operating system settings. It’s…
Aleš Sýkora wrote:
How to Retrieve ACF Field from a Group field within an Option Page
November 28, 2023 in ACF, Custom Code, Plugins, WordPress
If you want to use ACF fields data from option page – it’s easy. You can just use get_field(‘field_slug’,’option’) unless you wrap the field in the group field. Let’s take a look how to get the field data. Understanding the Structure of Advanced Custom Fields Before we dive into the specifics, let’s take a moment…
Aleš Sýkora wrote:
How to get RankMath primary WooCommerce product category
January 9, 2024 in Custom Code, Plugins, RankMath SEO, WooCommerce, WordPress
Learn how to retrieve and display the primary category of a product in WooCommerce using the RankMath plugin. WooCommerce lacks a built-in feature to assign a primary category, but RankMath fills this gap. With the provided code snippet, you can retrieve the primary category ID and output the category link and name. Improve your SEO…
Aleš Sýkora wrote:
Separate WooCommerce Categories and products
November 28, 2023 in Custom Code, Plugins, Shoptimizer, Themes, WooCommerce, WordPress
When you use default WooCommerce archives, you may like to display child categories and products on category page. When you do it like that, you will see that flex columns and rows has been created, and products starts right after last category, on same row. I would like to have my subcategories separated from products…
Aleš Sýkora wrote:
How to check if product category has child terms on term archive page?
November 28, 2023 in Bricks Builder, Custom Code, Plugins, WordPress
If you want to display or hide some content on WooCommerce product category archive page based on if it has child terms, then you will need to check if current category archive term, has a childs.
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.
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.
Aleš Sýkora wrote:
ACF flexible content: Oxygen builder examples
May 29, 2024 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…
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)?