Menu
20 Items sold in last 3 days
12 People watching this product now!

BricksExtras The Bricks Add-on GPL v1.5.3

Original price was: 64.36$.Current price is: 3.28$.

BricksExtras The Bricks Add-on GPL – The #1 element library for Bricks Builder. 33 advanced elements and many additional element features with a strong focus on both accessibility & flexibility to help expand your capabilities when building with Bricks

Description

BricksExtras The Bricks Add-on GPL Overview

The #1 element library for Bricks Builder. 33 advanced elements and many additional element features with a strong focus on both accessibility & flexibility to help expand your capabilities when building with Bricks.

This feature enables you to create floating effects for any element. Ideal for bringing the user’s attention to particular images/features or just creating more depth to the design.

This feature can be activated from the ‘interactive’ tab inside any native element. If adding to an image, it’s recommended to wrap in a div or block and instead add the functionality there.

Direction – Choose the direction that the element will move, either Horizontally or Vertically.

Duration – Set the speed of the animation by changing the overall duration. 6000ms is the default.

Distance – Set how far you want the element to move. Negative number will move it in the opposite direction. -20px is the default.

Delay – Adding delays helps you when you’re adding floating to multiple elements, but want them out of sync slightly.

Header Extras / Rows

BricksExtras adds more settings to the header template and a new ‘header row’ element to help you more easily build multi-row headers with support for adding overlay headers & sticky headers conditionally per page/template at different breakpoints. Header rows can be set to display or hide based on if the header is currently sticky or overlay.

Setting up Overlay & Sticky Headers Globally

Head to your header template and go to settings > template settings > header extras. Anything you set here will be the default globally, and then can be disabled or reconfigured per template/page if needed.

Setting up Overlay & Sticky Headers Per Page/Template

If the majority of the site doesn’t need an overlay or sticky header, it may make more sense to leave it disabled in the header template and instead set it up on the individual pages or templates where it’s required.

Go to either..

  • settings > page settings > header extras
  • settings > template settings > header extras

depending if you’re editing a template or an individual page. It’s the same process for disabling per page/template if you’ve already made it global.

Sticky Headers

The sticky headers in Header Extras settings is different to the native Bricks sticky header in a number of ways to make it more flexible..

  • Can be set at a specific breakpoint and conditionally enabled/disabled per page/template.
  • Supports use with overlay headers without needing to manually correct for top content padding.
  • Hide at a certain scroll distance can be changed per page/template.
  • Allows for different header rows to be conditionally hidden/shown when sticky or when overlay.

    Parallax Scroll

    This feature allows you to change the scroll speed of any elements across different devices. Ideal for adding more depth where elements can appear further away and closer to the reader as they scroll the page.

    This feature can be activated from the ‘interactive’ tab inside any native element. If adding to an image, it’s recommended to wrap in a div or block and instead add the functionality there (or add a overlay to create a wrapper for the parallax).

    How it works

    You set the scrolling speed between -10 and 10. Zero being normal scroll. The higher the number, the more extreme the effect, so it’s generally recommended to stick to using low numbers.

    A negative value will make it move slower than regular scrolling, and a positive value will make it move faster.

    Example Use

    If you don’t want elements to move around the page much, to preserve the layout structure, there’s also the option to contain the parallax inside of a container with overflow hidden.

    Scroll speed – Set your scroll speed between -10 and 10. Numbers closer to zero will be more subtle, I recommend more subtle 🙂 Like with any styling added, the scroll speed is inherited across smaller devices but can be changed for smaller devices. By default, the mobile device is set to 0 and so the parallax effect is removed.

    Popovers / Tooltips

    Build custom popovers and tooltips. Supports nesting elements inside, being used inside of query loops and is out of the box responsive and accessible.

    Overview

    The popover element can be used in a few different ways, to cover many use cases.

Out of the box it consists of two parts, the ‘button’ or ‘marker’ which is the element that the user would interact with either by hovering/clicking or by keyboard (for eg see the green icons above in the image) and then the popover content, which is the content that pops up. Any elements can be nested inside of the popover content and can be used with dynamic data.

There’s also the option to use to add as tooltips, to any other elements on the page. This is for when you want the user to interact with other elements on the page, not the built-in button, for the popover to appear. See the ‘advanced’ settings.

Popover Content

The typography, colors, shadows, etc can all be styled from the popover content tab in the settings. If you’re nesting elements inside, then you are free to style each element however you like using the relevant style settings for that element.

Behaviour

Preferred Popup Placement – By default, the popup will appear where it has room to do so, the auto setting will ensure that across different devices there is always space. However, if you need to force it into a certain direction you can do with this setting.

User Interaction to Open – ‘Click’ ensures a click and tap will open the popup. If you’re wanting to open on hover, use ‘mouseenter click’, this way on desktop the hover will trigger it, but on mobile the user can still tap to open.

Offset Skidding – Change the position of the popover along the side of the element in which it will appear.

Offset Distance – Add spacing between the edge of the element and the popover position

Append to body – This option is ideal for situations where the popover is being added inside an area that either has overflow:hidden or a lower z-index than neighboring elements, and therefore is causing the popover to not be fully visible when opened. Enabling this setting will ensure the popover is always above all other elements on the page by moving the popover to the bottom of the page, while still positioning it correctly above the element it needs to.

Animation

Set the starting position of the popover to control the reveal animation. By default, the starting position is translateY of 10px and a scale of 0.95. This means the popover scales up and moves slightly upwards when revealed.

Tooltips

I’d recommend using the built-in button where possible, to open up the popover, as you then have the done-for-you accessibility and it’s relatively easy to get set up.

However, you can also use the element to dynamically add tooltips to other buttons/links etc on the page. Here you enable tooltip mode and then provide the selector of the elements on the page that should have a tooltip.

Use as tooltip – Set element to ‘tooltip’ mode, meaning it will be looking for other elements on the page for the user to interact with.

Element selector – Add the selector for the element(s) to be interacted with to show a tooltip. If wishing to use on multiple elements, the simplest way is to use a class, and add the same class to multiple elements.

Hide button in builder – Even with tooltip mode enabled, the button remains visible in the builder just so you can click it to style the popover content or add in new elements. Once you’ve set things up, you may wish to hide the button so it matches the front end (where there’s no button).

Tooltip Content

Dynamic tooltip text – If you wish to add tooltips to multiple elements, to make each element have it’s tooltip content, enable this setting and then head to your chosen element’s ‘Tooltip’ setting (in the style tab) to add content for that element specifically..

For example.. here we’re adding some manual content to a button element in the settings (making sure the button has the class to match the ‘element selector’ from the tooltip settings)

Tilt Hover

This feature allows you to add a tilt effect by hovering over the element. Nice effect for bringing attention on specific elements and another way to make the page feel more interactive, especially for elements that are clickable like large call to action buttons or linked images.

This feature can be activated from the ‘interactive’ tab inside any native element. If adding to an image, it’s recommended to wrap in a div or block and instead add the functionality there.

Max rotation – Maximum tilt rotation in degrees. (lower will give a more subtle effect, it’s unlikely to need anything higher than 15)

Start rotate X – Starting position rotation along the x-axis, if needing to rotate before the user hovers.

Start rotate Y – Starting position rotation along the y-axis, if needing to rotate before the user hovers.

Scale – Adds a scale along side the rotation when the user hovers. (2 = 200%, 1.5 = 150% etc)

Speed – Speed of the transition in ms

Perspective – The transform perspective ( the lower the more extreme the tilt gets ).

Glare – Enable glare effect as the element rotates. Set the max glare to control how extreme)

Disable tilt effect – Choose the viewporth width to disable the effect if wishing to remove for smaller devices.

Additional information
Brand

License Type

Activation

Pre-activated

Reviews (0)
0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “BricksExtras The Bricks Add-on GPL v1.5.3”
Coupon

SUMMER SALE – Use coupon code GPL25 for an instant 25% discount on all items

Valid till 21st June

The offer applies to all items, including Themes, Plugins, Membership Plans, Exclusive, and Lifetime Deals.

Best Selling Products

Starter Membership – Access to 5500+ GPL Products For A Month

Original price was: 121.58$.Current price is: 8.57$.
Sale
Elementor Pro Page Builder Exclusive Deal
Select options This product has multiple variants. The options may be chosen on the product page

Super Saver Membership – Free Access To 5500+ GPL Products For 6 Months

Original price was: 171.65$.Current price is: 35.75$.
Sale
Rank Math Pro Exclusive Deal
Select options This product has multiple variants. The options may be chosen on the product page
Sale
WP Rocket Exclusive Original License Deal
Select options This product has multiple variants. The options may be chosen on the product page

VIP Membership – Free Access To 5500+ GPL Products For 1 Year

Original price was: 228.87$.Current price is: 64.36$.

Lifetime Membership – Lifetime Free Access To All 5500+ Available & Upcoming Products

Original price was: 715.24$.Current price is: 150.19$.

Astra Pro Addon Lifetime Deal With Original License | One Time Purchase

Original price was: 171.65$.Current price is: 12.14$.
Shopping cart
Sign in

No account yet?

Real GPL Sale
Best EVER Time To Join Lifetime Membership

30% Discount on Lifetime Membership Plan

Use Coupon ``New30`` Valid Till 21st June
Home
My account