Hi Sridhar, I added the code to the functions.php file (changing the content-sidebar to sidebar content) but it didn’t take for the single products. // Apply Sidebar Content layout to single product pages. add_action( 'get_header', 'sk_force_layout' ); /** * Apply sidebar-content layout to single product Pages. */ function sk_force_layout() { if ( ! is_singular( 'wps_products' […]
Search Results for: genesis
Reply To: Register Custom Header Image on Portfolio Post Type
Hi, Just replied to your wp.org forum post here: https://wordpress.org/support/topic/register-plugin-for-genesis-portfolio-post-types/#post-9571678
Reply To: Conditional Sidebar for shop pages (WP Shopify plugin)
Adding the following in child theme’s functions.php should force content-sidebar layout to all single product pages. Give it a try. add_action( 'get_header', 'sk_force_layout' ); /** * Apply content-sidebar layout to single product Pages. */ function sk_force_layout() { if ( ! is_singular( 'wps_products' ) ) { return; } add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' ); }
How to add a banner image below the header in Outfitter Pro
In my Trello board, a user requested for a tutorial on adding a header image above the front-page store in the recently released Outfitter Pro. We can add an additional setting in the WordPress Customizer under the “Theme Options” section so the site admin can upload/select an image and have this appear below the site […]
Register Custom Header Image on Portfolio Post Type
Hi Sridhar: I am using the SEO Themes architect pro theme, which uses the Genesis Portfolio Pro and Custom Header Extended plugins. I can select a custom header image on any post or page using the Custom Header metabox, but there is no metabolic on the Portfolio pages, so I cannot control which image displays. […]
Reply To: Adding Fancy Responsive Menu (see example site)
Hi Frank, You might want to give try these: Sliding down Primary Navigation in Full Screen Overlay in Genesis Fixed nav on scroll with button for full screen search in Genesis How to Slide Down Search Box in a Full Screen Overlay in Genesis
Reply To: More topic dealing with Woocommerce
Do you have a WooCommerce specific design that you are trying to develop in Genesis?
How to rotate widgets in Primary and Secondary sidebars in WordPress
In the Genesis Facebook group, a user asked: how do i automagically rotate widgets in both the primary and secondary sidebars, on screen refresh? where do i find the index names of sidebars? Adding the following in child theme’s functions.php will shuffle and display widgets of Primary and Secondary sidebars in random order on page […]
More topic dealing with Woocommerce
I am always having difficulties with Woocommerce and Genesis. I would appreciate more tutorials on customisation of layout, categories, template changes with Woocommerce with a Genesis theme. Thanks
Adding Fancy Responsive Menu (see example site)
Hi Sridhar Would you please create help making a menu like http://www.reformcollective.com/ for genesis. I shall greatly appreciate it. Regards, Frank.
Recent Comments