Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [WooCommerce] Cart in Menu
    Thread Starter MisterT83

    (@mistert83)

    hi, thanks for your reply. Unfortunately i still can`t figure it out.

    Here`s the original Code from my header.php:
    `<nav id=”site-navigation”>
    <a href=”javascript:void(0);” class=”menu-toggle dl-trigger”><?php _e(‘Menu’, ‘codeus’); ?></a>
    <?php if(has_nav_menu(‘primary’)) { wp_nav_menu(array(‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu styled main_menu dl-menu’, ‘container’ => false, ‘walker’ => new Codeus_Menu_Walker)); } ?>
    </nav>`

Viewing 1 replies (of 1 total)