• Resolved stales89

    (@stales89)


    Hello. I am having a few problems with navigation on my site, I’ve had it up a while but only just noticed the problem. Once on a page I can’t seem to press the “back” button, also if you click ‘videos’ then click ‘page 2’ the link doesn’t work unless you edit the URL.

    Can someone please tell me where I’m going wrong?

    Here is the link: http://www.joestaleymedia.co.nr/

    Thanks for the support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The browser back button issue is because you have javascript that redirects you to the page. I believe the culprit is here:

    <script language="JavaScript">
    if(top.frames.length > 0)
    top.location.href=self.location;
    </script>

    It looks like you’re using someone’s domain forwarder feature to use that domain name for your blog, which is what causes it to re-load like this. The second issue is also the domain forwarder’s fault. It looks like your blog is actually hosted here:

    http://www.metalgodstv.com/joestaleymedia/

    Hopefully this information helps.

    [signature moderated Please read the Forum Rules]

    Thread Starter stales89

    (@stales89)

    Ok, I have used this forwarder before to link it to metal gods tv domain (which is my other site domain) but for some reason it stopped working. Should I just move my site to a new domain altogether?

    Hi,

    Remove JS from the page and also check with disabling the plugins. Upgrade your wordpress version.

    Have a check with this plugin too for nav setup and settings:

    http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Navigation Problems…’ is closed to new replies.