In this snippet, we’ll show you some concrete examples of page layouts that use Customizr’s underlying Bootstrap 2.3.2 scaffolding
Target: Images
In Customizr, there are three image sizes by default defined in class-fire-init.php. Each of them has a specific filter allowing developers to change its properties. If you need to modify the image sizes and are not developer, you’ll want to give a try to this plugin. We can also recommend […]
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 { […]
Hi! In Customizr (version less than 3.10), the title displayed at the bottom of the Fancybox popin is the post or page title instead of the image title. To fix this, here’s a quick javascript snippet that displays the image title (or the alt field if there’s no title) […]
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 […]
The following code will display the description text field of any attachment at the bottom of the attachment page. Copy and paste this snippet at the very bottom of your functions.php file. (if you are using a child theme, don’t forget to start your functions.php file with <?php ) add_action( […]
Customizr introduced built-in feature changes in v3.3. Go to Customize>Content>Post lists. The following code supports v3.1/3.2 You may wish to adjust the positioning of the Images on Posts. Default is alternate Left/Right, but you can force all to Left or Right. This can be done by: Where to copy/paste this […]