geeky

WordPress 3.6 Beta Released

MacManX.com The WordPress 3.6 Beta has been released, and users with a self-hosted WordPress installation can easily upgrade to it with the Beta Tester plugin. This is the first beta release, so it’s not recommended for live sites, but plugin/theme developers and anyone with a keen eye for bugs are encouraged to try it out now.… Continue reading WordPress 3.6 Beta Released

child themes · wp themes

Child Theme for Twenty Twelve – Pink Xmas

Live Preview Pink Xmas is a child theme for Twenty Twelve with Christmas/holiday accent. It comes with a snow falling effect. You may download it. It may also be used on wordpress.com if you have custom CSS purchased. To use this style on wordpress.com with custom css: Activate the Twenty Twelve theme Use the following… Continue reading Child Theme for Twenty Twelve – Pink Xmas

child themes · wp themes

Child Theme for Twenty Twelve – Casually

Live Preview Casaully is a child theme for Twenty Twelve. You may download it. It may also be used on wordpress.com if you have custom CSS purchased. To use this style on wordpress.com with custom css: Activate the Twenty Twelve theme Use the following custom css Copy everything after: here. Replace all image URLs url(images/… Continue reading Child Theme for Twenty Twelve – Casually

child themes · wp themes

Dine with Me – child theme for Responsive

Child theme for responsive with a restaurant accent. It comes with a menuitem shortcode that allows you to easily create a menu page. version 1.0.0 – Hello world! Date created: 04/13/2013 Last updated: 01/18/2015 WordPress: Version 3.5.1 Tags: black, brown, pink, red, tan, white, dark, one-column, left-sidebar, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, post-formats Ticket: https://themes.trac.wordpress.org/ticket/22735 Download… Continue reading Dine with Me – child theme for Responsive

child themes · wp themes

Child Theme for Twenty Eleven – It’s a Boy

Live Preview It’s a Boy is a child theme for twentyeleven. You may download it. It may also be used on wordpress.com if you have custom CSS purchased. To use this style on wordpress.com with custom css: Activate the Hum theme Use the following custom css Copy everything after: here. Replace all image URLs url(images/… Continue reading Child Theme for Twenty Eleven – It’s a Boy

css · geeky

CSS3 – add arrows to boxes

To add arrows for any boxes in CSS3 is relatively easy. You may use the border, absolute position along with the :before pseudo selector to add arrows in any directions. To make a triangle with CSS border: More on CSS3 shapes To position the arrow, make sure the box container is positioned relative so the… Continue reading CSS3 – add arrows to boxes