Heads up on a Chrome CSS rendering bug. The new version of Chrome ( 25.0.1364.97 and 25.0.1364.97 m) has a bug that affects left floated child elements of left floated, 100% width container elements e.g. <div style="width:100%;float:left;"> <div style="float:left;"> <!-- Content --> </div> </div> It affects unimportant little things like horizontal navbars by causing the second, third, fourth.. menu tabs to sit 20px lower in the page than the first menu tab. The solution is to remove the left float, set display to inline-block, and add a 1px … [Read more...]
HowTo: Add New Menus to Genesis Themes
Adding additional navigation menus to Genesis themes is easy. This method creates custom navigation menus that you can customize as you would any other WordPress custom menu by visiting Appearance > Menus. We use a two-step method: Create a custom nav file Register the custom nav file in your child theme's functions.php file By repeating the method you can create as many custom menu navbars to Genesis child themes as you want. Step One: Create a Custom Nav File This creates a menu called customnavone with the unique ID of customnavone and unique class of customnavone in the … [Read more...]
Uninstall W3 Total Cache – The Proper Way
A few days ago I began the process of removing W3 Total Cache from all my blogs and replacing it with Quick Cache WP Super Cache. Why, you might wonder, would I do that. The simple answer is that W3 Total Cache conflicted one too many times with other plugins. I'm getting old and tired and I'm fast coming over to the idea that if a plugin's too much hassle to setup then it shouldn't call itself a plugin so much as it should call itself a nail in sanity's coffin. You'd expect it to be easy to remove W3 Total Cache. And it should be but it hooks its tentacles into a blog's htaccess file, … [Read more...]








