A member of the Studiopress forum asked how to show a logo in the after header menu (primary navigation) of Cafe Pro when scrolling down the page. In Cafe Pro, the menu underneath the big hero image becomes sticky when you scroll past it and displays the site title (linked to the home page). How does Cafe Pro do that? It uses a combination of jQuery, PHP … [Read more...] about Add a logo to the sticky menu of Cafe Pro
Posts in the Category Code Snippets
Remove the featured image from the homepage of Smart Passive Income Pro
Studiopress just released a new child theme for the Genesis Framework, called Smart Passive Income Pro. It is a collaboration with Pat Flynn and based on his old website design. Why write a tutorial on how to remove the featured image on the homepage of Smart Passive Income Pro when Studiopress provides a snippet to remove featured images? Because the child theme … [Read more...] about Remove the featured image from the homepage of Smart Passive Income Pro
Remove Entry content display option from the Genesis Theme Settings for Content Archives
After yesterday's post, I got a few inquiries on how to remove the entry content display option from the Genesis Theme Settings, instead of entry excerpt. In other words, how to remove the option to show the complete post content and only allow excerpts. You only need to change one word: 'excerts' to 'full' … [Read more...] about Remove Entry content display option from the Genesis Theme Settings for Content Archives
Remove Entry excerpt display option from the Genesis Theme Settings for Content Archives
The question came up on the Studiopress forum how to completely remove the option to display excerpts on the content archives from the Genesis Theme Settings. This little code snippet will do just that: … [Read more...] about Remove Entry excerpt display option from the Genesis Theme Settings for Content Archives
Remove empty entry-content markup with jQuery
One of the great things about the Genesis Framework by Studiopress is that virtually everything can be changed. Another great thing is that there are so many tutorials available on how to make those changes. The Studiopress website provides the following code snippet to remove the entry-content from a website: It does what it is supposed to do and removes all the … [Read more...] about Remove empty entry-content markup with jQuery