Mobile Theme with CMS content

I am looking for a mobile theme which also displays CMS pages. Is there any theme I can buy?

each theme can display cms pages. Is there something special you are missing?

The OXID eShop mobile theme doesn’t show CMS content in categories.

I created a CMS page and included it at “text” in the category with

[{oxcontent ident=thisid}]

The normal theme shows the content but mobile theme is empty.

oh i see what you mean.
“oxid mobile theme does not display category long description” is what you actually are trying to say.
You could insert the code for category description into mobile tempalte

[{oxeval var=$actCategory->oxcategories__oxlongdesc}]

or if you still want another template, you might consider using a responsive template, because the another mobile theme is less functional than oxid mobile theme.

I have heard, roxive is a good one: http://demo.roxive.de/en/home/

[QUOTE=vanilla thunder;159666]“oxid mobile theme does not display category long description” is what you actually are trying to say.[/QUOTE]
Exactly!

[QUOTE=vanilla thunder;159666]You could insert the code for category description into mobile tempalte

[{oxeval var=$actCategory->oxcategories__oxlongdesc}]

[/QUOTE]
Thanks for your fast reply! I’ll try that :slight_smile: