MSM for Mobile site

We are considering using MSM (Multi Site Manager) for Mobile site using livecopy, before we finalize the decision need to clerify some of the possibilities including:
Is it possible to automatically swap certain components? e.g. If desktop site is using TextA component then we want mobile site which is a livecopy of it to use TextAMobile component for the same content (in a automated way).
If it possible to make livecopy use a different template? e.g. if desktop site is using template TemplateDesktop then we want to Mobile site to use TemplateMobile
Thanks in advance!

Hi,
See one of my earlier response thread http://forums.adobe.com/message/4894991#4894991
Goto "etc/msm/rolloutconfigs/mobile/_jcr_content/editProperties" and see the values for "editMap" properties to update template name during Live Copy. Like wise you can modify some of your properties during livecopy.
editMap : [property 1]#[current value (regex)]#[new value (regex)],[property 2]#[current value (regex)]#[new value (regex)]
eg.,sling:resourceType#/(contentpage|homepage)#/newcontentpage,cq:temp late#/contentpage#/newcontentpage
-Sudharsan

Similar Messages

  • Getting a fixed header for Mobile site?

    Hi,
    I am trying to set up a fixed header for my mobile site. I have tried multiple things and keep running into the same issue. Although I haven't tried to view on another mobile platform other than iOS 8.1, but the issue that I am having is my address bar will not collapse when I have any scroll effects set in the page. So what ends up happening is that I am loosing the top portion of my page because the address bar is still visible. Is there a work around?
    I attached a image of my site and another site with what I am trying to accomplish.
    Thank you!
    Dean

    Unfortunately, it's a trade-off. Scroll effects on mobile devices are performed with JavaScript, which prevents iOS from shrinking the browser frame. See the link below:
    Organic behavior of mobile browser / Scroll effects

  • E61 S60 browser for mobile sites ?

    I am wondering if there is some setting that I have set incorrectly...
    I use the mobile browser A LOT. I usually have no problem on most sites, other than Flash heavy sites. I think everyone has this problem.
    But, some of the most popular mobile sites give me trouble and I can't figure it out.
    For example, I cannot see idrudgereport.com (the mobile version of drudgereport.com...probably optimized for the BlackBerry people but i should be able to see it).
    Also, I cannot get any results in Wapedia. I can see the main page, but as soon as I enter a search I get blank page of results.
    That seems weird. I sent an e-mail to the people in Germany who operate Wapedia but it bounced. Oh well.
    Any advice? Is there some setting I do not set up right?
    Thanks a lot for your help.
    E90, E61

    I just tried idrudgereport.com in the default browser of my E61i and get a "mobil device simulator" screen with the half-sentence "you from seeing this page". Using the Opera 4.0 browser I get straight in and also get images when I click on the link. Didn't try video, though.
    I don't know in Opera 4.0 is available for ther E60. It works fine on my E70, which also showed idrudgereport.com (thanks, for the tip on that site, looks interesting :-)
    Demanding user of intelligent phones

  • Modify news, web apps layouts for mobile site?

    I am modifying an existing website to create a mobile version, placing my mobile pages in a /mobile subfolder. I am having an issue with the news and web apps, as I have already designated my templates and layouts for the full desktop version, and because my news and webapp items cannot be placed into my /mobile folder. So, now I need to display that information differently for mobile and cannot figure out how, since I am limited to a single List Layout and a single Detail Layout (for news. At least the web apps give me an Backup List Layout, which was helpful). How have others accomplished this type of thing??
    An example: On my desktop version, I have announcements shown on the homepage as short blurbs (using the list view). My detail view I already have formatted for the full screen desktop version and does not work well for mobile screens. After many attempts at workarounds, I decided that I would simply show the complete announcement for mobile as a List Layout and not use a Detailed Layout at all so that I don't even have to bother with it. My thought was to code both my desktop and mobile list layouts in the List Layout of my Announcements module, and use css to show/ hide the appropriate one.
    E.g.--
    html in my List Layout:
    <div id="standardnews">
    <h3>{tag_subject} - {tag_eventfromdate}</h3>
    <p>{tag_body, 140}</p>
    </div>
    <div id="mobilenews">
    <h3>{tag_subject_nolink} - {tag_eventfromdate}</h3>
    <p>{tag_body}</p>
    </div>
    on my desktop css stylesheet:
    div#standardnews { display:block; }
    div#mobilenews { display:none; }
    on my mobile css stylesheet:
    div#standardnews { display:none; }
    div#mobilenews { display:block; }
    The css works just fine, however, on my mobile site instead of rendering the event from date, it actually rendered the tag itself "{tag_eventfromdate}".  So, apparently I can't have multiple instances of a tag within a single page??  Is there a way around this?
    I would be grateful for any input here on the best way to handle this type of thing, given the limitations I am running into.

    You can make as many list templates as you like now.
    You can have a different template per device - phone, tablet, desktop so if modules are in that template they will then render those different templates and thus different layouts.
    If you have modules in pages that page can be differnt per device as outlined under site settings and mobile section.
    Unlimited list layouts - http://www.businesscatalyst.com/_blog/BC_Blog/post/Video_Create_custom_list_templates_for_ BC_Modules/
    You CAN NOT though have conditional tags in BC yet and you can not in one list layout have tags render differently based on the device.
    Style and presentation you use media quries and the System tag for device provided by BC.

  • Lightbox Gallery Widget for Mobile Site

    A few questions regarding Lightbox Gallery Widget...
    Is there a trick to getting a lightbox gallery inside of each Spry Tabbed Panels 2 tab?
    Is there a way to scale down the enlarged photos 50% with css for iPhone retina display (as can be done with Spry Content Slideshow)?
    Is there a way to show (make visible) the Prev/Next buttons on the enlarged images for touch screen? I've moved them outside of the image area, but the hover state doesn't seem to be editable with CSS.
    Thanks,
    Steve

    1, There is no trick, just make sure that each unique constructor is within each each tab.
    2 and 3 The widget is third party and as such you will need to obtain the information elsewhere like here http://leandrovieira.com/projects/jquery/lightbox/
    Gramps
    PS example of placing the widget inside a panel
        <div class="TabbedPanelsContent">
             <div id="gallery_2" class="lbGallery">
               <ul>
                 <li> <a href="images/lightboxdemo1.jpg" title=""><img src="images/lightboxdemo_thumb1.jpg" width="72" height="72" alt="Flower" /></a> </li>
                 <li> <a href="images/lightboxdemo2.jpg" title=""><img src="images/lightboxdemo_thumb2.jpg" width="72" height="72" alt="Tree" /></a> </li>
                 <li> <a href="images/lightboxdemo3.jpg" title=""><img src="images/lightboxdemo_thumb3.jpg" width="72" height="72" alt="" /></a> </li>
                 <li> <a href="images/lightboxdemo4.jpg" title=""><img src="images/lightboxdemo_thumb4.jpg" width="72" height="72" alt="" /></a> </li>
                 <li> <a href="images/lightboxdemo5.jpg" title=""><img src="images/lightboxdemo_thumb5.jpg" width="72" height="72" alt="" /></a> </li>
               </ul>
             </div>
          <script type="text/javascript">
    // BeginOAWidget_Instance_2127022: #gallery_2
              $(function(){
                   $('#gallery_2 a').lightBox({
                        imageLoading:               'images/lightbox/lightbox-ico-loading.gif',          // (string) Path and the name of the loading icon
                        imageBtnPrev:               'images/lightbox/lightbox-btn-prev.gif',               // (string) Path and the name of the prev button image
                        imageBtnNext:               'images/lightbox/lightbox-btn-next.gif',               // (string) Path and the name of the next button image
                        imageBtnClose:               'images/lightbox/lightbox-btn-close.gif',          // (string) Path and the name of the close btn
                        imageBlank:                    'images/lightbox/lightbox-blank.gif',               // (string) Path and the name of a blank image (one pixel)
                        fixedNavigation:          false,          // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
                        containerResizeSpeed:     400,                // Specify the resize duration of container image. These number are miliseconds. 400 is default.
                        overlayBgColor:           "#999999",          // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
                        overlayOpacity:               .6,          // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
                        txtImage:                    'Image',                    //Default text of image
                        txtOf:                         'of'
    // EndOAWidget_Instance_2127022
          </script>
        </div>

  • Ecommerce for mobile

    BC chat support has just told me BC does not support eCommerce for mobile site versions, so:
    I have a desktop version of my site that sells products, then I created a mobile version to sell products, but when I access the site on my phone, all the pages use the mobile template except the products page--it reverts to using my desktop version.
    Can someone please confirm this to be true, that you cannot order products from your phone with BC?

    I cannot confirm that to be true. I've built sites that eCommerce works on phones - you should be able to order products from any device. Though I don't know why your site reverted to the desktop version, if you can post a link we can look to see what might be the issue with that. But I've just tested a dev site and my phone used the mobile templates all the way through the checkout process.
    Chad Smith

  • Creating a site for mobile devices

    Good morning,
    I have a number of questions relating to the creation of a
    site for mobile devices. My client has given me the assignment to
    re-design his current website, and to also create a sub-site
    suitable for mobiles. I have spent a number of hours looking around
    on the Internet and trying to gain a better understanding of these
    issues. Still, a number of questions remain. if you can give me any
    additional understanding, that would be great.
    Question 1:
    Is my understanding correct: I basically need to create two
    sites, one for the wide-screen browser, and one for the mobile
    browser? I can direct visitors to the mobile site using a CSS or
    javascript link - if their browser identifies them as a mobile
    browser?
    Question 2
    Mobile devices come in all sorts of shapes and sizes and
    versions. PDA\s and iPhone's have different screensizes and
    resolutions that smart--phones, which in turn are different again
    from older and simpler phones. Should I design a site for a number
    of different types of phones? That would a huge amount of work...
    Question 3
    I also own Device Central, an App which I should think is
    very useful in this situation. But I fail to understand it! OK, so
    I can see what my photo or website or flash file looks like on my
    Nokia N73 - but I am not designing specifically for that phone. I
    also want my design to look good on all the other phones! My client
    needs a website that is not tailored to one phone, but to all
    phones.
    Question 4
    And why does Device Central not have profiles for the iPhone?
    I would think it is popular enough to warrant its own profile... (I
    post this from the Netherlands, where the iPhone is not carried
    yet, and so I have only ever held one in my hand). Is this because
    the iphone can see regular sites just fine?
    Question 5
    How does Dreamweaver help me build a mobile site?
    Question 6
    My client wants to show video on his website. In fact, that's
    what this website is all about: showing sports-videos from high
    profile sporting events. Which video-formats are most suitable?
    Question 7
    Do all mobile phones support flash? Or only a few? Or none?
    It seems to me that a flash website would allow for more creativity
    in the design.
    Thanks for any help you can give. Any resources you could
    point me to are also very welcome...
    Sincerely,
    Rogier Bos
    Rotterdam, The Netherlands

    Macnimation wrote:
    > Hi,
    >
    > I'm experimenting with creating a small site off a
    standard site, for mobile
    > phone/devices.
    >
    > Basically, I want to load a basic list page, which has
    links to pages that
    > will display and run flash movies.
    >
    > The flash movies, in FLV format are already at 640 x 480
    which run fine in the
    > main site.
    >
    > Is it simply to resize the movies to fit the mobile
    content size , or will
    > they "auto" resize?
    >
    > Do I have to chnage the webserver configuration in
    anyway, its a standard IIS
    > site at the moment, but MySQL with apache is also an
    option.
    >
    > Would standard html do or would the pages have to be
    done using xhtml or wml?
    >
    > I would like if possible to get this infomration first
    before starting it, so
    > I can possibly reduce delays.
    >
    > Any help or pointers to tutorials would be grateful
    >
    I'd like to check out the PDA scene some day soon, too. In
    the meantime,
    there's a recent discussion of this topic here:
    http://www.sitepoint.com/forums/showthread.php?p=3288343#post3288343
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

  • Can I use a domain for one site and mobile me for a different site?

    Can I use a domain for one site and mobile me for a different site?
    I have two sites, I would like to have up and I would like to do one through a domain and one through mobileme is this possible?

    Yes you can. You can use the CNAME method of forwarding for the first site (the top site in iWeb) and use the MMe URL for your account for the other site: http://web.me.com/YourAccount_Name/SiteName/
    OT

  • Mobile Url for a site gives an error

    when i try to access the mobile site of a SharePoint 2010 site it gives me the following error: 
    <input name="__EVENTARGUMENT" type="hidden" />   Error
    Object reference not set to an instance of an object.
    The mobile Url contains _layouts/mobile/mblwiki.aspx this site has wiki feature enabled 

    Hi Omar,
    According to your description, my understanding is that the error occurred when you access the mobile URL for SharePoint site.
    I recommend to append "?Mobile=1" to the end of the URL of the SharePoint site
    to access the mobile view to see if the issue still occurs, such as
    http://MyServer/MySite/default.aspx?Mobile=1.
    If the error still occurs, I recommend to check if the mobile view is activated for SharePoint.
    http://technet.microsoft.com/en-us/library/ff393832(v=office.14).aspx
    More reference:
    http://msdn.microsoft.com/en-us/library/office/ms462572(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Trouble with mobile site. Displays for a second then screen goes black.

    Trouble with mobile site. Displays for a second then screen goes black. Using safari, 4s on Verizon. Example: m.mlb.com/lad/

    I hadn't checked the site since January or so, when it worked. It might be related to the Opening Weekend skin they have on the site, but for me, it shows the top part of the page for 3 seconds while it's loading (scrolling down is impossible) and then all of a sudden it turns black, showing nothing. It's that way for every MLB mobile site.
    At first:
    Two seconds later:
    I noticed this on 4/7/12. Does anyone NOT have this problem?
    Matt

  • Where is the database connection for a mobile site?

    I have a Flash mobile site that I didn't create, but need to edit. On clicking the submit button it checks that the login & password are in a SQL database. The problem is, I can't find the method that runs a query on the database or where the database is even connected. I've tried searching through the code for words like "SQL", "database", and "connection" without success. I stepped through the code where I find a call to method "super", but then it goes back to the original method and then the user is logged in. Can someone explain where the call to the database is?
    Other things I'd like to know are: Where is the SQL Connection? In the main (non-mobile site), there is a web.config with a line that says
    <add name="TPConnectionString1"  connectionString="DataSource=xxx.xx.xxx.xx,xxxx\sqlexpress;Initial Catalog=TP;Persist Security  Info=True;User ID=xxxxx" providerName="System.Data.SqlClient"/>
    Where (what file: ex. web.config, xyz.as, etc.) would a similar line in the mobile code be?
    What does super(type, bubbles, cancelable) do?
    Here's the method for the submit button: LoginView.mxml
            private function btnclicked():void{  techController.username = txtUsername.text;  techController.password = txtPassword.text;  var evt:TechEvent = new TechEvent(TechEvent.LOGIN_USER);  this.dispatchEvent(evt);  }
    Here's the TechEvent function that is called: TechEvent.as
        public function TechEvent(type: String, bubbles:Boolean=true, cancelable:Boolean=false)  {  super(type, bubbles, cancelable);  }
    Here's the dispatchEvent method: UIComponent.as
    override public function dispatchEvent(event:Event):Boolean  {  if (dispatchEventHook != null)  dispatchEventHook(event, this);    return super.dispatchEvent(event);  }

    You are looking for an event handler for the TechEvent.LOGIN_USER event.
    Coding style looks similar to a SWIZ style framework, in which case, the event handlers could be defined using metadata [EventHandler] or [Mediate] tags, but could just be a plain simple .addEventListener(TectEvent.LOGIN_USER,fn); declaration earlier on.
    Either way, this is what has happened:
    1. User enters uname and password, then clicks button
    2. Button click handler populates the techController with relevant values then dispatches an event to let the world know it has done so
    3. The event handler checks the techController and makes the login call
    4. Some time later, the server will respond and trigger another event that the app can respond to
    G

  • Is there a mobile site for Apple Support?

    Typing in the discussion forums from an iPhone is torturous. I can have full sentences typed out with my fingers before they appear on screen as text. If I have some text filled out here then go to another app and come back, it not only doesn't save my text entry it also logs me out of the forum.
    Is there a separate mobile site for this forum or a dedicated app?

    By the way, the other thing that would sign you off the site (besides very long inactivity) is transitioning from WiFi to cellular or vice versa, or switching WiFi networks.

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

  • Mobile site for Industrial Supplier?

    Hey gang,
    I am wondering what the concensus would be on this topic. I don't know how prolific mobil sites are, outside of entertainment genres.
    We have been an industrial company that largely works towards the oilfield market and related industries. We now are jumping into what is called, Specialty Gases which still deals here but also moves us into laboratory, natural gas transmission and other, highly technical fields. With this in mind, I realize the customers/individuals are of a different caliber, they are likely more technologically savvy.
    With this in mind, do we seem like a good candidate? Do you see a potential ROI?
    What do you think?
    Rob

    Hi Rob
    Mobile friendly/specific sites are said to be the big growth area now, but they said that last year as well !
    The easiest way is probably to check your site stats  for the number of visitors using mobile os's and browsers. But even that may not be enough, I can tell you that designing and building a site specifically for mobile devices is just as complex, and probably costs more if done on its own than a 'standard' desktop site.
    The other thing to remember is that any ROI will be difficult to calculate as most potential customers will 'check-out' the mobile site, then actually order/contact-you using a desktop.
    PZ

  • Has anyone tried using the app Telnames for their mobile sites/storage?

    Have been looking at EverWeb and lurking in the forums following the discussions regarding it. Downloaded the demo and it seems like more then I want to do. (Still using iWeb for my main site)
    While looking for alternatives I saw Telnames on App Store. I would like to know if anyone has tried using/buying it? I will be working on a 6+ and building a Bed and Breakfast mobile site. 
    Thanks in advance
    D

    Thanks for the info on symlinks. I pretty much already convinced the powers above me this was a bad idea because of the horrible performance and problems getting OS X to even recognize it as a home directory, but the symlink info is the nail in the coffin. We have had great success using windows file servers for our network home directories (we are a complete windows shop besides my macs) and I really didn't want to change anyways.

Maybe you are looking for