You’ve probably noticed that some features of Customizr are not well interpreted by some outdated versions of Internet Explorer. The beloved zoom effects on the thumbnails for the featured pages and posts lists, for example, are not supported by them. Unfortunately, thumbnails links does not work either. Add this snippet […]
Target: Front page
Updated : works fine with Featured Pages Unlimited v1.4+ The featured pages are composed by 4 blocks ordered as follow by default : Image Title Excerpt (or custom text) Button With the following snippet you can define a new order for those blocks. Just change the order of the items […]
There are cases when you need to set a custom links for the featured pages displayed on front page. By default, Customizr links to the page you have choosen in the dropdown list (see the featured pages documentation) . You can easily change this with the following snippet. 1) Grab […]
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 […]
If you need to have different texts on the Featured Pages Buttons, here are two snippets to do it the css or php way. The CSS way Where to copy/paste this code? NoteSince Customizr 3.3.1 (Customizr-Pro 1.0.12), because of new wp themes guidelines, you cannot use single (double) quotes […]
There are cases when you need to set a custom titles for the featured pages displayed on front page. By default, Customizr uses the titles that you have defined for your pages. You can easily change this with the following snippet. 1) Grab the page’s id for which you need […]
Just add the following code in the Custom CSS or the stylesheet of your child theme and you are done. For all images : featured page images and featured images in post list .round-div { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } Only for featured pages .widget-front .round-div { […]
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 […]
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 […]
Howdy, Here’s a simple recipe to change the featured pages block position in Customizr, we two lines of code! Like for the slider positioning, we will : 1 find the method controlling the featured pages block 2 identify the wanted hook to place the block 3 write the code in functions.php […]
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 […]
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 […]