Have you ever used the Slider Revolution WordPress plugin in a project? If the answer is “yes”, you might have noticed the mini toolbar that appears in the right corner of the plugin’s configuration page. Initially, only the icons are visible, keeping the whole thing nice and compact. Then each time you hover over an icon, its… Continue reading How to Build a MouseOver Navigation Slide Effect
Tag: CSS
How to Use the Free WordPress FooGallery Plugin to Create Image Galleries
Some websites require you to add many images in a single post or webpage. For example, you might want to upload a lot of images from an art exhibition or an event on a website. Similarly, any business that focuses on products and services might add a lot of relevant images on a single page.… Continue reading How to Use the Free WordPress FooGallery Plugin to Create Image Galleries
WordPress Survey Plugin: Forminator to the Rescue
Form builder plugins are very handy. Quizzes, polls, surveys, and even event registrations and quote requests are forms. With a form builder plugin, you save time and effort, and the finished product is a well-crafted and professional looking page on your site. A quiz is the type of post that gets shared, thus increasing the… Continue reading WordPress Survey Plugin: Forminator to the Rescue
15 Best CSS Libraries for 2019
Hey kids, you ready for me to tell you all about this newfangled thing called Bootstrap? Well get un-ready, ‘cause I’d never do that to you. It’s not that Bootstrap isn’t great, it’s just that if you work in web design, and you’ve been paying any attention at all, you already know about it. And… Continue reading 15 Best CSS Libraries for 2019
Is It Time to Embrace AMP?
If you own a website, you should have at least heard the term AMP before. If you haven’t, it’s likely you will hear more about it very soon. Google’s Accelerated Mobile Pages (AMP) Project has impacted the user experience of millions of mobile web users since its initial launch in 2015. Though primarily used to… Continue reading Is It Time to Embrace AMP?
How to Use HTML5 “picture”, “srcset”, and “sizes” for Responsive Images
<picture> is an HTML5 element designed to give us more versatile and performant responsive image functionality. Instead of loading a single image and trying to resize it to suit all possible viewport sizes and layouts, the picture tag loads multiple images of different sizes and resolutions, choosing the best fit for different scenarios. How Does <picture>… Continue reading How to Use HTML5 “picture”, “srcset”, and “sizes” for Responsive Images
How to Create a Mailchimp Subscribe Form Widget for WordPress
In this tutorial I’ll explain how to create a “Mailchimp subscribe form widget” using WordPress, the Mailchimp API, and AJAX. It will be aimed at competent beginner developers, and requires some understanding of PHP and WordPress development. There’s a lot to do, so let’s get stuck in! A Quick Note on APIs “The web has… Continue reading How to Create a Mailchimp Subscribe Form Widget for WordPress
An Introduction to CSS-in-JS: Examples, Pros, and Cons
CSS-in-JS libraries provide us with a new approach for writing CSS. They aim to tackle the limitations of CSS, such as the lack of dynamic functionality, scoping, and portability. In spite of its advantages, CSS-in-JS is a controversial technology, as many developers ask if it’s worth further complicating front-end development. This article intends to give… Continue reading An Introduction to CSS-in-JS: Examples, Pros, and Cons
Solving Problems With CSS Grid: The Gantt Chart
We recently published a tutorial explaining how to build a JavaScript-driven Gantt Chart. I think it’s the perfect case study for CSS Grid, so in this tutorial we’ll see how well suited CSS Grid Layout is for building a flexible Gantt Chart. Our CSS Grid Gantt Chart Here’s what we’re building. It uses CSS Grid… Continue reading Solving Problems With CSS Grid: The Gantt Chart
What’s New for Designers, August 2019
Some of the new tools in this month’s roundup are designed for productivity and getting ahead, from a tool that converts text to speech to a font that’s made for the winter holidays. That’s the whole point of new tools – to make our design lives that much easier. Here’s what’s new for designers this… Continue reading What’s New for Designers, August 2019
Popular Design News of the Week: July 22, 2019 – July 28, 2019
Every week users submit a lot of interesting stuff on our sister site Webdesigner News, highlighting great content from around the web that can be of interest to web designers. The best way to keep track of all the great stories and news being posted is simply to check out the Webdesigner News site, however,… Continue reading Popular Design News of the Week: July 22, 2019 – July 28, 2019
10 Best Mobile Apps for Learning to Code
What’s even better is that you don’t have to spend years mastering programming either. Thanks to numerous coding apps available for both Android and iOS devices, you can easily level up your coding skills even when you’re on the go. In this post, we’ve rounded up the best coding apps that will help you learn… Continue reading 10 Best Mobile Apps for Learning to Code
The Ultimate WordPress Page Builder: WPBakery
Web development and design come at a high price. For many entrepreneurs just starting out or who are in the early stages of their business, they will have difficulties finding developers and designers who will build their website on this low budget. Thankfully, WordPress plugin developers have seen this need for fast and cost-efficient ways… Continue reading The Ultimate WordPress Page Builder: WPBakery
How to Build a Responsive Navigation Bar with Flexbox
Time for a practical exercise in flexbox! In this tutorial we will use flexbox to create a mobile-first, responsive, toggleable navigation bar with different layouts for mobile, tablet, and desktop screens. Flexbox is Perfect for Responsive Navigation Flexbox is a versatile layout module with which we can create one-dimensional layouts that require flexibility, such as… Continue reading How to Build a Responsive Navigation Bar with Flexbox
Use the WooCommerce API to Customize Your Online Store
WooCommerce is the world’s most popular eCommerce platform. That’s partly because it’s built on the world’s most popular content management system (WordPress), and also partly because it’s free. But it’s also because WooCommerce, like WordPress itself, is incredibly flexible. If you install WooCommerce on your site, not only can you use it to quickly set… Continue reading Use the WooCommerce API to Customize Your Online Store
4 Ways to Use Visual Composer Hub to Harness Faster, Simpler Web Design
Drag and drop editors are wonderful tools, but they’re only as good as the elements you can give them access to. The Visual Composer Hub’s library of the types of templates and content elements is massive. What you have then is a fast and efficient drag and drop editor and access to a massive array… Continue reading 4 Ways to Use Visual Composer Hub to Harness Faster, Simpler Web Design
Avoid these 4 Website Redesign Mistakes that Sabotage SEO
As a freelance web designer/dev, one of the most common projects is a website redesign. Clients want their existing site (or specific pages) transformed into something superior. But this often comes with a price where SEO is concerned. Massive changes to site structure, architecture, and page elements can negatively impact their search engine optimization. And… Continue reading Avoid these 4 Website Redesign Mistakes that Sabotage SEO
How to Code a Landing Page in Your WordPress Theme
What You’ll Be Creating If you’ve bought anything on the internet, you’ve probably come across a landing page. They’re a highly effective way of maximizing conversions from a website. But just what is a landing page, and how do you create one for your WordPress site? In this tutorial, I’ll demonstrate what makes a landing… Continue reading How to Code a Landing Page in Your WordPress Theme
Best Free WordPress Plugins for Optimizing Website Performance
Did you know that search engines like Google give preference to fast-loading websites in their rankings? Visitors are also less likely to abandon your site if it loads quickly. Everyone expects a website to load as quickly as possible—if it doesn’t, they will likely abandon it and visit the competitor instead. This means that a… Continue reading Best Free WordPress Plugins for Optimizing Website Performance
How to Add a Free WordPress Music Player to Your Site
Any website which lets users discover, buy, share, or download music or other sound effects should always have an audio player. Every user would like to preview the audio or music to determine if they want to purchase or share it or not. Giving users the option to play this audio from the webpage itself,… Continue reading How to Add a Free WordPress Music Player to Your Site
Create a JavaScript Contact Form With the Smart Forms Framework
In our earlier posts, we listed some free plugins and tools that you can use to create your own forms. One major downside to using free tools to create forms is that the end product might not look as professional and polished as you expect. Similarly, using free libraries to code your own forms might… Continue reading Create a JavaScript Contact Form With the Smart Forms Framework
How to Create a Mega Menu With a Free WordPress Plugin
In this post, we’ll explore the WP Mega Menu plugin which allows you to create content-rich navigation menus on your WordPress site. We’ll go through the different aspects of this plugin and we’ll also build a real-world example for demonstration purposes. A sticky menu stays at the top of the screen, so that however far… Continue reading How to Create a Mega Menu With a Free WordPress Plugin
Create Beautiful Forms With PHP Form Builder
If you are a PHP developer, creating forms, validating form submissions, and managing PHP sessions are probably tasks that are part and parcel of your job. All these tasks, although rather repetitive, require lots of time and attention, especially if you care about best practices relating to design and security. By using a well-tested form… Continue reading Create Beautiful Forms With PHP Form Builder
Kerning, Leading, Tracking, and Everything You Need to Know About Text Spacing
The space between letters is just as important for legibility as the text itself. If your website is hard to read, don’t just consider the typeface: consider the white space as well. With kerning, leading, tracking, and other spacing tools, you can make your text more readable without a major design overhaul using these text… Continue reading Kerning, Leading, Tracking, and Everything You Need to Know About Text Spacing