Customizr is a cool feature-rich free WordPress theme. The theme is built on a fluid flexible grid with responsive and adaptable design that will look perfect in any screens. Post : https://www.wpdailythemes.com/freethemes/50-absolute-best-free-themes-2013/
Press Customizr blog
Congratulations to their authors for those creative web designs. See all websites and visit them in the showcase.
The following is a simple snippet which describes how to replace the sliders default navigation arrows with icons. The method detailed below will also make it possible to use an image or whatever you want as navigation for your slider. Where to copy/paste the code above code? I strongly recommend […]
Here’s a quick snippet to stop your slider pausing when you hover your mouse over it.
The Customizr theme comes out of the box with a reveal effect when hovering the images of the featured pages and the post thumbnails. If for some reasons, you need to disable this effect, here’s a quick snippets. This effect uses a CSS3 transform property called scale. Just set it to a […]
28-12-2013 Customizr v3.1.6 : 100% compatible with Nextgen gallery plugin The new version is not live yet but you can download it here.
Howdy Customizr’s users! Since its inception back in may 2013, Customizr has been designed to be…customizable! I have been working hard to make the code as easy to extend as possible for developers, by providing a very flexible development framework along with an API of hooks. The theme now acts like a […]
Here’s a quick snippet to display both your logo and your site title in the header. add_action( ‘__after_logo’ , ‘display_my_site_title’); function display_my_site_title() { //first checks if there is a logo uploaded $logo_src = esc_url ( tc__f( ‘__get_option’ , ‘tc_logo_upload’) ) ; if ( empty($logo_src) ) return; //then print the […]
With the v3.1.5, the Customizr theme has never been so easy to setup and extend 3 new options have been added to the customizer : 1) Menu : you can now choose between hover or click for submenu opening. 2) Smooth scroll effects on links with anchor in the page 3) Retina devices […]
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme […]
Howdy developer! Sometimes it might be the case that you need to execute actions only if the user is in the customization context => using the WordPress customizer. Here’s a quick snippet to check that. I use the following condition statement, checking if the $_REQUEST[‘wp_customize’] is defined to verify that : […]
Newbie in webdesign / webdev? Thanks to Dave Bardell we now have an handy guide to understand the CSS basics and style the Customizr WordPress theme. Check it out here to create your beautiful webdesign : colors, positionning, fonts, margin/padding, borders : Guide to CSS and HTML in the Customizr […]