The download attribute in HTML is used with anchor (<a>) elements to indicate that the target of the link should be downloaded rather than navigated to. When a user clicks…
AnalyticsWP (aff link) is a lightweight, privacy-focused WordPress plugin that helps website owners track visitor behavior and understand user journeys, without slowing down the website or sharing data externally. Form…
Special thanks to Renato Ćorluka, the genius creator of Headspin UI for Breakdance for this incredible tip ❤️ The easiest way to get a color from an ACF Color Field,…
Starting from version 2.1, the image element has been completely revamped. The front-end has been enhanced for efficiency, and new controls have been added. Important note: Technically, the new Image…
For those familiar with Swiper.js, you can further customize your sliders by injecting custom code. Here are a few examples below that you can use as inspiration. To implement these…
When upgrading from Breakdance v1 to v2, the new layout feature for Sections or Divs won't be visible and you might still see the old layout. That's normal, if options…
Breakdance AI lets us choose between these 3 models: GPT-3.5 Turbo (gpt-3.5-turbo) GPT-4 Turbo (gpt-4-turbo-preview) GPT-4o If you want to use another model from OpenAI, like for example gpt-4o-mini ,…
A modern way to center a specific element within a flex or grid container. align-self in CSS allows you to adjust the alignment of a specific element within a flex…
Pressing the space key in a form located inside a dropdown created using the Menu Builder, will always close the dropdown, preventing proper usage of the form. To fix that…
Good news, Breakdance already uses GSAP!!!But it only loads the GSAP files when they are needed. This is great for performance, obviously, but it also means that we need to…
Starting with v1.3, the GSAP files are loaded through a CDN instead of being loaded locally, as was the case in previous versions. What is GSAP ? GSAP (GreenSock Animation…
This CSS code will ensure that your footer stays at the bottom of the page, regardless of the size of the content.Which is different than a Sticky footer. Sticky means…
Here are a few tips to help you customise the Scroll Progress element a little bit more. Custom TransitionBy default, the Scroll Progress transition animation is set to 0.3s with…
Opening Breakdance is like opening the website in the frontend!Which means that all third-party scripts will also run inside Breakdance.Why it can be an issue?Let's say that we need to…