Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

A Domain transfer can take 1-7 days after initiating the process

Today I learned, a domain transfer can take somewhere between 1-7 days after you have entered the AUTH code for transfer. The old registerar can ask you to cancel the transfer via email but if it is left and no action for approval. So It may take somewhere between 1-7...
How to create a Divi button arrow animation on hover?

How to create a Divi button arrow animation on hover?

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...
Divi Layouts Exporting a 0kb file – Self Observation

Divi Layouts Exporting a 0kb file – Self Observation

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...
How to create a custom shortcode in WordPress?

How to create a custom shortcode in WordPress?

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

Bootstrap Slider – Good jquery slider plugin

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

CSS Variables

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 –...