I have a customized version of the PIXMA template for WordPress (from wrapbootstrap) and after checking Google Webmaster Tools, I noticed errors related to the .navbar-collapse
class being appended to our URL. Currently, this is the line of code responsible for displaying our mobile menu:
<!-- Mobile Menu Start -->
<div class="mobile navbar-header">
<a class="navbar-toggle" data-toggle="collapse" href=".navbar-collapse">
<i class="fa fa-bars fa-2x"></i>
</a>
</div>
<!-- Mobile Menu End -->
I attempted to use "#" in the href attribute to mitigate the issue, but it caused functionality problems with the navbar on mobile devices. Does anyone have any suggestions on how to resolve this issue? The URLs on my blog posts are showing something like this:
cctv-security-surveillance-articles/monitor-employees/.navbar-collapse