Right on, and thanks for the reply. I think I found a solution with Lightbox Plus Colorbox – https://ww.wp.xz.cn/support/topic/lightbox-wont-load-agoda-maps-external-content?replies=1
Keep up the good work!
Awesome esmi! I ended up using the string for “Targeting a specific Menu” here:
http://codex.ww.wp.xz.cn/Function_Reference/wp_nav_menu
The string below even defaulted to the only custom menu that was created.
<?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>
thanks!