I have probably troubleshooted some 30,000 websites in the last 4 years. Irrespective of what WordPress theme is currently active, one of the most common mistakes folks make is writing erroneous code in their stylesheet that causes the browsers to not render any CSS code below the error point. Ex.: Missing closing brace. When you […]
How to add News Pro’s mobile responsive menu in other Genesis themes
In this article I show how we can use the code for mobile responsive menus taken from News Pro and use it in other Genesis child themes. Genesis Sample theme is used for the purpose of this tutorial. The top level menus can be expanded by tapping on the + at their far right and […]
App style off-canvas menus and sidebars using Slidebars in Genesis
Updated on November 22, 2016 In this article I share how Slidebars jQuery plugin can be implemented in Genesis for sliding a sidebar from the right edge of screen when a link is clicked. We are going to display widgets placed in Primary Sidebar widget area in the sliding sidebar (i.e., Slidebar). The Slidebar will […]
How to remove Post Date from Sticky posts in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to add Font Awesome icons before Archive Headlines in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
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 […]
How to add a right sidebar in Pretty Pictures theme
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Splitting Posts into columns in Magazine Pro
Updated on May 24, 2018 Rabeela asks, @srikat Hi! Can you write a post on changing layout of magazine pro theme to grid. 3 columns with one side bar please. I'll be grateful.— Rabia Rahim (@RabiaaRahim) July 12, 2014 In this article I show how we can split the blog posts on Posts page and […]
How to add Blog Title before Page titles in Genesis
Tom Finley asks https://twitter.com/tomfinley/status/492432218770669568 We can use the genesis_post_title_text filter to add custom content before and/or after entry titles in Genesis. In this article I share the code to add “blog title: ” before Page titles. Screenshots Before: After: (where ‘Genesis Framework’ is the blog title of my test site) Code in child theme’s functions.php: […]
Portfolio Category Archive page showing Featured Images in columns in Modern Portfolio Pro
In Modern Portfolio Pro, the Portfolio category archive page shows the Posts in a list by default as can be seen here. Grace wants to know how these Posts can be shown in columns with a simple layout of Post title and Featured image – both linking to their respective single Post pages. This is […]
Recent Comments