Quantcast
Channel: Fill in the Blank
Browsing all 18 articles
Browse latest View live

Removing Breadcrumbs in WooCommerce

The Solution: Go to the functions.php file in your theme’s folder (i.e. /wp-content/themes/your-theme/functions.php) and add the following code before the end of the file and before the ?> (if it...

View Article



Blurry Jpegs in WordPress (multiple solutions)

Today we find ourselves pulling our hair out as a result of trying to resize JPEGs in WordPress. The Issue: We are currently working on a project where we needed to upload multiple images. Once that...

View Article

Where is this  coming from?

The Issue: You’re compiling HTML (4 or 5) code and think everything is fine and dandy — until you upload the code and suddenly see weird characters like “” in the browser. What happened? The...

View Article

Getting the YouTube tag with PHP

The Solution [crayon-56a3f40f2b837571811587/] The Explanation The piece PHP code above will allow you to extract the ID number inside of various youtube URLs. This helps you so that your client isn’t...

View Article

Removing WooThemes Updater Plugin Notice and IgniteWoo Updater Notice

The Solution Add these lines of text to your functions.php file in your theme folder: [crayon-56a3f40f2b440856885800/]   The Explanation We noticed after the installation of the new version of...

View Article


Google Fonts + SkyFonts

We all love Google Fonts as designers and developers because they give you so many FREE options for fonts. Instead of using cufon or @font-face which don’t always translate from design to development...

View Article

Tired of using Bridge for image resizing, use sips

Use the command line in terminal on your macbook pro in order to resize a directory full of images. This works beautifully: [crayon-56a3f40f2b10e470316064/] The command is sips -Z : Resample image so...

View Article

Woocommerce Wishlist button on content-single-product.php

We searched for this tirelessly! In order to add the “Add to wishlist” button into your custom built content-single-product.php you must add this line to the top of your file:...

View Article


Are your fonts cutting off halfway?

  Is the Google webfont Oswald cutting off halfway in your website? The Problem The problem deals with locally loaded fonts as opposed to dynamically loaded fonts. This happens with font-weight:300 on...

View Article


Removing Breadcrumbs in WooCommerce

The Solution: Go to the functions.php file in your theme’s folder (i.e. /wp-content/themes/your-theme/functions.php) and add the following code before the end of the file and before the ?> (if it...

View Article

Blurry Jpegs in WordPress (multiple solutions)

Today we find ourselves pulling our hair out as a result of trying to resize JPEGs in WordPress. The Issue: We are currently working on a project where we needed to upload multiple images. Once that...

View Article

Where is this  coming from?

The Issue: You’re compiling HTML (4 or 5) code and think everything is fine and dandy — until you upload the code and suddenly see weird characters like “” in the browser. What happened? The...

View Article

Getting the YouTube tag with PHP

The Solution [crayon-5becb5852569b491284405/] The Explanation The piece PHP code above will allow you to extract the ID number inside of various youtube URLs. This helps you so that your client isn’t...

View Article


Removing WooThemes Updater Plugin Notice and IgniteWoo Updater Notice

The Solution Add these lines of text to your functions.php file in your theme folder: [crayon-5becb58525201202753251/]   The Explanation We noticed after the installation of the new version of...

View Article

Google Fonts + SkyFonts

We all love Google Fonts as designers and developers because they give you so many FREE options for fonts. Instead of using cufon or @font-face which don’t always translate from design to development...

View Article


Tired of using Bridge for image resizing, use sips

Use the command line in terminal on your macbook pro in order to resize a directory full of images. This works beautifully: [crayon-5becb5852502a388446097/] The command is sips -Z : Resample image so...

View Article

Woocommerce Wishlist button on content-single-product.php

We searched for this tirelessly! In order to add the “Add to wishlist” button into your custom built content-single-product.php you must add this line to the top of your file:...

View Article


Are your fonts cutting off halfway?

  Is the Google webfont Oswald cutting off halfway in your website? The Problem The problem deals with locally loaded fonts as opposed to dynamically loaded fonts. This happens with font-weight:300 on...

View Article
Browsing all 18 articles
Browse latest View live




Latest Images