Skip to main content

How to add separators between menu items

Select your Menu Builder element and add one of the separator styles in Advanced / Custom CSS. It will apply only on desktop view and won’t affect the mobile menu, which already uses its own separators.You can easily adjust the width and height by updating the CSS variable values. Basic Separators Home Tutorials The Best […]

Semantic Image Captions in Breakdance: Proper Use of Figure & Figcaption

Supamike working on WordPress There is a proper way to add a caption to an image in HTML.While we could wrap everything in a <div>, there’s a more semantic approach that improves accessibility. It’s by using the <figure> and <figcaption> HTML tags: <figure> <img src="image.jpg" alt="Description of the image"> <figcaption>This is the caption for the […]

How to add backdrop filter effects to the Menu Builder

Home The Best for WP Breakdance #1 WP Page Builder AnalyticsWP #1 WP Analytics Plugin Motion.Page #1 WP Animation Plugin The Cypher #1 BD Community WPCodeBox #1 WP Code Snippets plugin GridBuilder WP #1 WP Grid & Facet Plugin Bit Flows #1 WP Automation Plugin ICDSoft #1 WP Hosting Service Breakdance Stuff Breakdance Addons Awesome […]

How to Make Your Slider Autoplay When in View

The following code will make your slider autoplay only when it comes into view.You can control when the animation triggers by changing the threshold value. Instructions are simple: paste this code in a Code Block immediately after your slider. It works with the Basic Slider, Advanced Slider, and Gallery element when set to Slider layout. […]

How to insert a shortcode from an ACF field

For some reason, the shortcode element doesn’t include the dynamic data option, so a shortcode can’t be inserted directly via a custom field.With one extra step, we can still make it work. For example, here is a custom field used to insert a shortcode: In a new Text element, click the icon to add dynamic […]