Hi Team
Do you guys have any new woocommerce + news/magazine planned for coming months?
Thanks
Nitin
Tika03 wrote:Hi Team,
i can't wait pour the new version of the Quark Theme with Woocommerce. I love Quark Theme template ! Nice Job !
I'm just wandering if there's a simple way to put a top bar with My cart - Register - Login... on this theme? This Theme has only 2 menu locations, Main Menu and Footer Menu.
Thanks in advance for your help.
Elina
register_nav_menu( 'mainmenu', __( 'Main Menu', 'quark' ) );
register_nav_menu( 'topmenu', __( 'Top Bar Menu', 'quark' ) );
<?php wp_nav_menu( array( 'theme_location' => 'topmenu', 'menu_class' => 'top-menu', 'fallback_cb' => false ) ); ?>