Good evening,
I acquired the latest version of the periodic theme a couple of days ago, but I have noticed several errors which I will quote below:
1. The mobile version, only shows a list with the last entries, something very different from the desktop version created. I do not know if I did something wrong, but the truth looks ugly. (VIEW IMAGE)
2. In the upper part of the categories between the header and the title, some boxes with the other categories appear. That I would like to remove it. (VIEW IMAGE)
La plantilla esta instalada en la web NotiMillos
Hi,
I will try to help you with these questions.
1. That is not actually an error, the mobile theme will display it’s own version of the website on phones – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
You can check how it looks here (check with a phone or browser mobile emulator)
– https://demo.tagdiv.com/newspaper_local_news/
If the top grid is missing for you, please make sure there are posts in the featured category created by the theme – https://forum.tagdiv.com/featured-posts-2/
The mobile theme is optional, if you want the same content from desktop on mobile, deactivate it.
I should note that in coming updates the mobile theme will receive many more settings, including an option to disable it for specific pages.
2. Those could be removed with some CSS if needed. Do you want them removed for all categories or specific category pages?
Let me know.
Thanks
Thanks, Simion.
Yes, I want to eliminate those boxes from all the pages in the categories.
With your answers, a new question arises. If I deactivate the mobile theme, will my AMP version continue to show the same or will it change?
You can use the mobile theme only for AMP, the rest of the visitors will see the responsive version. All you have to do is select this option – http://prntscr.com/ody1jx
Then only the AMP pages will use the mobile theme.
If you want to keep using the mobile theme for AMP and the rest of the website, the code to remove the categories in the mobile category pages is this one
– http://prntscr.com/ody3fb
Enter it in the Theme panel->Mobile theme->Custom CSS section
.category .td-category-siblings {
display: none;
}
Let me know if you have more questions.