Category: Custom Code

With articles also related to:

Aleš Sýkora wrote:

Disable ACF HTML escaping

March 5, 2024 in ACF, Custom Code, WordPress

Learn, how to disable the new ACF security feature, which enable the kses HTML escaping of potentially unsafe HTML in ACF fields.

Continue reading

Aleš Sýkora wrote:

LearnDash: Custom Shortcodes for Kadence Query Loop

February 29, 2024 in Custom Code, Kadence, LearnDash, Plugins, Themes, WordPress

I just tried to use Shortcodes from LearnDash in Kadence Theme query loop without andy luck to make them work. So I made mine own ones.

Continue reading

Aleš Sýkora wrote:

ACF Gallery in Bricks Loop

February 26, 2024 in ACF, Bricks Builder, Custom Code, Plugins, WordPress

If you want to build your own gallery layout and you want to be completely free of Bricks Gallery block, then you may need to use custom query.

Continue reading

Aleš Sýkora wrote:

WooCommerce Block Cart: Extend product name

February 15, 2024 in Custom Code, WooCommerce, WordPress

Add emoji before and after product name in Cart.

Continue reading

Aleš Sýkora wrote:

Incompatible archive ─ WordPress 6.4.3 SOLVED!

February 14, 2024 in Custom Code, WordPress

Since latest WordPress release, you may encounter getting “incompatible archive” error when uploading plugins or themes.

Continue reading

Aleš Sýkora wrote:

Fluent Forms: How to Detect and save Sender’s Website Language with Smartcode

February 8, 2024 in Custom Code, Fluent Forms, WordPress

You can get the website language code when user submit the Fluent Form with custom Smartcode.

Continue reading

Aleš Sýkora wrote:

Bricks Builder: ACF True/false in conditions

February 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress

If you want to use ACF True/False field in conditions for display/hide Bricks Builder modules you need to know something…

Continue reading

Aleš Sýkora wrote:

Get WooCommerce Checkout fields slugs

January 9, 2024 in Custom Code, WooCommerce, WordPress

Knowing checkout field slugs is crucial for customizing and optimizing your checkout process. It’s like having a secret key to unlock the full potential of your e-commerce site.

Continue reading

Aleš Sýkora wrote:

Display the content of a parent post in a child post using Bricks Builder

January 5, 2024 in Bricks Builder, Custom Code, WordPress

In this tutorial, you will learn, how to display content of parent post on it’s child post page. It is not a normal scenario, however, sometimes is needed.

Continue reading

Aleš Sýkora wrote:

Display Bricks element if is_page or is_archive or is_single

January 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress

Use global reusable templates and change the content with determitaion functions.

Continue reading