New Release of Responsive (Version 3.26)
-
1. Sidebar for WooCommerce shop pages.
With this feature, you can have customized separate sidebar for your WooCommerce shop pages. You can also select the layout of shop pages( Full width, left sidebar, and right sidebar)
2. Improved Accessibility for navigation
With this version, you will be able to access primary and submenu with the tab button.
If you are using a child theme, please note that we have replaced container in following from div to nav<?php wp_nav_menu( array( 'container' => 'div', 'container_class' => 'main-nav', 'container_id' => 'main-nav', 'fallback_cb' => 'responsive_fallback_menu', 'theme_location' => 'header-menu', ) ); ?>
You will have to update this in your code to use the accessibility feature.
3. Border color:
We have added custom options for updating the border color of the menu. You can update this from Header > Menu > Mobile Menu
4. Minor bug fixes for mobile menu
- The topic ‘New Release of Responsive (Version 3.26)’ is closed to new replies.