1) For adding previous next links on Posts, add this in functions.php: // Add post navigation add_action( 'genesis_after_loop', 'genesis_prev_next_post_nav' ); 2) For adding previous next links on Portfolio entries, add this in single-portfolio.php: // Previous and Next Post navigation add_action('genesis_after_entry', 'sk_custom_post_nav'); function sk_custom_post_nav() { echo '<div class="prev-next-post-links">'; previous_post_link('<div class="previous-post-link">« %link</div>', '<strong>%title</strong>' ); next_post_link('<div class="next-post-link">%link »</div>', […]
Search Results for: genesis
Reply To: Full Width Soliloquy Header Floating On Top Of Menu
Help! I really don’t know where to start…two issues remain: 1) homepage menu in mobile view is a mess… 2) interior pages have a header using “Display Featured Image for Genesis” plugin, but I’d like to overlay that image over the header like on the home page. I may need some official “consultation” here, but […]
Full Width Soliloquy Header Floating On Top Of Menu
Hi all, So, I’ve implemented this: http://sridharkatakam.com/full-width-soliloquy-slider-header-floating-top-genesis/ in the Minimum Pro theme, and I’m having an issue with the responsive menu in mobile view. When viewing on small screens, the image resizes but the menu items become superimposed over the homepage text, making them virtually unreadable. Any ideas?
Reply To: Unique Banner Images Per Page
There is a genesis plugin for this, and it works just fine, ive used it on a few sites Display Featured Image for Genesis
Reply To: Tutorial Requests
Hi, 1.responsive columns pls, each plugin either conflicts or doesnt work as desired. If i have for example 3 columns underneath a block of text, when you view on phone or ipad portrait, i need them to drop underneath each other, not just shrink the width of the column. 2 How to put custom sub […]
Reply To: Tutorial Requests
Hi, Sri. I was able to find the code below to add content after the title and date but cannot figure out how to add google adsense code below the title and date. function after_title_text() { if(is_single() ) { echo '<div class="single-title">Add content after your titles but before your content here</div>'; }} add_action('genesis_entry_header', 'after_title_text', 11 […]
[Video] How to customize Header and Navigation in Endless theme
In the members-only forum, Scot asked, I would like to know how to remove the logo image and placing just the title in the primary nav to the left of the nav bar in Brian Gardener BG endless theme? Before: After: I have recorded a screencast of me customizing the Endless theme to make site […]
Unique Banner Images Per Page
A tutorial request that comes from my client’s needs. I have a client who wants a simple site but they want to have unique banners on parent pages. I plan to use the News Pro child theme. Not sure if this one tutorial would do what I needed, I tried it: http://sridharkatakam.com/custom-page-template-genesis-shows-featured-image-banner/ But unfortunately I’m […]
Single and Multiple Parallax Sections using modified Bourbon’s Component
In this article I share the code based on Bourbon’s Parallax Component for displaying single or multiple sections in Genesis with Parallax background. Single Parallax Section Live Demo Multiple Parallax Sections Live Demo I will first provide generic code and then give examples for implementing this generic code in Genesis. Generic code HTML: To view […]
Utility Bar in Dynamik
In the members-only forum, Paul wrote: Hi Sridhar I’ve been trying to add Carrie Dils’ utility bar to Dynamik but it’s just not happening. I can create something similar using a nav bar and floating content right but it doesn’t look too good on phones… 2 widget areas would work so much better! Hope you […]
Recent Comments