The Customizr WordPress theme is entirely built on an extensible WordPress filter and action hooks API, which makes customizations safe and easy, without ever needing to modify the core structure. To some extents, the theme’s code acts like a collection of plugins that can be enabled, disabled or extended.
The following snippets can really help beginners and advanced developers to extend the Customizr core code and create any kind of websites. You’ll find snippets in the following web coding languages : CSS, HTML, Javascript, PHP.
If you are not familiar with the WordPress hooks API, I really recommend that you start with this quick and easy guide : WordPress Actions, Filters, and Hooks : A guide for non-developers.
Happy customizing 😀 !
Add new custom socials icons
Since Customizr v3.5+ Since Customizr v3.5, you can add a social link by adding this type of code to your […]
Allow thumbnails links for IE10 and below
You’ve probably noticed that some features of Customizr are not well interpreted by some outdated versions of Internet Explorer. The […]
Customizr Slider : Randomize your slides
Here is a useful snippet for those who need to display their slides in a random order. The random display […]
Customizr slider : centering your slides vertically in full width mode
May 2014 update: Now added in the core code of Customizr since v3.1.11 When the sliders are displayed in full […]
Reordering the featured page elements : title, image, text, button
Updated : works fine with Featured Pages Unlimited v1.4+ The featured pages are composed by 4 blocks ordered as follow […]
Displaying a slider in your category pages
By default, the slider can be displayed before posts or pages in the Customizr theme but you might want to […]
Setting custom links for the featured pages in Customizr
There are cases when you need to set a custom links for the featured pages displayed on front page. By […]
Changing the global column layout of the Customizr theme
With the hooks API, Customizr offers a simple way to change the global layout of your website . The following snippet […]
Changing the default length / limits of the slider texts
With the following snippet, you can take control of the various slider texts length in the Customizr theme : title (default […]
Change Featured Pages Zoom Effect to Square
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]