To view the full content, please sign up for the membership. Already a member? Log in below or here. Username Password Remember Me Forgot Password
Search Results for: wordpress
Medium-like fluid lightbox in WordPress using Fluidbox
Fluidbox is a jQuery script by Terry Mun for “opening images seamlessly in a lightbox on your page without interruption”. In this article I show how Fluidbox can be incorporated in WordPress. Step 1 Upload fluidbox.css to your child theme’s directory/css (create ‘css’ directory if not existing). Ex.: wp-content/themes/genesis-sample/css/fluidbox.css Step 2 Upload jquery.fluidbox.min.js to child […]
Vertical tabs with jQuery UI for instant content swapping in WordPress
The motivation behind this article is this Twitter conversation. Looking to have some links at the left which when clicked load the corresponding content on the right side w/o loading the full page? Here’s one way of setting this up in WordPress. Step 1 Create a file named tabs-init.js in your child theme’s js (create […]
Adding custom body class depending on whether background image is set or not in WordPress
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Set a custom number of Posts on first page on Posts page in WordPress
Robin asked, I have a situation where I would like to change the amount of paginated posts displayed on the first page that is different than the amount that I set in Genesis settings. Thanks to the excellent article titled Customizing the WordPress Query by Bill Erickson, we can add the following in child theme’s […]
Using Font Awesome in WordPress
Version 4.1.0 of Font Awesome has been released recently and it’s time for a refresher on how we can use icon fonts in WordPress. To load Font Awesome, add the following in child theme’s functions.php: Below are a few examples of using Font Awesome icons in various places. Within content In Page/Post editor when in […]
Custom Carousel in WordPress using bxSlider with a backend UI using CPT
In this article I show how we can set up a carousel (with 3 images scrolling at a time) using bxSlider in WordPress. We shall use Types (free plugin) to create a ‘Carousel Images’ CPT (Custom Post Type) and a ‘Video URL’ custom field, then use Views (commercial plugin) to loop through the CPT entries, […]
Scroll animations in WordPress using WOW.js
In the past I wrote about using ‘Jack In The Box’ and ScrollReveal here and here for on scroll (more like, ‘when-it-comes-in-the-view’) animations. I have updated the post on ScrollReveal today. But find that animations no longer work during my tests. Therefore I gave WOW, the newer incarnation of Jack In The Box a try […]
How to display custom menu with menu descriptions and icons in a WordPress widget
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Keeping track of WordPress widgets for which titles should not be shown
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Recent Comments