Hi,
I’m using Mobile Theme on my blog and would like to have the category filter and description in category page being the same as the responsive layout, ie. I prefer the category filter shows all the subcategories by a dropdown menu and the description (& the category title) is aligned left. Please can you guide me how I can edit the Mobile Theme to achieve that?
The below image elaborates what I want in the category page of Mobile theme (same as responsive layout)
-
This topic was modified 8 years by
ExRay.
Hello,
Sorry but unfortunately the mobile theme will convert the category templates as well as other templates in the theme to the mobile layout. There is no option to get the ajax filters activated on the mobile theme as it was designed not to use such filters in order to provide top loading speed for mobile users.
If you need to have the filters and blocks like the responsive layout, we recommend disabling the mobile theme plugin.
Thank you!
Hi,
Indeed, the mobile theme will not display a drop-down. It should display all your categories however, but it seems there is a design issue. I will add this on our list and it will be fixed as soon as possible.
In the meantime you could enter this code in Theme panel->Mobile theme->Custom CSS section, to create some more space in the category header for the categories
– https://www.screencast.com/t/gqUKyllEkX
.td-category-header .td-category {
max-height: 250px;
}
Sorry for the inconvenience.
Thanks