Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166490

    The main menu on my website is working fine in Firefox or IE on my computer. When I go to my site http://www.huiberts.info on my iPad2 of iPhone with Safari at first glance it looks perfectly resized for these devices. But, when I go to the menu on these devices and click on a menu-item other then the main page, it says that he can’t find the server. The reason seems to be that there is no valid url to the page to go to (it shows only the pages name and not everything before that). The strange thing for me is that this is not a problem on the regular website.

    I have no idea if it has something to do with it, but to make ‘normal’ urls possible I added .access file with this content.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Further information: i work with WordPress 3.6.1.

    Help would be much appreciated!

    #166495

    More information: switching the website to non-responsive has no effect regarding this device-menu-problem. The then ‘normal looking’ menu still seems to not able to find the correct url.

    Both devices had IOS7 installed.

    #166748

    I found the solution. I discovered that the Site Address (URL) in General Settings was empty. After providing the correct url of my homepage the problem was fixed. The problem was troubled by the fact that everything looked fine in IE en FF, but not on tablets and phones (which seem to be less forgiving then the pc-browsers).

    Case closed!

    #166752

    Glad its working for you now, i’m closing this topic.

    Regards,

    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu not working (invalid URL's) on tablet/phone’ is closed to new replies.