Latest news from Great-tit

I firmly believe that sharing knowledge is the key to mutual growth and development. Each article and guide I write is the result of countless hours of intense research and the unwavering passion I pour into it. Your support enables me to continue creating high-quality, informative, and engaging WordPress resources that empower you on your journey.

Published articles related to:

Aleš Sýkora wrote:

Bricks builder WooCommerce Queries

November 28, 2023 in Bricks Builder, Custom Code, Plugins, WooCommerce, WordPress / 0 comments

WooCommerce TOP selling products query in Bricks You need to use Query editor for this and add this code: WooCommerce Featured products query in Bricks To display featured products only, use this in your Query Loop: Retrieve WooCommerce “NEW” products added not more than 30 days ago Bricks builder currently lacks the Date Query, however,…

Continue reading

Aleš Sýkora wrote:

How to Customize the Home Link in WooCommerce Breadcrumbs

November 28, 2023 in Custom Code, Plugins, WooCommerce, WordPress / 0 comments

WooCommerce provides posibillity to display breadcrumbs. These are usable especially for navigation between shop page and archive categories. By default the first link is called Home and url is set to the homepage. What if we want to set it to the shop page? BeforeAfter WooCommerce breadcrumb filter usage WooCommerce provides a straightforward way to…

Continue reading

Aleš Sýkora wrote:

WooCommerce gallery in Bricks dynamic data

December 6, 2023 in Bricks Builder, Custom Code, Plugins, WooCommerce, WordPress / 3 comments

If you would like to use WooCommerce product gallery images in Bricks dynamic data – for example with Gallery module, then you find, that there is no option for that. The solution is simple – create custom function to get the images and then call it with echo. This can be used for Bricks carousel…

Continue reading

Aleš Sýkora wrote:

Uni CPO 4 and Bricks builder

December 6, 2023 in Plugins, UNI CPO, WordPress / 0 comments

We will guide you through the steps needed to make UNI CPO4 working with Bricks builder.

Continue reading

Aleš Sýkora wrote:

Bricks: wp_body_open and wp_footer don’t work

January 17, 2024 in Bricks Builder, Plugins, WordPress / 0 comments

Bricks builder doesn’t work with wp_body_open and wp_footer actions. You need to use custom actions instead.

Continue reading

Aleš Sýkora wrote:

Bricks: WP Query by ACF Date field

November 28, 2023 in Bricks Builder, Plugins, WordPress / 0 comments

If you want to display a post type with the ACF date field assigned to display (for example) events in the future by the date, you should know how to create the query in Bricks. You must set the return value of ACF date field to Ymd Then create the Query to display today’s and…

Continue reading

Aleš Sýkora wrote:

Bricks: Get ACF Radio field Value and Label

August 28, 2023 in ACF, Bricks Builder, Plugins, WordPress / 0 comments

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…

Continue reading

Aleš Sýkora wrote:

Solve .breakout-full class body overflow in Automatic.css

August 3, 2023 in Automatic.css, Plugins, WordPress / 0 comments

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…

Continue reading

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 / 0 comments

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…

Continue reading

Aleš Sýkora wrote:

How to get RankMath primary WooCommerce product category

January 9, 2024 in Custom Code, Plugins, RankMath SEO, WooCommerce, WordPress / 4 comments

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…

Continue reading