I am testing on local computer and I just dragged the bootstrap nav bar to test page and then i set up wp smart menu.
and when I am testing it on site, it is showing all navigation links as expected but parent menu and its sub menus are not showing as expected. Instead of showing the link of parent page, its showing default # link.
Here is html code of default nav bar which im testing
<ul class="navbar-nav mr-auto mt-2 mt-lg-0" wp-nav-menu="primary" wp-nav-menu-theme-location="primary" wp-nav-menu-type="bootstrap4" wp-nav-menu-current-class="active" wp-nav-menu-depth="3">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink47" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown link </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink47">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
Here is my wp smart action setting for menu –
Now check here when im hovering on Page b for click , it shows # instead of link of the Page B. check on corner.