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: wordpress
How to implement jQuery Stick ’em in WordPress
jQuery Stick ’em is a jQuery plugin for making content sticky/fixed/persistent after the user has scrolled past the element. It has parameters for defining the item that should be made sticky, container that the sticky item to be contained in, offset and start values. In this article I show how jQuery Stick ’em can be […]
Displaying Posts organized by Categories in WordPress
Below is the code that loops through each non-empty category in WordPress that has at least 1 published post and displays an unordered list of 3 latest posts’ titles linking to their permalinks with a link to the category archive page below the list. To view the full content, please sign up for the membership. […]
Scroll Animations in WordPress using Smoove
In the past I wrote several tutorials on scroll animations Genesis/WordPress: Scroll animations in WordPress using WOW.js Adding scroll animations in Parallax Pro Using ScrollReveal.js to fade in posts in Genesis Scroll animations in WordPress using Animate.css, Jack In The Box and Waypoints Using Waypoints jQuery to animate and fade in elements as they are […]
How to add ‘inner’ body class to all inner pages in WordPress
WordPress automatically adds ‘home’ class to ‘body’ element for the site’s homepage/front page. Wouldn’t it be handier to have a ‘inner’ body class for all the other pages? This can be done by adding the following in child theme’s functions.php:
How to use Strip, a less intrusive responsive Lightbox in WordPress
Strip is a jQuery script by Nick Stakenburg for elegantly sliding images and videos (YouTube and Vimeo hosted) from your screen edge rather than the traditional lightbox that appears no top of the content. In this article I show how Strip can be implemented in WordPress and share custom jQuery code for making Strip work […]
How to show all Posts belonging to the current category in a dropdown on category archives in WordPress
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to display WordPress menu in a custom dropdown
In this article I share how custom menu links can be toggled (open and close) by clicking on an element similar to that in http://travelredbook.com/. Screenshots: Custom Menu. Here’s the summary: Create a shortcode to output a specific WP menu. We are going to limit the depth to 1 so that only the top level […]
How to display Custom Menu as Select Dropdown in WordPress
In this article I show Bill Erickson’s code can be used to display select menu from a WordPress custom menu. Also included is a custom shortcode using which you can display select menu in widgets and Page/Post editor in this format: [menudropdown menu=”Header Menu”] In your child theme directory, create lib/classes directory and upload a […]
How to add body class to paginated pages when using nextpage quicktag in WordPress
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Recent Comments