How to Show Specific Post On a WordPress Template

I had this deli-ma this morning on how I can get a specific page, just to content, to show up on my main index template (index.php) on my WordPress theme.  I Google it and just coming up with the correct term for what I’m searching was a pain because it took me awhile to get to this tip and trick...

Read more

Single Image Opacity Fade In and Out Effect Using jQuery

6380829545_c9ac99e0ef

This fade-in and fade-out effect is so simple yet it is so beautiful. Today, I’ll be teaching you how to create this cool effect using a single image that is 50% transparent on a static state but on a hover state it fade in to the full colored image. See example below: Cool huh? You...

Read more

Youtube Overlapping Dropdown Menu’s and Other Layers

here’s a quick fix for this dropdown problem on Menu’s. Add this line after the youtube address in your iFrame: ?rel=0&hd=1&wmode=transparent here’s a sample after the line above is added:(Take note on the RED TEXT) <iframe width=”624″ height=”325″ src=”http://www.youtube.com/embed/AbcdFeGH102?rel=0&amp;hd=1&amp;wmode=transparent” frameborder=”0″ allowfullscreen></iframe>   Hope this help you with your dropdown menu problem with YouTube Video’s If...

Read more