ARTICLES

Articles related to Tips

9 December 2022

Elementor Pro JavaScript Popup Events Change

Updated an Elementor website to v3.9.0 and noticed my previous custom JavaScript listening on Elementor popup show and popup hide…

Read more
12 October 2022

JavaScript To Toggle WooCommerce Mini Cart In Bricks Builder

Below JavaScript function found in themes/bricks/assets/js/woocommerce.min.js From the script above, understand that Bricks will add click handler on DOMContentLoaded through…

Read more
30 September 2022

Some Powerful Filter Hooks in Bricks Builder You Might Not Know

1) bricks/element/settings This filter already in Bricks since v1.5. (Documentation Link) It allows you to tweak the element settings before…

Read more
21 July 2022

Bricks Builder Useful Functions And Tips

Some useful functions and tips available in Bricks theme that I always use. Please note that I only use them…

Read more
15 July 2022

Add Alpine JS Attributes In Bricks Element

Set x-on:click as attribute key, open = ! open as attribute value, when inspect in front end, the attribute key…

Read more
2 July 2022

Retrieve Defined But Unused CSS Classes In Bricks Builder

This is not a tutorial, decided to record some important notes and tag these as Dev Logs. Problem In Bricks…

Read more
24 June 2022

Temporary Solution For Range Filter In JetSmartFilters (Get Correct Min/Max Value From Meta Key)

Saw a JetSmartFilters bug reported by a friend in Crocoblock Facebook group recently. Quite interesting and I did a test…

Read more
8 May 2022

Hide Elementor Form After Successful Submission via jQuery

Sometimes I would like to hide the Elementor form after submission. However, the the default Elementor behavior is resetting the…

Read more