Home Forums Archived Forums Mobile View redirect to mobile page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #19261
    rogerc
    Participant

    OK I have tried for  few hours now to redirect my static front page to my mobile page. Using Weaver II presently, I have as far as I know set all the appropriate setting to achieve this all to no avail so in desperation I tried a couple of plugins still with no success. Anyone have any ideas ?
    Site is https://aussie-slots.com, mobile page is  https://aussie-slots.com/mobileslots/
    rogerc

    #29420
    scrambler
    Moderator

    If you mean you want a different home page on mobile, there is a pace for that setting in the Mobile admin page of the theme. Is it where you set it up?

    #29421
    rogerc
    Participant

    Thanks for your reply but I have ( I believe ?? ) installed the right settings, it used to work on all my sites up until there was an upgrade to WordPress. I have tried various redirect plugins to no avail as well as installing a directive in the .htaccess file, still no good.
    Thanks a lot for your help
    rogerc

    #29422
    scrambler
    Moderator
    Well, your mobile page is indeed the page with the 1290 ID, and it definitely does not come up on mobile, so something is up.

    Try deactivating ALL non weaver plugins, and see if that makes a difference.

    Beyond that, may be @weaver will have more suggestions

    #29423
    rogerc
    Participant

    Hi, Once again thanks for your interest. Unfortunately I have already visited the deactivating of all plugins and all it did was make a mess of the site. A lot of these plugins wt3cache for instance although I have had it deactivated for some time now leave a trail in the .htaccess file so I’m going to attack that next and try it clean it up. I will also give your suggestion of @weaver a go.
    Once again
    Thanks very much
    rogerc

    #29424
    scrambler
    Moderator

    “.htaccess file ” does seem like a good candidate 🙂

    #29425
    rogerc
    Participant

    Just for interests sake, I tried with a completely empty .htaccess, still without success, next step is going to be in desperation, changing the theme altogether and see where that leads.
    rogerc

    #29426
    rogerc
    Participant

    I think I have found the reason this redirect does not work.
    Possible causes:
    According to MobiReady…….
        A URL which is valid in format but for which no site exists.
        A valid URL and site, but that is not connectible by mobiReady servers.
        The page is not a valid markup (HTML), such as a css js or swf file.
    …………………………………
    So, it appears that although the page is definitely there MobiReady is unable to locate it, seems it’s locked up somewhere but where I have no idea. ??
    rogerc

    #29427
    Weaver
    Keymaster

    @roberc – only in your last post did you mention “MobiReady”. What is that? Is that a plugin or some kind of service?

    If you are trying to use some other plugin to redirect a page, then it would almost certainly conflict with Weaver II’s own mobile redirection.

    Do note that the method Weaver II uses to redirect the mobile home page is really obsolete.

    #29428
    rogerc
    Participant

    Sorry, been a while since posting, it seems that some of the code W3total cache put in the .htaccess file was upsetting something, a bit of a mystery really, anyway it seems to be working OK now. MobiReady is just a “mobile simulator ” I was using for testing.
    Thanks very much for all your help
    rogerc

    #29429
    balmerhevi
    Participant

    The following Javascript code will help you to redirect to your mobile version.

    <script type=”text/javascript”>
          if (screen.width <= 699)
          {

               document.location = “mobile/mobilepage.html”;

          }

    </script>

    More…Mobile Redirect

    Hevi

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘ Mobile View’ is closed to new topics and replies.