The slider of the Customizr theme is used to attract attention to certain important posts. What if you want to give emphasis to some words in the Slider title, for instance, ‘FREE‘? Can you enlarge specific words in the title? To achieve this effect, just paste this to your child […]
Press Customizr blog
The Hamburger Menu or the 3-bar Menu of the Customizr theme has the default label ‘Menu’ next to it. To change the default label to custom text, just paste this function into your child-theme’s functions.php file. /************************************************************************/ /* Change default menu label ‘Menu’ to ‘Custom Word’ /************************************************************************/ add_filter(‘tc_sidenav_menu_button_view’,’my_menu_label’); function […]
Following up the popularity of this Customizr snippet Adding a custom social profile link with icon in the header from Nicolas, we created a variation for adding a custom Font Awesome icon for the phone number. It requires a small function into our child-theme file functions.php. The following snippet includes […]
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 […]
The Customizr theme has moved to the Font Awesome Icon set Before this version, the Customizr theme was using Entypo and Genericons, 2 icon sets that we’ve been really happy of during the last 2 years. Font Awesome includes much more icons (605+ as of today), especially for the social […]
= 1.2.18 February 15th 2016 = Fix : lifetime package not properly displayed in admin
Customizr is a versatile and easy to customize fully responsive professional WordPress theme. The developers claim that this theme is designed with visitor engagement in mind and allows anyone to create a beautiful, fast and mobile friendly website, compatible with all browsers and devices. Customizing this theme is very simple […]
This update fixes an issue impacting images on some browsers as reported here : https://wordpress.org/support/topic/urgent-lightbox-thumbs-are-missing-after-update https://wordpress.org/support/topic/3417-and-firefox-images-not-displayed The WooCommerce cart icon can now be persistent in a sticky header. Other minor fixes are included as detailed in the changelog below. Please report any issue you may have in […]
Detailed Changelog Add: a few translation tr_TR thanks to @ghost Add : Indonesian translation. Thanks to Rio Bermano Fix : some Swedish translation strings. Thanks to Mia Oberg. Fix: fix post-metas hierarchical tax check when building button class Fix: prefer mysqli api to the mysql ones (deprecated) in sys-info fixes […]
Created by Nikeo, Customizr is a versatile and (as you’d expect) easy to customize WordPress theme. According to its developer this theme is designed with visitor engagement in mind. It allows you to create a beautiful, fast and mobile friendly website compatible with all browsers and devices. Customizr works well […]
As you surely know you can display the featured image in single post contexts, with the option located at Appearance -> Customize -> Content: home, posts, … -> Single posts Once enabled Customizr(-Pro) will show either the featured image (also called ‘post thumbnail’) or the first post attachment, if the […]
By default Customizr(-Pro) displays the Category/Tag description after the title. You might want to display it in a different place. With the following snippet we’ll see how to display it below the posts navigation. $term_description_filters = array( ‘cat’, ‘tag’, ‘tax’ ); //do not automatically show term descriptions below the title […]