If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
We have a site-wide mobile skin. Can I stop the mobile skin from being applied to a single page? I made a custom skin for the single page.
Thanks,
Ted
Hi Ted,
Set this in your user.config:
<add key="MobileDetectionExcludeUrlsCsv" value="/name-of-page,/another-page"/>
Be sure to "touch" the web.config so the site will reload the user.config.
Hope this helps, Joe D.
Hi Joe,
We tried this and it didn't work, it actually stopped the mobile skin on all pages. I'm wondering if this is a feature in a different version of Mojo than we're running. Or, maybe it's because we included ".aspx" in the value ... pehaps we should have written the value like /page-name instead of /page-name.aspx?
Thanks for the suggestion though.
I'm not sure when it was added to mojo.
What version of mojoPortal are you running?
The ".aspx" shouldn't have anything to do with it.
Thanks, Joe D.