Here you go: http://sridharkatakam.com/page-template-in-genesis-showing-the-full-content-of-latest-post/
Search Results for: genesis
How to create a page for sohow only the last post
Hi. I want to create a page to show the full content for the last post, like http://further.net/current/ I have been do it a page template with this: <?php /** * Template Name: ÉDITION ACTUELLE */ // Add our custom loop remove_action( 'genesis_loop', 'genesis_do_loop' ); add_action( 'genesis_loop', 'jg_loop' ); function jg_loop() { $args = array( […]
Reply To: Tutorial Requests
@cindyjbryant #2 How to change the footer widget area from 1-column to 3-columns, since it’s now somehow wrapped around this new coding concept of widget counts. It is pretty straight forward. 1) In functions.php change //* Add support for 1-column footer widget area add_theme_support( 'genesis-footer-widgets', 1 ); to //* Add support for 3-column footer widget […]
How to Slide Toggle Primary Navigation in Altitude Pro
This tutorial is about getting Slide Toggle Primary Navigation Menu in Genesis by clicking an icon to work in Altitude Pro. Live Demo Applying my previous tutorial to Altitude Pro is tricky due to the following reasons: Header Right is unregistered Primary Navigation is relocated to Header Fixed Header Here’s the plan of action: Get […]
Reply To: Sandbox Responsive Grid w/hover
Thank you so much, Sridhar, for taking the time to come up with this. I tried it on my local dev copy of the site and it worked, however I must not have explained very well that what I was looking for was for the post title to display over the image on hover for […]
Reply To: Tutorial Requests
@Jesper Another tutorial request: how to setup Genesis SEO section in backend on single portfolio pages, if I use this Portfolio Tutorial: Filterable Portfolio in Genesis I made a site with portfolio items yesterday, but I miss the SEO settings in backend. Done: http://sridharkatakam.com/adding-support-for-genesis-seo-and-other-features-to-cpt-entries-in-genesis/
Reply To: Tutorial Requests
@Scot I would like to see a tutorial about creating a 1 widget area full width for a front-page template. Also be able to have a background image 1650px 1050px. Have you taken a look at http://sridharkatakam.com/sample-full-width-widgetized-front-page-in-genesis-2/?
Reply To: Tutorial Requests
@Susan Another tutorial request: Display the post title as an image overlay on the Genesis Featured Widget Amplified (or even the Genesis Featured Page or Post) I do not recommend using Amplified plugin as it’s buggy and is abandoned. Does this answer your question? -> http://sridharkatakam.com/genesis-sandbox-featured-content-widgets-output-responsive-grid-title-excerptcontent-hover/
Reply To: Responsive menu like Remobile theme
Here you go: http://sridharkatakam.com/how-to-slide-toggle-primary-navigation-menu-in-genesis-by-clicking-an-icon/
Reply To: Sandbox Responsive Grid w/hover
I do not have a copy of that theme to test. I worked on this in Genesis Sample on my test site. Screenshot of output: http://d.pr/i/1hjXE Try this code: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an […]
Recent Comments