In the members-only forum a user asked: You have a great tutorial for Education Pro, where you replaced the Genesis Slider for Soliloquy. Could you do the same for Outreach Pro? I’m also looking to fit the Slider the full width of the wrap and not the container. In this article I share the steps […]
A Thank You Note
It has been a little less than 10 months since I added membership to this site. There are now 760 active paid members as of today and the total income to-date is 86,835 USD. The monthly income has been averaging around $10000 since the last 3 months. These are not spectacular numbers by any means, […]
How to display Sub-Pages of current Page automatically in Agency Pro like Grid
In this article I share a Page Template in Genesis for automatically displaying child Pages (if present) of the current Page in a 3-column grid with featured image in default state and title + excerpt on hover similar to that of Agency Pro’s featured posts grid. We shall use get_pages() and loop through each of […]
How to replace entry title heading tag for a specific Featured Post widget using GFPC
In Genesis Slack chat a user asked: Hey guys… question for you. Would it be possible to change the H4 Widget Title of the Featured Page Widget to H1? What’s needed is the Home Middle Widget Title which is H4 – we want to be H1 for SEO purposes. Does that make sense? Is that […]
Utility Bar in Altitude Pro
In the comments section of How to make Utility Bar and Header fixed in Minimum Pro tutorial, a user asked: I’ve been trying to add this bar to the Altitude Pro theme. I’ve tried all the tweaks suggested by Carrie but none work. The bar falls under the header/primary menu instead of on top of […]
How to move Title Area from Header to Primary Nav in Cafe Pro
A user in Genesis Slack chat asks, do you know of a “trick” to move the site logo from the header area to the main nav? Driving me bonkers. Yes. The trick is called output buffering. In this article I share the steps for relocating Site Title and Site Description from their default location in […]
How to hide a widget area after a certain time using jQuery
In the StudioPress community forum a user asks: I have some content in a text widget in a Before Header widget area, that I would like to make disappear after a few seconds. In this article I show how a custom before-header widget area can be set to be initially hidden on page load, then […]
Difference between is_home() and is_posts_page
is_home() refers to the Posts page regardless of whether it is on the front page or an inner page. is_posts_page refers to Posts page only when it is an inner page. As such the if conditionals in the two code blocks at https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination#Offset_.26_Manual_Pagination should ideally be like this: if ( ! $query->is_posts_page ) { should […]
Smooth Scrolling, Highlighted Link and Fixed Side Navigation in Genesis using Page scroll to id and Sticky-Kit
In the members-only forum a user asked: Trying to achieve what this tutorial outlines. http://callmenick.com/post/single-page-site-with-smooth-scrolling-highlighted-link-and-fixed-navigation Here is an example of it in the wild. http://callmenick.com/post/single-page-site-with-smooth-scrolling-highlighted-link-and-fixed-navigation It’s a really effective for pages with long content in regards to aiding page navigation. I would love to see a tutorial from you about this! In this article we […]
How to add Page number on Paginated pages when using Blog Template in Genesis
In this article I share the code for displaying the Blog Page title with the page numbers on paginated pages in Genesis. i.e., for Blog Page (/blog) sample heading would be “Emini Trading Blog” whereas for /blog/page/2 it should read “Emini Trading Blog: Page 2” and so on.. I know it is recommended to NOT […]
Recent Comments