I’m using the script from the Parallax theme to apply a parallax effect to a widget area. Is it possible to set a max height rather than using the window height? It’s a relatively short widget area, so using window height makes the image far too blown up on taller screens. jQuery(function( $ ){ $(window).scroll(function(){ […]
Search Results for: image
How to add an additional Footer widget area in Altitude Pro
Child theme: Altitude Pro Before: After: Here’s how: Step 1 Edit Altitude Pro’s functions.php. a) Change to b) Change to Step 2 Edit Altitude Pro’s style.css. Replace the Footer Widgets section (line 1688 to line 1726 in the unmodified Altitude Pro’s stylesheet) with the following: Step 3 At Appearance > Widgets populate Footer 2 widget […]
Workstation Pro’s Flexible Footer in any Genesis theme
In Genesis Slack chat, a user asked: Has anyone created a tutorial for adding Genesis Flexible Footer area in any child theme? In this article I share the code extracted from Workstation Pro for setting up flexible footer widget area in Genesis. Depending on how many widgets (1 to 4) are placed in this widget […]
Custom Page Template in Altitude Pro for setting up an inner Page similar to the Front page
In my Facebook group a member asked if I can write a tutorial on setting up an inside Page in Altitude Pro similar to that of the homepage. Please watch the screencast below to get an overview of the end result after implementing the steps in this tutorial. We shall ensure that background images of […]
How to display Genesis eNews Extended opt-in form in a timed popup
A user asked: Is it possible to use eNews Extended as a timed popup like Mailmunch or Sumome? Not out of the box but this is possible with a tiny bit of code. We shall register a widget area, place eNews widget into this, create a custom shortcode that outputs the widget area and add […]
How to conditionally replace menu in Primary Navigation with Product Categories and their terms on WooCommerce pages in Genesis
While it is straight forward to manually add WooCommerce Product Categories and their terms as menu items and sub menu items of a custom menu in WordPress, in this article I show how we can set up a custom menu to automatically show all Product Categories and the corresponding terms as sub menus. Additionally we […]
Full Screen Soliloquy Slider with Transparent Floating Header in Centric Pro
In this tutorial I share the steps for setting up a Soliloquy (commercial plugin) slider as full screen background for header and Home 1 section of Centric Pro. Screenshot: Screencast: Step 1 Install and activate Soliloquy. Step 2 Create a slider named say, ‘Home Slider’ and set it up like so: Config tab: To view […]
Different logo depending on language
Hi, I’m using your Genesis Child Theme with the function to replace header site title with an inline logo add_filter( 'genesis_seo_title', 'custom_header_inline_logo', 10, 3 ); function custom_header_inline_logo( $title, $inside, $wrap ) { $logo = '<img src="' . get_stylesheet_directory_uri() . '/images/logo.png" alt="' . esc_attr( get_bloginfo( 'name' ) ) . '" title="' . esc_attr( get_bloginfo( 'name' ) […]
How to display Entry Meta Conditionally in Genesis
In the members-only forum a user asks: Iām having real problems working out how to achieve separating categories and tags ? I need to display the post category ā:filed underā ābeforeā the post title on all pages , front page , archives , single etc , but i only want the āTagsā to display on […]
How to replace Genesis Responsive Slider on Outreach Pro’s front page with a full width Soliloquy Slider
In the members-only forum a user asked: You have a great tutorial for Education Pro, where you replaced the Genesis Slider for Soliloquy. Could you do the same for Outreach Pro? I’m also looking to fit the Slider the full width of the wrap and not the container. In this article I share the steps […]
Recent Comments