This element is coming from the Image/Icon Box, but it combines them and adds tons of extra features. It lets you:
This is v2 of the table element. It lets you:
This element let's you place any FF form and style it. It lets you:
This is dynamic content gallery slider based on images fetched from an ACF Gallery field. You can:
This element is an extention of the Accordion Content element with multiple extra features. It lets you:
This element is useful when creating any price listing. It allows you to:
This element replaces the previous Restaurant Menu, but backward compatibility is ensured (old element will still work if used before).
This element is useful when creating simple boxes where you want to combine some content overlayed on a media background. It allows you to:
This element is the old Image V1 element from Breakdance pre 2.1. It allows you to:
You can't however (as opposed to V2):
Keep in mind that the reason for Breakdance to move to Image V2 was significantly decreasing the markup footprint (1 tag deep in V2 vs. 5 in V1) at the cost of functionality, that can be achieved differently (eg. via the Wrapper Link).
Actually this is not an element, but a builder tweak adding a neat feature to the behaviour of the Rich Text element, or rather all Rich Text editor popups in any element. By default the are fixed in size, cannot be moved, they cover the content. Wouldn't it be great to be able to move it to the side and make it eg. vertical? Well, with our tweak you can do this now! It lets you:
The Breakdance Builder is being opened in an iframe and its <body> tag does not have any unique class that let's you identify that the builder is open. So if you would like to add any CSS conditionality that recognizes when the builder is open, you cannot easily do it. Same with the TranslatePress multilingual plugin, which behaves in the same way. With this tweak you can change this now! It lets you:
.breakdance-editor-open
class on the <body>
tag inside the builder's iframe allowing you to custom style the builder or do some conditionality like 'if the builder is open that do this' (so you could do via your CSS something like html[lang="en-GB"] body&:not(.breakdance-editor-open) .some-section-class { display: none; }
;.translatepress-editor-open
class on the <body>
tag inside the TranslatePress multilingual plugin's iframe allowing you to custom style the translation editor or do some conditionality like 'if the builder is open that do this' (for example hide some content in the main language, but show it in the editor to translate - you can use for example in your CSS: html[lang="en-GB"] body&:not(.translatepress-editor-open):not(.breakdance-editor-open) .some-section-class { display: none; }
if you would like to combine both above;The current looks of the WordPress backend was implement in version... 3.8 in... June 2013! What?! Yes, really. It hasn't changed for that last 11+ years. Users all over suggested that this should be modified again, as it does not really stand up to the current UI design and that it looks a little... old school. Of course, like every thing, it has its fans. However when looking into any roadmap of WordPress, we don't see any plans for a new UI. So plugins like Ultimate Dashboard, Adminify or UI Press have their place and offer wide arrays of customization to the dashboard, offering many times plenty of extra features. But first - they cost significantly, and secondly - they add to the total plugin list which may not be a good way to go each time. So here is a simple solution for Breakdance users - a purely CSS based backend customizer which gives you a significant change in how the dashboard can look like. Nothing too fancy, but makes a difference.
One time payment
Unlimited websites
Unlimited updates
When you buy the plugin via Payhip, make sure to check the "Send me product updates and offers via email" checkbox if you want to get product updates.
After purchase you will get a "Thank you for your Innova Elements purchase" email from Payhip with a download button. It's advised to go with the "Add the above product to your customer account so that you can view all your orders from one place" process - this will give you easy access to the product and updates.
v1.0 Available elements: Advanced Infobox, Dynamic Texts, Simple Counter, Accordion Content Advanced, Rich Text editor popup draggable and resizable tweak
v1.1 Added tweak to add a .breakdance-editor-open
class to the builder's iframe body tag when BD editor is open (now the <body> of the frontend page and the <body> of the builder's iframe do not differ so no way to identify by class or id when the editor is open). Same tweak for the TranslatePress plugin (class .translatepress-editor-open
), as it has the same issue with the <body> tag. Fix: the draggable RichText window had issues with vertical scrolling - now fixed.
v1.2 Added new element: Restaurant menu item. Added new feature: customizable custom admin dashboard.
v1.3 Replaced Restaurant Menu element with a more flexible Price Box module (backward compatibility ensured), added Breakdance's old Image V1 module that includes all extra features (at bigger markup cost), fixed custom dashboard CSS with content width.
v1.4 New element 'Text over Media' that allows you to create a box with any background media (image, gradient, video, slideshow) with a colour overlay and add a content overlaying layer (via rich text); changes in the PriceBox element (now you can add a text/button link, fixed issues with connector display; changes in the Advanced Infobox element (you can add also a text link, besides button and linking entire box).
v1.5 New element 'Table Advanced' (v1) that allows you to create manual tables with powerful content and styling options; Price Box's price typography fix.
v2.0 Total plugin rewrite according to best WP practices for file structure, logic and security. New element: ACF Gallery slider. Plugin settings moved to submenu under Settings. Fixes: custom dashboard, Text over Image element background sizing on mobile.
v2.1 New element: Formidable Forms form styler. New Table element data source: ACF Repeater (incl. options pages repeaters).