If you are creating a WordPress site for a user, you want to make sure everything is as easy as possible for them. One trick that can make things easier is to have images automatically resize when they are used for a featured image in WordPress. Resizing images may be easy for developers and graphic […]
Read More »This is the fourth installment on my series of posts on the Web Developer Toolbar. This post focuses on the forms series of tools. If you do any work with forms in your website endeavors you will find this section of the toolbar very useful. I must admit that I have been working with forms […]
Read More »Events Manager Extended is a great WordPress plugin that allows you to do all sorts of things events related on your website. I recently was trying to figure out a way to only display an event end date if there was one, otherwise don’t display it at all. Luckily, Events Manager Extended has a feature […]
Read More »Are you having issues with things overlapping your embedded Youtube videos? I recently embedded a Youtube video on a website and saw that my CSS drop down menus were overlapping the video. I tried setting some z-indexes and didn’t have much luck. Luckily I stumbled on a simple solution. The Solution Just add ?wmode=transparent to […]
Read More »Gmail’s Canned Responses feature is a very helpful tool for email users. Canned Responses allow you to save emails that you send over and over so that instead of typing out repetitive emails you can use a pre-formed template. Benefits Gmail’s Canned Responses have many advantages: Save yourself time while managing emails. Some people may […]
Read More »Your styling of HTML forms is important in order to have creative and good-looking web forms. Applying styles with CSS to all input forms is pretty simple, but sometimes you may need to style specific input fields and not others. Styling input forms You may know how to style all input fields using css. For […]
Read More »Adding an image to a page in WordPress is a simple and common process. Step 1: Open the page that you want to add an image to When you log into your WordPress dashboard, you will see a “Pages” menu on the left sidebar. Click the “Pages” menu, which will open the list of pages […]
Read More »I recently had a problem with cropping images in WordPress using the Image Editor. When I would click and drag my mouse on the image in the editor, the crop button would be inactive. After a lot of trial and error, I realized that I could only make the crop button active if the width […]
Read More »If you have updated WordPress to its 3.1 version, you will notice that when you view your site while you are logged into the admin section you will see an admin bar. Some users may like this new addition, but others may find it kind of obtrusive. If you are in the latter group, there […]
Read More »I recently had the need to be able to manually set the order of WordPress Custom Post Types on a WordPress site. There are many neat plugins that you can use to set the order of Custom Post Types, but for some reason all of the plugins that I used did not seem to work. […]
Read More »There are a lot of times where you may need to FTP into your server and work with the code in a WordPress theme directly. This post is aimed at WordPress users who are familiar with using the WordPress Dashboard, but have never logged onto the server. You should know a little something about coding […]
Read More »You guessed it, this section of the toolbar allows you to play with the styles of a website. Frontend web developers and designers will find a lot of value with these tools. Be sure to check out the other posts in the series as well. Disable Styles – Disable styles allows you to disable different […]
Read More »