In GenesisWP Facebook group a user wants to know: Does anyone know how to move the secondary menu to below the slider on Outreach Pro? We can assign a menu to secondary navigation location, remove it only from the front page and display it between Home – Top and Home – Bottom widget areas in […]
Search Results for: genesis
Reply To: Landing Page Template
Can be done by 1) Adding the code for showing the banner image below header 2) Modifying the code to display Home Featured widget area so it does not apply on the Pages where the template is being used. Implementing these changes will be custom work which is beyond the scope of what I provide […]
Hello! Pro Customizations
In my Facebook group a user asked: Good morning all. I am working with the Hello theme and the designer I’m working with has suggested: 1. moving the navigation to below the welcome section 2. removing the header from only the home page (which I can do, BUT I would like the sticky feature to […]
Reply To: A Lightbox that works for Featured Images ? – Genesis
Hi Sridhar , Thanks for the link , i got that working. What i’d like to have is the featured image open in a lightbox on single post pages (is singular (post). I’m placing Featured images on my single posts using your code shown below. //* Display Featured Image on single Posts. add_action( 'genesis_entry_content', 'sk_show_featured_image_single_posts', […]
Reply To: A Lightbox that works for Featured Images ? – Genesis
Hi Andrew, Try this: https://sridharkatakam.com/how-to-make-featured-images-in-genesis-content-archives-link-to-full-size-images-opening-in-a-lightbox/
Reply To: Add Flexible-Widgets Code to a Child Theme (That does not have Flexible Widgets)
Hi Tom, See if this helps > https://sridharkatakam.com/altitude-pros-flexible-widgets-centric-pro/ Related, but for flexible footer > https://sridharkatakam.com/workstation-pros-flexible-footer-in-any-genesis-theme/
Reply To: Landing Page Template
Try replacing it with <?php /** * This file adds a custom template to emikirschner.com. * * @author Michele Wong * @package EmiKirschner * @subpackage Customizations */ /* Template Name: Custom */ // Add custom body class to the head add_filter( 'body_class', 'add_body_class' ); function add_body_class( $classes ) { $classes[] = 'emikirschner-landing'; return $classes; } […]
How to replace Front Page 2 widget area in Altitude Pro with Posts in News layout
To view the full content, please sign up for the membership. Already a member? Log in below or here.
Landing Page Template
I have a client who has a custom child theme built for Genesis. They want to add a landing page. I’ve been reading about this topic and came up with this code for the custom_page.php file: <?php /** * This file adds a custom template to the AgentPress Child Theme. * * @author Michele Wong […]
Tutorials Organized by Child Themes
I have created a page to display tutorials grouped by Genesis child themes here: sridharkatakam.com/by/child-theme. A link to the same has been added under “Archive” menu item in the navigation. Here’s the code in the Page template: Salvattore is being used for the responsive masonry grid and Favorties plugin about which I wrote in the […]
Recent Comments