After spending countless hours on this issue, I am still unable to solve it. The problem seems simple enough - a few modifications were made to the site and now the anchors do not work properly unless the page is refreshed.
Visit www.boldcreative.co.nz for reference.
If you have any advice or guidance, please share. Thank you in advance.
As evident from the code snippet below, I have attempted to call the anchor using just the anchor name (e.g. #about) and also by including the full URL (e.g. boldcreative.co.nz/#about). Unfortunately, neither approach seems to be effective.
<div class="popup_menu_holder_inner">
<nav class="popup_menu">
<ul id="menu-left_menu" class=""><li id="popup-menu-item-21092" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home "><a href="http://boldcreative.co.nz/#top" class=" current "><span>Home</span></a></li>
<li id="popup-menu-item-21093" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="#about" class=""><span>About Us</span></a></li>
<li id="popup-menu-item-21095" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home "><a href="http://boldcreative.co.nz/#work" class=" current "><span>Our Work</span></a></li>
<li id="popup-menu-item-21094" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home "><a href="http://boldcreative.co.nz/#team" class=" current "><span>Our Team</span></a></li>
<li id="popup-menu-item-21097" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home "><a href="http://boldcreative.co.nz/#contact" class=" current "><span>Contact</span></a></li>
</ul></nav>
</div>