Divi – Making Blog Module Images Match Featured Image Ratios

Divi‘s Blog Module only displays images in landscape-ratio. This cuts off at the top & bottom of my Post’s portrait-ratio Featured Images. Here’s how Elegant Themes Divi tech support solved this issue. This code goes in the Child Theme’s functions.php file, and allows Divi’s Blog Module to display my Featured Images at their true ratio….

| |

WP Twenty Eleven – Add Responsive Image Rotator to Header

Goal: Rotating images, in WP Twenty Eleven’s child theme header, that are also “responsive” (they shrink to different device sizes): WP Rotator plugin (to add rotating images) Flex Slider for WP Rotator plugin (to make the rotating images “responsive”) – Turns WP Rotator into a fully “responsive” jQuery slider – MUST have WP Rotator installed…

| | |

How To: Add Featured Image to WordPress PlatformPro Theme

Goal: Add Featured Image to PlatformPro theme to use The Cart Press: List products in your home page in grid format WordPress: v3.2.1 Parent theme: PlatformPro, v1.5.2 Child Theme: PlatformBase, v1.4.1 Shopping Cart: The Cart Press, v1.1.3 File: root > wp-content > themes > platformbase > functions.php Add to the end of the file: //…