The navigation menu on my website (below) has recently developed a glitch: clicking on a link won't take you to the proffered page. All of my pages are intact - if you add ".php" to any URL, you can view them just fine. I've tried changing attributes within the menu itself but lack knowledge of anything further.
This is how things looked initially (and worked fine! arg):
I've tried the below (and then other spurious things) to no avail:
I'm also concerned about tampering as this is a recent development. The personal friend who created my website is exploring intercontinental opportunities, and unreachable.
Any help is most welcome. If this is actually something that requires time and effort to fix, I can suitably remit. I've spent far too much time today failing grandly at solving this.
Thank you!
This is how things looked initially (and worked fine! arg):
PHP:
<li><a href="about" title="About" class="menu-about">About</a></li>
PHP:
<li><a href="http://volpinavance.com/about" title="About" class="menu-about">About</a></li>
I'm also concerned about tampering as this is a recent development. The personal friend who created my website is exploring intercontinental opportunities, and unreachable.
Any help is most welcome. If this is actually something that requires time and effort to fix, I can suitably remit. I've spent far too much time today failing grandly at solving this.
Thank you!






