Mobile version sites

hello,
i'm just curious if there's a way to stop being directed to a mobile version of a site when browsing on the iphone? since the internet on the iphone is typically good enough to use the full desktop site i would like to avoid being automatically redirected to the mobile version and then having to spend time figuring out how to load the desktop version. is there a way or do i have to deal with it on a site by site basis? thank you.
rick

Welcome Menneisyys! I remember you (and your mobile expertise) from my days at Aximsite. Unfortunately, the iPhone has replaced my trusty X51v. The iPhone is not as versatile in some ways but it suits my life just fine. Beats carrying two devices around. Did you get the 3GS?

Similar Messages

  • Why can I only see the mobile version of certain websites instead of the full site?

    some website are shown only in mobile version instead or full version, even when I click on the link that says "full site" I get redirected to the mobile version. This only happens in Firefox since I've tried other browsers too.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Can the desktop and mobile version of site share one News Announcement module?

    Hello. Can I make the News Announcement module work for both the desktop and phone version of a site? I want to use one set of News Announcements so have created a separate template for the desktop detail and the phone detail.
    On the mobile News page, seen here,  news - Latest News  (make sure you reduce the browser to a phone size) I have altered the module code generating the announcement list from {module_announcement,a,,,,} to the following so that it uses a mobile specific template (as suggested on the BC help page here Business Catalyst Help | Using custom templates for modules). The template is in the Templates folder.
    {module_announcement,a template="/Templates/MOBILE-INNER-News-pages.tpl"}
    But it isn't working yet, on selecting a news item link on the mobile version the detail loads but it is the desktop version not the mobile version. Is my code snippet wrong? The news items themselves have been assigned the desktop version template which I imagine could be the problem. Is there a way around this or do I have to create two sets of news announcements, one for desktop the other for phones?
    Cheers for any help with this.
    Grant

    http://www.edgewoodcommunity.org/phone

  • The mobile version of my Muse site doesn't display full width

    Can anyone help me figure out how to make the mobile version of my site display full width?  I've snapped everything to the full width using the blue lines, but the whole site is left justified.  I reviewed the master page and everything seems to be in order.

    You most likely have an empty box or text box that is off to the right in your design. Do a select all on your Master Pages and pages to see if you have any elements outside the right side of your design.

  • Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries?

    Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries? Here is the layout in desktop view, red being what would be images. And when i rescale, the content stacks together to place two of the same boxes together, like so;
    Is it possible to apply a rule so when scaled the boxes reorder to show red, black, red, black, red, black?

    <div class="productcontainer3">
    <div class="product3"></div>
    </div>
    <div class="productcontainer4">
    <div class="product4"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    </div>
    <div class="productcontainer1">
    <div class="product1"><h6>Manta Soledo</h6><p1> In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant.</p1> </div>
    </div>
    <div class="productcontainer2">
    <div class="product2"></div>
    </div>
    <div class="productcontainer5">
    <div class="product5"></div>
    </div>
    <div class="productcontainer6">
    <div class="product6"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    .productcontainer1 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer1 {
      width: 100%;
    .productcontainer2 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer2 {
      width: 100%;
    .productcontainer3 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer3 {
      width: 100%;
    .productcontainer4 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer4 {
      width: 100%;
    .productcontainer5 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
    @media all and (max-width: 600px) {
    .productcontainer5 {
      width: 100%;
    .productcontainer6 {
      float: left;
      max-width: 604px;
      width: 49%;
    @media all and (max-width: 600px) {
    .productcontainer6 {
      width: 100%;
    .product1 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product2:hover {
      background-image:url(../Graphics/iMod-rollover.jpg);
    .product2 {
      Width: 100%;
      background-image:url(../Graphics/iModindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product3 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      background-image:url(../Graphics/Ilanoindex.jpg);
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product4 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product3:hover {
      background-image:url(../Graphics/Ilano-rollover.jpg);
    .product5 {
      Width: 100%;
      background-image:url(../Graphics/Soledoindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product5:hover {
      background-image: url(../Graphics/Soledorollover.jpg);
    .product6 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;

  • Mobile Version of Site Using Wrong Assets

    I have my site previewing on businesscatalyst and it looks perfect on desktop, but when I view it on mobile, it is showing mainly text and images from the template I used that I have deleted and replaced with my assets. Why are these still showing up only on mobile instead of what I have replaced it with.

    Can you check the mobile version of the website on your desktop by adding a '/phone' to the URL.
    If you are able to see the same text and images from the template, then I would advise to check the mobile version of your site in Muse :
    Regards,
    Akshay

  • How do I create a mobile version of a site that is based on scroll effects and a slideshow background?

    I need to create a mobile version for a site that is based on scroll effects and a slideshow background.
    Is it possible to copy the format from the desktop version without re-designing all the elements?

    Hi
    Different renditions will use require the page elements to be optimized accordingly.
    So you can surely copy the page elements and paste in phone or tablet layout , but you would need  to modify them.
    Thanks,
    Sanjit

  • I'm working on CC 2014 on a mobile version of a site, having trouble with order of layers and links not working.

    I'm working on CC 2014 on a mobile version of a site, my links on layers that are below the top layer (call menu) are not working. If I move the layers above the menu layers the links work, but then the menu appears under the graphic and other elements on the site.

    I'm having this issue right now. I would LOVE some help. Did you get it figured out?

  • Firefox mobile shows full version of sites instead of mobile versions of sites only.

    When I visit sites on firefox mobile ( i have the experimental version for phones like the HTC Hero that use the SENSE version of Android)
    Firefox mobile will show the whole main site instead of mobile versions. if a Site has a mobile version, Id prefer it to show that version.
    Also when i go to put information into a form on the page, for example a log in, it makes the screen REDICULOUSLY large and a grey bar with an arrow goes right across the middle of the screen. On the native android browser i can enlarge the form just big enough to see type in my details and then hit enter. On firefox its somewhat of a nightmare trying to log into anything.

    You can ask your favorite sites to add mobile Firefox (Fennec) to the list of mobile browsers they detect. Until they do, you can use the add-on "Phony" to make the sites think you are using a different mobile browser: https://addons.mozilla.org/en-US/mobile/addon/162014/

  • Mobile version of site shows extended browser fill

    I have a little problem I was wondering someone might be able to help me out with.
    www.communitychestscpr.com/index.hml
    www.communitychestscpr.com/phone/index.html
    on the mobile version of this site I have made, there are a couple of instances, Home, Pricing and Contact, where the length of the page seems too long, to where the site shows too much of the brower fill, and extends the length of the page for some unknown reason.
    Any thoughts on what might be causing this and how to fix it are very welcome.
    Regards.

    Hi Vinayak,
    I have been testing it on my iphone 4s. The website is up and running. I don't believe it is the sticky footer thing which is the problem. The master page displays at a certain length - what is the minimal page length (as there is no content on there which is making it longer), but it seems that this does not correspond to the length of pages in the file - so that shorter pages which should fit perfectly onto the master end up having a space beneath the content and above the footer.
    Shows the website on the Home Page, and the empty space beneath the content (and above the footer):
    Shows the website on the Pricing Page, and the empty space beneath the content (and above the footer):
    Shows the website on the Certification Home page, and no empty space beneath the content (and above the footer):

  • Is it necessay to add a canonical tag to tablet and mobile versions of a Muse site?

    Is it necessay to add a canonical tag to tablet and mobile versions of a Muse site?

    I know that they don't actually touch anything on the site. However when you create a tablet version of your site, they "take care" of the redirection to the tablet version. So I am wondering if a search engine views the tablet version as duplicate content when everything is nearly the same... or does muse put something in the code that would let robots know this like a canonical tag?

  • Safari sometimes sends me to a mobile version of a site when I'm on my G5

    Thanks to this board, I have Safari up and running again. (Thanks!)
    However, sometimes I end up on a mobile version of a site for no apparent reason. I've read that it may be due to my User Agent which currently looks like this:
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X 1058; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4
    This doesn't happen on all sites, but does happen on the same sites every time. Any ideas on a fix?
    Thanks

    Hi Tyler
    your UA looks fine, although a few sites do fail to recognise PPC macs properly... so if you change yours in Safari- Develop -User Agent- Other (alter PPC to Intel), you know that's why.
    Otherwise, delete the cookies for those sites in Safari-Preferences-Security - Show Cookies

  • Can I get a full site and not the mobile version?

    I've noticed that when I surf to some sites, I get mobile versions of those pages. I'm sure it must be something to do with the user-agent string of Safari, identifying it self as an iPhone and thus the site serves up a mobile page.
    Is there any way I can prevent this, and get a site to serve up the full page? Some browsers (via add ons) let you change user-agent strings, but there's no such option in the iPhone.
    Thanks.

    You can't change the user-agent strings with Safari on the iPhone, but most of the websites that have a mobile and full version provide a full version selection when redirected to the mobile version. If you have save cookies enabled, selecting the full version should be saved as a cookie so you aren't redirected to the mobile version when returning to the website.

  • The mobile version of my site not working when Published.

    The desktop version works fine and the mobile version seems to be working fine in Muse in both preview and browser preview.
    What am I doing wrong and how can I fix it?
    Thanks,
    /Fredrik

    Thanks for your response Zak and my apologies for the delay in responding. I tried the site on a smart phone yesterday and the mobile version came up and it worked perfectly including the email and phone links. I don't have a tablet other than an Acer Iconia B1 and at the moment I'm presuming it'll bring up the correct version on a tablet that has better definition.
    At the moment the site is hosted as a temporary test site on Business Catalyst. "Universal Redirect" was already selected at the time of my original query. The previous version of the site which this will supercede (not Muse and done a few years ago) is at present hosted by a different company but I want to change host to Business Catalyst as this seems to make sense and I can take advantage of the hosting credit.

  • Muse cc site not displaying the mobile version on a nokia lumina 925 windows phone help!!

    I've designed a site for a client in muse cc  and it dosen't display the mobile version on a nokia lumina 925 windows 8 phone, could someone please advise

    did you try using the chat feature with Adobe tech support? I also have the same problem with a muse site; i chatted with Adobe tech support and agent asked me to send him the muse file as he escalates the session.

Maybe you are looking for

  • How do I install LION on a separate HD and keep Mtn. Lion on Macbook.

    I am having problems with Mountain Lion and need help with installing and using LION on a separate hard drive. Please help.

  • Reterive CID from SXMB_MONI

    Hi Friends, My scenarios is file to SOAP with attachements Pls let me know how to retrieve the cid from the below manifest (in soap body) which apppears in SXMB_MONI <SAP:Payload xlink:href="cid:payload-97094E4D7EBE3262E10000000ADCA03F@xyz">   <SAP:N

  • Approve and reject button not appearing in the POrtal screen

    Hi All , I have an issue where i create a meeting rwquets and then it goes for approval to the manager , but in this case the manager is not able to see the approve and reject button in the screen , whereas it appears in the back end , please suggest

  • I Accidentally Deleted A Folder

    The folder where i mainly listen to got deleted how do i bring it back???

  • Bean as User Object

    Can I make bean as my user object when I use JSP calling Beans??? The scenario is as following: I hava 2 JSP pages, name JSP_A and JSP_B. When I click submit in JSP_A, I'll call beans to do some setting and validations, and in the same time, will pas