iCheck is a fancy and lightweight jQuery plugin that allows you create beautiful and highly customizable checkboxes and radio buttons with 25 built-in options and 6 skins. In this article I share how iCheck can be loaded and used in WordPress. Step 1 Download the zip file from https://github.com/fronteed/iCheck. Step 2 Extract the contents and […]
Search Results for: image
BFWPDeals.com
Yesterday I spent a few hours putting together a simple website http://bfwpdeals.com/ using AgentPress Pro, a child theme for Genesis, where I plan to post coupons and deals related to WordPress products in this year’s upcoming Black Friday. In this article I am going to share a few notes and code snippets that I used […]
How to replace Display Author when using Byline plugin in Genesis
Byline plugin can be used to add names of contributors or authors for Posts in WordPress. This plugin uses the custom taxonomy features of WordPress to create “bylines” — essentially, tags representing authors who contributed to a post… This plugin would be useful for publishing situations where the majority of your content is from contributors […]
CSS for Multi-Column Footer Widgets in Genesis
Genesis has built-in support for footer widgets (appearing above the footer) that can be enabled by adding the following in child theme’s functions.php: The second parameter in the above can be changed to reflect the number of footer widgets you would like to use. In this article I would like to share sample CSS to […]
How to echo entry specific Scripts in Footer instead of Head in Genesis
Code placed in Scripts textarea in WordPress editor on Static Pages and single Posts in Genesis gets echoed out or printed in the header i.e., before closing head tag by default. What if you want the script to be output before the closing body tag instead like this? Add the following in child theme’s functions.php:
StudioPress Black Friday Sale Ending Soon
If you have been thinking about buying themes from StudioPress, now is the best time to do it. As promised, this is a quick reminder that today is the last day of Copyblogger’s 7th annual Black Friday sale. What does that mean? It means you can get all 42 StudioPress themes, 20 bonus themes, plus […]
How to show high resolution Logo on retina displays in Genesis using Foundation Interchange
When the background logo is replaced with HTML image element per my earlier article, the same image is going to appear on every device. What if you want to swap it with a high res version on retina devices? In this article I show how Foundation’s Interchange can be loaded in WordPress and used to […]
How to place a full width slider in Home Featured widget area in Centric Pro
In this article I show how the main Featured section in Centric Pro can be replaced with a full width responsive slider using the RoyalSlider commercial plugin. Live Demo Step 1 Purchase, install and activate RoyalSlider. Step 2 To view the full content, please sign up for the membership. Already a member? Log in below […]
How to change Portfolio CPT to Communities in Minimum Pro
Minimum Pro comes built-in with Portfolio Custom Post Type. In this article I show how this can be changed to Communities CPT. Besides simply changing the code at appropriate places I have included a few additional snippets that provide improvements like displaying the Featured image and previous/next entry links on single entry CPT pages. Note: […]
Page Templates for displaying ‘For Sale’ and ‘For Rent’ Listings in AgentPress Pro
Updated on September 06, 2018 Scenario: You have registered a ‘Types’ taxonomy, added two terms named ‘For Sale’ and ‘For Rent’, then categorized your listings accordingly in AgentPress Pro. Now you want all listings for sale to be shown at http://example.com/for-sale/ and all listings for rent at http://example.com/for-rent/. Before you proceed with implementing the following […]
Recent Comments