How particular are you about using the Genesis Responsive Slider plugin? With the given requirements, it is easier to use a jQuery script like Slick. Also, what are you showing in the slider? Posts from a specific category?
Search Results for: responsive
Nav menu item icons and sticky menu on scroll in Genesis
This tutorial provides the steps to add icons above navigation menu’s labels and to set up any menu of your choice to appear (fade into view) fixed/sticky at the top of the screen when scrolling down in Genesis. When scrolled all the way to the top, the sticky menu will fade out. The sticky menu […]
Reply To: Monochrome pro mobile menu
I’ve updated https://sridharkatakam.com/add-inline-mobile-responsive-menu-genesis-sample/ for the latest Genesis Sample.
Reply To: Monochrome pro mobile menu
I believe that is the same updated responsive menu code that’s introduced in the latest Genesis Sample. Which child theme are you trying to set up the inline mobile menu in?
Reply To: Monochrome pro mobile menu
THere’s a new settings section in functions.php that adds an extra layer of complexity function monochrome_responsive_menu_settings() { $settings = array( ‘mainMenu’ => __( ‘Menu’, ‘monochrome-pro’ ), ‘menuIconClass’ => ‘ionicons-before ion-navicon’, ‘subMenu’ => __( ‘Submenu’, ‘monochrome-pro’ ), ‘subMenuIconClass’ => ‘ionicons-before ion-chevron-down’, ‘menuClasses’ => array( ‘combine’ => array( ), ‘others’ => array( ‘.nav-primary’, ), ), ); return […]
Reply To: Monochrome pro mobile menu
I have covered it here: https://sridharkatakam.com/add-inline-mobile-responsive-menu-genesis-sample/ Although it’s for an older version of Genesis Sample, you should be able to use it with some changes in the latest version as well.
How to display ACF Repeater items in a carousel using SlickJS
In the members-only forum, a user asked: I’m wanting to build a site similar to this http://kevita.com/products/master-brew-kombucha/ with a full width top image and slider below with product info using advanced custom fields and slick or soliloquy. Thank you! In this tutorial, I would like to share a custom Page Template that outputs rows of […]
Menu modification request for Altitude Pro
Hi there, I was wondering if you can do a tutorial on modifying the responsive menu on mobile for Altitude Pro so that the website visitor can click anywhere on the primary menu (not just the arrow icon) to open the submenu in Altitude Pro? Is there a way to apply this feature on just […]
How to modify loop hooks properly with genesis_custom_loop()
Genesis comes with a useful function called genesis_custom_loop() to output elements like entry header, entry content and entry footer when you want to write a custom query. If you would like to make any changes like showing/hiding certain elements in the loop or moving them around, it is not sufficient just to do so and […]
Split logo navigation that shrinks on scroll
This is a customized Genesis Sample child theme having these features: – Image logo in the center (or in any position) with nav menu items appearing on either side of the logo in a fixed nav bar. – The nav bar (having the logo in the middle) shrinks when scrolling down and becomes semi-transparent. Upon […]
Recent Comments