note reader: i'm sitecore noob. first sitecore project i've worked please bare me if questions seem ignorant. developer, not sitecore developer. haha.
this project using sitecore.net 7.2 .net framework 4.0.30319.34209
so have 2 main questions need guidance on.
1) want display page mobile , not desktop app. possible?...
i've searched web , sitecore documentation find information responsive design. don't quite understand why don't want display page on desktop, i'm developer questions irrelevant. haha. anyways, right now, have 2 different environments (as many companies do): qa , production.
currently our production page looks correct, our qa page (that looks our production page), not show up. i've tried republishing page , still doesn't resolve issue. thought maybe issue server, claim not.
2) ideas why page show in production , not qa if environment same, , actual page content same?...
i'm still learning actual structure of sitecore , how works help, tips , guidance appreciated!
thanks in advance!
there many answers question 1. dependent on how detecting desktop vs mobile.
a simple solution create custom itemresolver
, detect client device request
object. have field on page template, hide desktop
, or cleaner solution might have multilist
field device types hide page for.
then in itemresolver
"detect" users device , compare item trying load. if "hidden" device can return 404 there.
you need modify code creates navigation links not created on mobile version of menu's. affect output caching have set on sitecore renderings/sublayouts.
Comments
Post a Comment