By default, the latest posts list on the front page gets displayed in reverse chronological order and that is what latest posts is. Can you customize it further? Can you display random posts on the front page? Add this small bit of code to your child theme’s functions.php and you […]
Target: Body
To use Dashicons (the default set used in the WP backend) we need to enable them also for the front-end of our WordPress site, because by default WP allows Dashicons only for the back-end or for registered admins. Paste this code into your functions.php file /********************************************************/ // Adding Dashicons in […]
A common request on the Support Forum is for information on how to change the page width to full-width. Customizr is designed to have the main content limited to 1170px in desktop mode, so you might have some visual problems with the images, which should be partially solved with the […]
If you’ve set up the Customizr theme so that you have you blog posts on a separate page, here’s how to include some text or other content above the posts.
Notice:: Since Customizr 3.4.6 and Customizr-Pro 1.2.0 a new option has been added to make the footer sticky. Navigate through Appearance -> Customize -> Footer and you’ll find it 😉 3.1.* 3.2.* Cutomizr-Pro* June 2015 update: CSS moved from child-theme style.css (or custom-css box) to inline style through tc_user_options_style filter, […]
With the hooks API, Customizr offers a simple way to change the global layout of your website . The following snippet explains how to create different column layouts for your content and sidebars, and apply them to specific contexts on your website. Customizr theme layouts As explained here, the theme […]
IMPORTANT! Customizer 3.1.11 added a new feature in the Skin Panel to use the minified CSS stylesheet. This checkbox MUST be unchecked for this snippet to operate correctly using Method 1. Method 1 (Free version) If you need to create a new Skin color, here is one way of achieving […]
If you dont want to see your header or footer stretched all over the screen, especially if you have high resolution screen, here is the quick solution to fix header, main body and footer at the same width (1170px). Where to copy/paste this code? The simpliest way is to use the […]
Hi, Today I am going to show you how to simply use a Google Font in Customizr without any plugin, and guess what : I takes 5 mins. This will be done in 3 simple steps : 1 Grab the Google Font 2 Edit your functions.php file 3 Edit […]
The Customizr theme is built on Twitter Bootstrap, which means that you can use the awesome built-in grid system included in Bootstrap. About the grid system The Bootstrap grid system uses a 12 columns grid. There are two types of grid system in the Bootstrap : Default grid system where […]
Changing the Background to a different color, texture, pattern or image can be made to various elements: Site, Header, Navbar, Body, Footer. A useful plugin for generating patterns is: http://wordpress.org/plugins/subtle-background-patterns Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
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 […]