Switching mobile themes based on urls in plone.
Project description
zettwerk.mobiletheming
Switching mobile themes based on urls
Usage
Install zettwerk.mobiletheming via quickinstaller. A new control panel entry makes it possible to change settings.
Enter the hostnames on which the mobile theme should be applied. Choose the diazo theme to use for selected URL.
There is also some settings for “redirecting urls”, it works like this:
A javascript is installed in portal_javascript
This javascript redirects urls to the url set in the control panel.
Redirects works for mobile devices.
You can choose if you want to redirect iPads and tablets, too.
There is a setting
See this example with the zettwerk.mobile theme: https://www.youtube.com/watch?v=Q2ID86XkiQQ
Generic Setup
This product also provides a GenericSetup extension for integrators to set these settings via a xml profile file. Place the file “mobiletheming.xml” in your (default) generic setup profile and change it as you need. You can also export your current settings via portal_setup -> Export. The export step is called “Mobiletheming Settings”.
Example content, taken from zettwerk.mobile:
<?xml version="1.0"?> <settings> <themename>zettwerk.mobile</themename> <hostnames> <element>http://localhost:8080</element> </hostnames> <ipad>False</ipad> <tablets>False</tablets> </settings>
Contributors
Jörg Kubaile
Espen Moe-Nilssen
Changelog
0.2.1 (2014-11-21)
Added ‘redirect to full url’ [espenmn]
0.2 (2014-07-01)
Added GenericSetup import/export profiles.
0.1 (2014-06-04)
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for zettwerk.mobiletheming-0.2.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fca1ed7f246cd3846cb66e147bf2f0d10525676774f8e0df66e82049215e1ba |
|
MD5 | 99dfdf09e16c294c6cb0fbe74d6da9ce |
|
BLAKE2b-256 | 1a9523a5dd7d4d1aaf5a1ca19ced0268cbf8d11143a44af9b23bdc36e42f647b |