medialog.mobilethemeOne is an installable Plone Mobile Theme developed by
Grieg Medialog AS using the theming and packaging features available
in plone.app.theming and zettwerk.mobiletheming packages.
A demo using the medialog.mobilethemeOne add-on as a reduced view for Mobile device
look like the following:
A demo using the medialog.mobilethemeOne add-on as a reduced view for Tablet device
look like the following:
A demo using the medialog.mobilethemeOne add-on as a reduced view for Laptop device
look like the following:
- It's an Mobile Theme with responsive design support.
- It's an installable Plone Theme package.
- After installation from Add-ons controlpanel, this theme is enabled automatically.
- Also it's a simple Diazo package (Zip file).
- From the Plone 4.1.x To the Plone 4.3 latest version (https://plone.org/download)
- The
plone.app.themingandzettwerk.mobilethemingpackages (will be installed as a dependencies of this package)
If you are an end user, you might enjoy installation via zip file import.
- Download a zip file.
- Import the theme from the Diazo theme control panel.
Select and enable the theme from the Diazo control panel. That's it!
If you are a developer, you might enjoy installing it via buildout.
For install medialog.mobilethemeOne package add it to your buildout section's
eggs parameter e.g.:
[buildout]
...
eggs =
...
medialog.mobilethemeOne
and then running bin/buildout.
Or, you can add it as a dependency on your own product setup.py file:
install_requires=[
...
'medialog.mobilethemeOne',
],
A theme intended for use with mobile theming control panel (zettwerk.mobiletheming).
You probably want to use the theme like this:
- install
zettwerk.mobilethemingpackage - install
medialog.mobilethemeOnepackage - go to the mobile theming control panel and choose which url that should have the mobile theme.
- It is of course possible to enable the theme in diazo theme control panel and use it as a regular theme
When you want to edit the theme, you should do this on the file system. If you duplicate it TTW, the overridden templates will not be used.
- Issue Tracker: https://github.com/espenmn/medialog.mobilethemeOne/issues
- Source Code: https://github.com/espenmn/medialog.mobilethemeOne
The project is licensed under the GPLv2.
- Espen Moe-Nilssen (espen at medialog dot no), Grieg Medialog AS.
- Leonardo J. Caballero G. aka macagua (leonardocaballero at gmail dot com).
You can find an updated list of package contributors on https://github.com/espenmn/medialog.mobilethemeOne/contributors



