Mixitup and Bootstrap Data Toggle Interference Solution
February 18, 2020In this post, discuss how using Mixitup and Bootstrap data toggle interface solutions can cause issues and offer a code solution to help resolve those.
Zedric joined Beacon in 2011 and is a Senior Lead UI Developer for Beacon Technologies. After earning his degree in Advertising and Graphic Design, he spent 11 years with an advertising agency in Greensboro, NC where he was initially hired as a designer and transitioned to being a Web Developer.
In this post, discuss how using Mixitup and Bootstrap data toggle interface solutions can cause issues and offer a code solution to help resolve those.
There are different approaches to adding conditionals in a foreach loop. These are just a few code examples that are simple and easy to integrate in Velocity.
This applies to Cascade Velocity formats. If you’ve ever had to pull in content through an external feed that has rich HTML, this piece of code may help you. Sometimes you may see HTML tags or code output into the content of the page. Such as, <Content goes here.>.
If your project requires parallax background images, you’ll want to keep this note in mind. If your slider or content area that the parallax resides in has a 3D transform attached, you’ll want to remove that code for the background parallax image to properly work.
This is just a quick helpful how to tip for Font Awesome 5 custom CSS icon fonts. When adding your own custom styling to the fonts, be sure to add a font-weight: 900 style. This will allow the icon to properly show on the page. Otherwise, you may get an empty icon placeholder in the web browser.
This is an example of ARIA labels for screen readers that read ARIA labels. It ultimately helps the end user.