Adding VMC to the menu bar and editing header.php
Just purchased today and downloaded V 1.0.2 of the plugin.
In the VMC Plugin Options Settings it says:
B) The city select menu can also be placed in the menu bar with a small addition of just one line of code. Open header.php in your child theme folder and add:
<?php do_action('vmc_show_city_menu'); ?>
right below:
<?php wp_nav_menu( array(
'theme_location' => 'header',
'container_class' => 'menu rounded',
'items_wrap' => '<ul>%3$s</ul>',
'fallback_cb' => false
) ); ?>
I am using Vantage 1.1.4, the responsive theme, which I believe is the same as your demo located at
http://demos.themebound.com/vantage-multi-city/
I have opened the header.php file from this theme and cannot find any of the code pieces referenced above.
Can you please advise where I should look for this code so that I can add VMC to the menu bar.
Thanks very much,
Bruce