Today, I got a situation where I needed to create a Divi button animation on the hover of the last list item of the header menu. I planned to make it like we have for other DIVI buttons through CSS and using DIVI Icon Font Library. Here’s the code that worked...
If Divi library export is not working or downloading a kb export file then opening the dashboard in a new incognito chrome browser window worked for me. Also if you have a large number of layouts then repeat this process by closing and opening the incognito tab, and...
Here is an example of how I created and implemented a simple shortcode, and added it to a page using divi-visual-builder (inside the text module). Here I am assuming that you have a good experience of creating child themes and PHP language. Included a PHP file in...
Bootstrap Slider – Good jquery slider plugin The bootstrap slider is a good option to add slider elements to your website. JQuery is optional and the plugin can operate with or without jQuery. I have used it in a couple of my freelance projects. Github:...
CSS Variables make code easier to read and change values throughout the project. CSS variables have access to the DOM, which you can change with JavaScript and on media queries. DEMO: Open demo in a full window –...
When it comes to real website development and big projects, it is sometimes better to use both approaches to get the desired results. So following are the media queries approach I follow to create responsive websites. /* Mobile First Approach – Smaller to Bigger...