In this tutorial we shall set up the header in Dynamik to show site title at left and primary navigation menu, social icons and search icon at the right and make it fixed so the header continues to appear when the users scroll down. Clicking on the search icon fades in the search box and […]
How to set up smooth scrolling for hash links in WordPress
Updated on February 18, 2017 There are several ways to scroll smoothly when clicking on jump links (anchors linking to sections within the same page) and the simple code below is from Paulund’s site. But first the sample markup: Step 1 Create a file named say, global.js in your child theme’s js directory (create, if […]
Custom Taxonomy Images Grid with CPTs List in Genesis
This tutorial is somewhat related to Displaying CPT entries grouped by Custom Taxonomies in Genesis and is a result of this Facebook discussion. In this article we shall create a Page Template in Genesis that displays a 3-column grid of terms of a custom taxonomy with title overlay in regular state and title + description […]
Full width Soliloquy slider in Showcase Pro
Updated on April 18, 2017 for v2.0.0 of Showcase Pro. In the members-only forum a user asked: Replacing Front Page Hero Image with Soliloquy Slider for Showcase Pro Hi Sridhar, Something I always struggle with is adding a Soliloquy Slider, as the subject says could you do a tutorial for adding a Soliloquy Slider replacing […]
Featured, Popular and Latest Posts tabs in Genesis using jQuery UI
In my Facebook group a user asked: Hi Sridhar! Do you have an idea how to accomplish something like the three featured images at the top of this site that have the tabs for featured, popular etc? http://www.gimmesomeoven.com/ Thanks! The referenced site uses Hello Ajax Tabs WordPress Widget plugin for displaying widgets in tabs. In […]
Filterable Portfolio in Digital Pro
In the comments section of Filterable Portfolio in Altitude Pro using Isotope tutorial, a user asked: I’ve used this code to add a portfolio on the Digital Pro theme. What would I need to edit to add the Title on hover? Thanks! In this article I share the steps for setting up filterable portfolio archive […]
Repositioning Titles in Centric Pro
Centric Pro has code for displaying titles below the header for static Pages, category archives and search result pages. If you would like to do the same on other archive pages (CPT archives, author, date), other singular pages (posts, CPT single entry pages) and Posts page, follow along. Step 1 Edit functions.php and a) replace […]
Removing the Page Title from Front page in Centric Pro
Centric Pro‘s demo and set up instructions expect you to be using the default settings for Reading in your WordPress site. As the front page is made up of widgets and does not have the list of posts, it is a good practice to set it as a static page. Now when we do this, […]
How to automatically divide Posts into top, middle and bottom sections in Genesis
A user in my Facebook group wanted to know how a wide middle section can be added between posts similar to http://thefoxandshe.com/. Genesis hooks and built-in WordPress loop counter can be used with Genesis function (for displaying widget area) to add the necessary markup to split the Posts into top, middle and bottom sections in […]
How to enclose Headline and Intro Text in a wrap on archive pages in Genesis
If you are trying to relocate genesis_do_taxonomy_title_description() from its default location, genesis_before_loop on Category, Tag and Taxonomy archives in Genesis to after the header, genesis_after_header so that it becomes full width you might have noticed that the contents (headline and intro text) aren’t wrapped in a .wrap. That is with We can wrap genesis_do_taxonomy_title_description() with […]
Recent Comments