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.

Similar Messages

  • Why is Photobucket is re-directing me to the mobile version of their site, not the desktop version - only since updating to FF v7.0.1 and not an issue in Safari. NB running on MAC OSX 10.5.8.

    Firefox automatically re-directs to m.photobucket.com/albums/aardvark_1964
    Only affects Firefox since updating to v7.0.1. NB Safari is unaffected on the same machine.
    Have flushed the cache, reset JS, etc etc.

    Hi Bart,
    I also found a real easy way to clean out Finder in this link:
    http://lifehacker.com/308898/clean-up-finders-open-with-menu
    The MacApper weblog details how to clean out Finder's Open With menu so that uninstalled and duplicate applications don't bog down the list of apps you want to use.
    Home/Library/Preferences/com.apple.LaunchServices
    and trash it (you can back it up if you want)
    If you want to get even more granular with your Open With Menu, check out this link: 
    http://hints.macworld.com/article.php?story=20030730161311391

  • 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;

  • TS1702 i am using iphone 2G, i have updated IOS 3.1.3, but i am not able to use whatsapp. the newer version of whatsapp is not working in my phone. please give me the solution.

    i am using iphone 2G, i have updated IOS 3.1.3, but i am not able to use whatsapp. the newer version of whatsapp is not working in my phone. please give me the solution.

    As newer iPhones and iOS versions are made, apps start to drop support for the older versions of the iOS. It looks like you have fallen victim to this. I commend you for sticking with the original iPhone until now, but it looks like it's time for an upgrade if you want to use apps that have dropped support.
    Also the new iPhone provides hundreds of new features and spec upgrades from the original. Check it out! http://www.apple.com/iphone/

  • HT204389 Since I updated my iPhone, with the last version , Siri it's not working at all.

    Since I updated my iPhone, with the last version , Siri it's not working at all.

    Have you changed location (e.g., in a different country)?
    See this article about countries that support Siri: http://www.apple.com/ios/feature-availability/
    Also, from the HT4992 article you attached: "* Siri is currently in Beta. Siri requires Internet access. Siri may not be available in all languages or in all areas, and features may vary by area. Cellular data charges may apply."

  • I just installed Photoshop CC 2014, but Latest version of Bridge will not work when I want to open it from PS

    Any idea why is Bridge latest version not working when trying to open it in Photoshop CC 2014 ? (French version) ? When trying, Creative Cloud app will open to ask if I want to download newest version, which I did numerous times now.
    Thank you
    Guy Deschenes
    Shawinigan (QC) Canada

    Hi Eric,
    Here's how a similar problem was resolved between PS and BR.
    The issue was confirmed by ChunXiaYang at Adobe staff and solution put in the forum discussion on June 19 (no. 13). Here's a copy:
    I have confirmed that this is a known issue before release. And the workaround is to uninstall and reinstall PS 2014. Then Bridge can be launched by selecting 'Browse in Bridge' in PS2014.
    Please try the installation, and let me know whether it works. Thanks!
    It woks just fine since I unistalled and reinstalled PS 2014.
    Guy
    Le 2014-07-17 à 1:13 PM, ericboerner a écrit :
    I just installed Photoshop CC 2014, but Latest version of Bridge will not work when I want to open it from PS
    created by ericboerner in Bridge General Discussion - View the full discussion
    I did this with a fresh install of the entire CC package. As soon as the CC packages updated, CC Bridge broke. Unistalled CC PS, reinstalled again, CC Bridge works, but CC PS updates itself again, and breaks CC Bridge.
    You know... The whole move to CC has been a massive cluster... I've struggled with the CC packages for my entire subscription year, and now I'm 1.5 month away from needing to throw down another $720 for no reason what-so-ever, just so we can Beta test your really screwed up subscription services.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6559164#6559164
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Bridge General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Picture hyperlinks not working when published? Please help....

    Some of the hyperlinks to my pictures do not work when I publish to my folder. I´ve tried to empty Safaris cache but it still doesn´t work. Please help me, pretty urgent....

    hi briebrie,
    this is common mistake, see my post in this thread:
    http://discussions.apple.com/message.jspa?messageID=4004970#4004970
    The work around is to leave iWeb default nav bar and header enabled, add your home made nav bar (outside/below of iWeb default nav bar).
    Then turn off iWeb nav bar and header when you are done.

  • IWeb moves pictures by itself, links do not work when publishing to folder

    When I first started using iWeb i would save the page I was working on and then publish it to a folder so I could look at it in Safari and it used to work fine. Now when I do this the pictures come up and they are pushed up halfway off of the top of the page and you aren't able to scroll down all the way to see the bottom of the background picture that I have. Also, the links to the other pages of the site do not work after publishing it to a folder. If anyone has any advice I would greatly appreciate it!
    17" Powerbook G4   Mac OS X (10.4.6)  

    I uploaded it to a free host for now. here is the link: http://www.zendurl.com/garrett/cgi-bin/www.garrettramquist.com/Welcome.html

  • Links not working when published

    I know, I know, this topic has been discussed before but I am very very new at this and most answers I just don't understand (I am used to visiting not building sites). Anyway, I am having a **** of a time getting some links in my webpages to work (better said, most work, some not). I don't understand, I've checked all links, no problems (not even when published locally). But when I FTP it to my host something seems to get lost in the transfer. I've deleted the pages where this problem occurs and made new ones. Doesn't help. Does any one have any idea and know how to explain the answer to me in the simplest terms? I would be so very grateful!
    thanx

    The correct ftp settings would be your username and password and what you use to connect to your server. If you have already uploaded your site, then these settings would be correct. If using Cyberduck with incorrect settings, you would not be able to connect to your hosting space full stop.
    Anyway, you said that you were just uploading the contents? If this is the case, perhaps if some of your links do not work, then you have not uploaded all the files that you need to. If uploading the contents of your site folder, then when Cyberduck asks you to upload, or you click it under action at the top, it will ask you to select the files - normally you would go to User and then Sites and then click on your site folder. When this shows up, click on the first file that is shown and do a select all and this will then upload all the contents. Check to ensure that all the html pages are there, plus their relevant folders - these folders contain all the CSS - so for each html page their is a folder of the same name e.g. About Us.html and About Us folder. There are also feed files that need to be uploaded too.
    What you can try to see if it works is to upload your whole site folder and separate index file and see if the links work when you do this. Your url will be different if you do this, but just try it and see.
    The other problems when links do not work is that you could have either an image or another text box too near to the navigation menu or link that covers it up so that it will not work. Go into iWeb and check this by doing a command A to see placement and you can then move images and text boxes around if this is the case.

  • Close window not working when publishing as HTML5 on Adobe Connect using CP8

    Hi all,
    I'm trying to get a button that closes the project/window at the end of a video. I am using CP8.
    I can get it to work when publishing as SWF to Adobe Captivate.
    It also works when publishing as HTML5 but not on an LMS (Adobe Connect).
    I have tried various methods including
    - On success execute a Javascript =  window.close()
    - On success - exit
    - On success execute advanced action = Assign cpCmdExit with 1
    I also tried adjusting the slide settings On Exit: exit and the publishing settings Project End Options: Action: Close project.
    Nothing works.
    Any ideas?
    Many thanks,
    Aimee

    Hi Aimee,
    Can you test this to close the course window:
    Insert 2 buttons or smart shape used as buttons (as Finish course buttons).
    On the first button apply an action to execute javascript and in the script window, use this script: parent.close()
    On the second button apply an action to execute javascript and in the script window, use this script: top.window.close()
    Upload the published project on your LMS and check if any of these works for you.
    Thanks
    Himanshu

  • Rollover Slidelets not working when published

    Hi,
    I'm using CP5.5 for a course that uses numerous rollover slidelets.  Everything works as expected when previewing the slides in Captivate however the rollover slidelets do not work when the course is published and viewed in a browser.
    Any idea what could be causing this?
    Thanks,
    Matt

    Your project file may be experiencing some corruption.  Did you insert each of these slidelets using the Insert menu or did you perchance just copy and paste them from the same one?  I've seen that practice cause issues sometimes.
    Try creating a new blank project and then insert a few test slidelets using the Edit menu.  Do they work when this project is published?  If so, at least you know your Cp install is fine.
    Try hiding slides in your project as per suggestions in this post:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques
    It may be that the corruption is limited to one or more slides and you can resolve it by rebuilding those slides.

  • Adobe photoshop elements 13 trial version will not work on windows XP. Does this mean that if I purchase the full version, this also will not work on XP?

    I have Photoshop Elements 12 and want to try version 13 before I buy. However, when I tried to download the trial version of Adobe Photoshop Elements 13, I was informed that it isa not available on Windows XP. Does this mean that if I buy the full version, it will not work on Windows XP?

    Yes, if the system requirements do not include XP then an XP machine will not be able to use it.
    System Requirements
    Windows
    1.6GHz or faster processor with SSE2 support
    Microsoft Windows 7 or Windows 8 (32-bit versions will be installed on 32-bit systems; 64-bit versions will be installed on 64-bit systems)
    2GB of RAM
    5GB of available hard-disk space
    (additional free space required during installation)
    1024x768 display resolution (at 100% scale factor)
    Microsoft DirectX 9 or 10 compatible display driver
    DVD-ROM drive (for installation from DVD)
    QuickTime 7 software
    Internet connection required for product activation and content download* 

  • I downloaded the new version and it will not work on my sytem

    I have used Firefox for the last three years with no problems. It asked me to download an update version 6.01 and now it will not work at all!!!???? I have cleaned it out then reloaded still the same issue will not hook up to the web page

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • I downloaded the latest version of flash player, not working?

    I just got my computer back from being fixed and I'm redownloading everything I need.
    I have a Mac OS X Version 10.7.5 and i downloaded the latest version of flash player for it. It appears to be installed because there's a window opens up saying "Thank you, enjoy flash player." or something like that after I have downloaded the flash player.
    I've tried several times and I STILL can't watch videos or do things that require flash player.
    I went to my system preferences, clicked on Flash Player and went to the advanced bar, and it says "Plug-in version 11.9.900.117 is installed."
    However, when i go to this page: http://helpx.adobe.com/flash-player.html
    And I click the "Check Now" button to see if flash player has been installed onto my computer, it says:
    "Sorry, Flash Player is either not installed or not enabled.
    Please go to step 2."
    And so I did and downloaded it AGAIN. I only saw the same thing after i reloaded the page and tried again.
    I do not have an anti-virus program, so it can't be that.
    Is the flash player enabled?
    How do I check if it's enabled/enable it?

    It's usually in your browser's Tools section.

Maybe you are looking for

  • GTS Functional Specifications for new enhancements

    Hello Experts, can you please provide a example for functional specifications for new enhancements in GTS. or a link

  • Federated Portal Network Exception

    Hi experts I'm used in Federated Portal Network BW - Producer EP 7.0 SP 25 EP - Consumer EP 7.0 SP 18 and i got the following error: Exception id: 233133350_XXXX com.sap.portal .prt.runtime.PortalRuntimeException: Iview Not Found:fpn: XXX_Consumer/pc

  • Content Copier - MS Visual C++ Runtime Error

    Hi I have searched through the posts for Nokia PC Suite and have failed to see any issues that remotely resemble mine. These are my setup details: Phone: Nokia 6255 Cable: CA-53 PC Suite: 6.81.13.0 PC: Windows XP SP2 - all latest patches Upon finally

  • Premiere Elements 8 Grey Screen/Crash

    When I attempt to open a saved or new project I get a blank grey screen.  I've been using this program for years and only recently (a few months ago) this has happened.  Also, when I attempt to open organizer it crashes.  I've uninstalled and reinsta

  • Anyconnect Secure Mobility client 3.1.05187 external DNS issues in Windows 8.1

    I am using AnyConnect Mobility client  3.1.05187 on Windows 8.1 machine and for last couple of days I am not able to connect to external sites. There are two network adapters active: Ethernet (IP and DNS address obtained automatically) Cisco AnyConne