Hello forum,
i've made an template with TT for wordpress and want to use it for an webshop environment.
Now i want to use the plugin Woocommerce Menu Cart, but this plugin is not working in TT.
This is because the navigation menu is not using the wp_nav_menu function.
The next line i found in the header.php of the theme.
<?php echo templatetoaster_theme_nav_menu('ttr_','primary','menu',True,True,False,False);?>
Here i changed templatetoaster_theme_nav_menu into wp_nav_menu.
This changed my navigation menu and the Woocommerce Menu Cart plugin is visible.
The problem that i have is that i've to change the class also, but that is where i get lost.
I did found a soluton for another known template builder but did not give me the correct soluton, but turned me into the right way.
https://wordpress.org/support/topic/wp- ... ?replies=7Maybe someone can help me to get the class correct. From the topic above i know that i have to change the class into menu_class.....
Thanks, Hilvy