Following last month (Oct. 2013) creation of the code snippets section with Dave, Andrei and Electricfeet, I am please to welcome Tomaja in the snippet authoring team. Tomja defines himself like : Enjoys in creating, customizing and managing websites, especially created with Wordpress and great Customizr theme. He also likes […]
Press Customizr blog
Hi there ! If you like to follow the look and styling of the Customizr rounded images for featured pages and post thumbnails here is how you can turn your square user images (gravatar and local) to rounded ones, or just with rounded corners. It will affect user images in […]
11-11-2013 : the Customizr theme just reached 200K downloads!
Use this function in your child theme’s functions.php to change the default link on your logo to another, custom link. Just replace http://new_link with the address you want your logo to point to: add_filter(‘tc_logo_link_url’, ‘change_site_main_link’); function change_site_main_link($output) { return ‘http://new_link’; }
17 new websites in the Customizr showcase! Find inspiration!
The next release of the Customizr is currently in the review process. This is a safe release for child theme users with no changes in terms of templates structure. New Languages and RTL support Arabic thanks to Ramez Bdiwi Romanian thanks to Andrei Gheorghiu RTL Support ; thanks to Ramez Bdiwi […]
Since my last post, back in September (time flies!), there have been a lot of work done around Customizr. I want to take 5 minutes to share some ot these with you. The theme is still at the beginning of its short life (which I hope will be long) but […]
Update : the Customiz’it button has been removed since v3.1.12 of the theme Howdy developer! Even if I have tried to style them as good as I could :-?, some of you might be bothered by the help and customiz’it buttons in the top admin bar. Or may be you […]
You might want to display only selected parts of the featured pages block. on your Customizr front page. As of now (v3.0.14) you can choose to show/hide the picture in the customizr option panel but there are no customizations options for title, excerpt and buttons. This snippet give you a way […]
Those last days, I have been working a complete re-built of the documentation. It now includes more chapters, images and lot of useful tips. All user’s feedbacks in the forum and by email have been a wonderful help to do this work! Thank you all for your contributions and enjoy […]
Howdy developer! I have been asked a few days ago in the forum how to add a Facebook like button next to the social icons. This is actually very easy to do with the Customizr hook API and you’ll find the necessary code to copy/paste below. Grab the Facebook […]
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 […]