Welcome to TalkGraphics.com

Search:

Type: Posts; User: behzad; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    6,657

    Re: Temporarily hiding mobile variant

    I like to hear what the other wizards will say about this.
  2. Replies
    32
    Views
    6,657

    Re: Temporarily hiding mobile variant

    If you delete the mobile version then there is no reason why the main site should direct it to your custom mobile version, unless you put the above code into the index page of your main site. If...
  3. Replies
    32
    Views
    6,657

    Re: Temporarily hiding mobile variant

    You can paste this to your home page when ready.

    <script type="text/javascript">
    <!--
    if (screen.width <= 480) {
    document.location = "http://domainname.com/mobilename";
    }
    //-->
    </script>
Results 1 to 3 of 3