Mobile Site and System Pages

I know you can create a separate mobile website for tablets and phone. I will be doing this for a site I am building that has content specifically targeted for iPad devices. The question I have though is how are system generated pages handled? For instance the eCommerce pages and shopping cart pages.
How do I create tablet specific pages for system generated pages?
Thank You!

Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website. I have no idea how the website was originally built. My client is asking me to build a mobile site for his current site without touching his desktop site. His site was originally built in Dreamweaver I think but he have no way of finding the files and lost contact with his original designer. We don't want to start a new site from scratch with a new domain because he is afraid of losing his seo work.
In other words. My client site was build in Dreamweaver or something else. I am not a programer and was going to use muse to make his mobile site. So the question is how do I link a muse made mobile site to his desktop site?
Thank you.

Similar Messages

  • Quick question about mobile sites and publishing.

    I currently have a desktop site at fabhollie.com
    I would like to start designing a phone and tablet site. My question is can I publish only the desktop site rather than all three? I would like to be able to work on the mobile site without publishing them until I have completed them. Some of the content on my requires me to update it weekly. Is there any way I could make these changes on my desktop site and publish them without publishing the unfinished phone and table pages? Thanks.

    You certainly can! ;-)
    Go into your site Properties. Select Mobile on the left and uncheck the redirect button down on the lower right. This will still publish the mobile site to the live server so you can test it but it won't automatically redirect until  you check that box again.
    It is a feature designed for exactly what you want to do.

  • Created PHP site and Dynamic Pages. So what next?

    Hey guys,
    So i have created a site. It is a simple Car Dismantlers site with 4 pages in a front end section for visitors to the site. The pages are index.php, contact.php, search.php and directions.php. I have a back end section in an admin folder where an administrator can add, update and delete records from a database which is password protected. The whole site is working fine locally but now i want to upload it and dont know where to start. I have domain name set up with Lime Domains, it is PHP and MySql ready. This is the first php site i have created and I dont really know where to start to get it up and running now.
    Thanks in advance.

    Hey J.S,
    Do you think its a bad idea to have Database admin over them web? How could i make my db admin into a program to run on a certain computer. i.e on the car breaker yard where there is no dreamweaver.
    Thanks J.S

  • Muse mobile site and desktop site

    I have made two seperate muse sites, one mobile and tablet and the other desktop.
    I want to put them together?? With having to redo either of them, there must be a way

    Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website. I have no idea how the website was originally built. My client is asking me to build a mobile site for his current site without touching his desktop site. His site was originally built in Dreamweaver I think but he have no way of finding the files and lost contact with his original designer. We don't want to start a new site from scratch with a new domain because he is afraid of losing his seo work.
    In other words. My client site was build in Dreamweaver or something else. I am not a programer and was going to use muse to make his mobile site. So the question is how do I link a muse made mobile site to his desktop site?
    Thank you.

  • Facebook sites and profile pages not loading properly. Updated Adobe Flash and Javascript installed. Firefox allowed through firewall. Disabled facebook plugin as throught this would fix it but it didnt. Have windows 7 32 bit laptop

    Have tried all of the above but facebook home page working fine but other peoples pages and my profile page is all skewed. Most of it is on the left hand side of the page and script all over the place.

    I am facing the same problem...

  • Working with a developer of a mobile site and want to export the debug log from android!

    Hi have an HTC incredible and I am working with the developer of and would like to send him the error logs generated. Is there a way to export them to a text file.
    Thanks,
    Matt

    Sorry, there's not an easy way to copy or share the entire error log from Firefox for Android. To copy an individual log entry, you can press-and hold on the text to bring up a menu.
    This add-on has support for exporting various other debugging data from Firefox mobile. We've talked about adding support for the error logs in a future version. If you would like to help add that support, the source code is on GitHub:
    https://addons.mozilla.org/mobile/addon/nightly-tester-tools-for-mobil/

  • Mobile site pages "noindex" ?

    I've built a separate mobile site just for use with smartphones. When a smartphone device is detected by java script it redirects the user to the mobile site. Compared to the desktop/tablet version, the mobile site has fewer pages, less content/images and is optimized to work on a smartphone.  My question relates indexing of these mobile only pages?  Should I restrict the search engines from indexing these mobile only pages using  or using the admin panel checkbox to "exclude from Search Results"? Any thoughts on how to treat "mobile only pages" with regards to indexing?  Thanks!

    Liam,   Not sure what you mean "May I ask why you not looked at the BC built in stuff for this with the templates, custom pages and the system tags for this?"  It's not obvious to me that there's one best approach to mobile sites in BC.  Could you explain what you mean or point me in that direction?   Frankly, I have a hard time keeping up with what's new in BC, what actually works and in some cases how to use it.  I've recently started using Kiyuco to help expand my BC knowledge.  Any other suggestions are certainly welcome.  Thanks

  • Order phone on BB RZ mobile site for in-store pick up and receive $50 Phone Freedom GC???

    The BB RZ Mobile site is offering 5000 RZ points (4500 bonus points, plus 500 everyday points) for a purchasing and activating any smartphone. My question is if I order through the RZ mobile site and choose in-store pick up will I still get the $50 GC from the Phone Freedom promotion I registered for earlier in the year?

    I am sure you will those are two seperate promotions. I got my bouns points and phone freedom GC card, I then used the GC towards the purchase of the phone.

  • Redirect to mobile site {subject edited by moderator}

    hello i have a website and a mobile site when i try to upload the mobile site files it ask to over write the main website files ?help in cs6

    You can do this with javascript on the main site's default page -
    <script type="text/javascript">
    if (screen.width <= 730) {
      window.location = "http://www.example.com/m";
    var ua = navigator.userAgent.toLowerCase();
    var isAndroid = ua.indexOf("android") > -1; //&& ua.indexOf("mobile");
    if(isAndroid && screen.width <= 730) {
      // Do something!
      // Redirect to Android-site?
      window.location = 'http://www.example.com/m';
    </script>
    If either of those tests return true, the user is redirected to the default page in the "m" subdirectory which would be where your mobile site and its dependent files are located.

  • Link object to phone number on mobile site?

    Is there a way to link an object to a phone number, rather than the actual number? Specifically, I want to do this on my mobile site, and I have an icon of a phone that when tapped, generates a pop up phone number.
    Here is my mobile site: http://allenusa.org/phone/index.html
    Is this possible at all?

    If you enter the phone number without prefix or dashes, Muse will automatically add tel:
    The link on your Home page is missing the "tel:" I believe Muse failed to add the "tel:" due to the dashes. I'll look at getting a bug written up on that.
    Either add the "tel:" manually or re-enter the link without dashes.
    FWIW, the tel: link is correct on the FAQ page.

  • Issues with Facebook (Mobile Site)

    I'm having issues with the Facebook App. I have the Blackberry 3G (9330) thru Sprint and I updated my Blackberry Software from 5.0 to 6.0. Since then, the Facebook (Mobile site) will allow me to type of up to around 20 characters when submitting my status or sending an email. Once it I type around 20 characters, the screen freezes and then it boots me out of the FB (Mobile site) and goes to the Bookmark page. I reinstalled that App thinking it may have not installed properly and may have affected the Facebook Mobile site but I'm still having the same problem. However, when I use the Facebook App, I'm able to update my status and send email using more than the 20 characters that's allowed in the Facebook (Mobile site). Is there something I can do to have this corrected? I like the mobile site better because I can see my friend's birthdays on the main page and it offers more options than the FB App.
    Solved!
    Go to Solution.

    After playing around with the settings, I found that if you have the "Assistive Input by Keyboard" under Options/Typing set to Predictive, it will interfere with any data that is keyed into the Facebook browser and cause it to freeze. I changed the setting to direct instead of Predictive and this resolved the issue. Thanks for your help!

  • Mobile site - content moved to the left

    Hello everyone!
    I recently completed a site: www.threesistersgarden.org and i'm having a few issues when the site is being viewed on mobile. The first two pictures below are using Google Chrome browser (most recent 37.0.2062.117). As you can see by the right edge, all the content with the exception of the header is actually moved to the left. I'm not sure why this as the case as there is nothing there on the master or the actual page itself that should force all the content over. The background image at the top is not full screen nor is the image stretched to the edges. Please help!
    I know the site address up here says tssite.gor..etc but that was just where i took the screenshot. Even if you visit www.threesistersgarden.org the issue is still there.
    This screenshot was taken using the built in browser on my Galaxy S3. I have the most up to date firmware version. As you can see here, the header and footer is move over to the left.
    This same screenshot was taken when i tried to reload the page again. This time the header and footer don't move but you can see part of the logo and navigation menu is cut off. The links can only be selected by clicking the very bottom (ex the orange area shown).
    Thanks for your help everyone! If you need more information, please don't hesitate to ask!

    Hey Gaurav,
    Yes the site is published. I believe I've figured it out and it had to do with the width of the page image extending beyond the blue lined border on the page.
    View this on mobile:
    On this link, i've shrunk the image and fit it within the blue lined border. The footer shows up correctly on the mobile site and nothing is pushed to the left http://tssite.gorillaboston.com/the-farm.html
    This is the live page where the image extends beyond the blue lined border in the muse file but not beyond the white border http://www.threesistersgarden.org/the-farm.html
    I don't understand though why its moving all the content over to the left.

  • Resize mobile site with muse

    I'm creating a mobile site and I don't know why when I preview the mobile site it pushes the content to the left side of the screen. How can I resize it automatically? Designing the site everything is sized correctly.

    Hi
    Please check if there is any page content frame stretching the page , of if any header or footer item falls out of page area.
    Thanks,
    Sanjit

  • Help with mobile site not filling the screen!

    I have published my mobile site and it appears in the top left corner of my iphone screen. How to I get it to fill the screen? www.creativetouchdesign.co.uk

    I'm having the same issue - can't figure out what's going on. Hoping this post gets responded to soon.

  • Mobile site problems

    I've uploaded my site, including tablet and mobile versions, I checked the mobile site and everything was working fine yesterday, but today it has reverted to the desktop site. I can see the mobile folder and files on the hosting site, but why isn't the mobile site activating on mobiles?

    I just checked mobile version of your site on desktop by appending /phone/ to the above URL and also on mobile. It seems to be working fine. The mobile version appeared on my phone.
    Could you please clear the browser cache of phone and check again?
    Regards,
    Neha

Maybe you are looking for

  • How do i connect to exchange server remote desktop

    Hi, hope someone can point me in the right direction. I have recently purchased a macbook pro and wish to connect to our office server which is a windows exchange server (remote desktop). Which steps do I need to take. Many Thanks, Rob K.

  • How can I search for an exact string match in my emails?

    I was looking for an old email that I had about Re-Animator The Musical. So, in the search bar in the upper right corner of the Thunderbird window, I typed "re-animator". I got 59 hits, and the message that actually contained the string "re-animator"

  • Touch Screen wont work after i plug into a charger...​?

    Anyone else have this problem.. Its very annoying. I have to take the battery out of the phone while its on after every time i charge it...ug. 

  • Cs4 install issues with windows 8

    I am having problems installing masters 4 on my new laptop with windows 8 it does not have a dvd player, after days of downloading from your cs4 page i gave up from the errors and went and bought a DVD player to use my discs from adobe... I can get i

  • My account is good for one computer. Or is it?

    My iTunes setup says that my account is good for one computer. Would that include using the iPod (account) connected and synced to my PC? Do I need to similarily setup the same or different account on my iPod? Please explain. (Note: My iPod already s