good morning. need help.
there are two situations;
1) I need to expand the content of the main page via mobile – remove the scroll or scroll down to include more content – it could be news or other items such as podcasts, interviews, etc.
2) how do I adjust these items that are in the topic of the pages’ mobile model
thanks
Hello,
If want to have the same content as on desktop, the just disable the tagDiv Mobile theme plugin and you’ll have more content on your homepage and responsive eversion will be used on your website.
Now in case that you want to use the mobile theme plugin, then you need to use the options that this plugins offers and you can add more conte using the bottom mobile editor to add content – https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Calin, good night. Could you help me with the second image? There are even links that when accessed are not directed to the correct page. How to include all tags.
Hi, sorry, I didn’t saw the second image – https://i.imgur.com/GPz3vyP.png from what I can see on mobile it is used the mobile theme plugin and the image display the category page, now the mentioned elements seems to be the rest of the categories and should go to those categories. I just checked some of them and those are correctly working, but you have some categories without articles and those category pages will be empty.
Thank you!
Good morning, Calin. Thank you for the return. I will try to clarify:
for example – if you access “notícias” via mobile you will see that there are three “tags” – but I don’t just have these three tags, I have several others related to news. I need guidance on how to include them all.
thanks
Hi, unfortunately this is not possible, because the “notícias” is a category and those elements – https://i.imgur.com/GcCYCNl.png are subcategories for main category (in this case “notícias”, it’s similar with the desktop version – https://i.imgur.com/LB1d0qF.png).
Thank you!
Calin, good morning. See… it doesn’t make sense to display only a few items (4) on mobile and all items on desktop. Where were these just 4 items configured? I hope it was clear
Oh, I understand so you want to be all subcategories displayed as it is on desktop, for this you’ll need to add this custom css in the theme panel > custom code> custom css
.category .td-category {
max-height: 100%;
overflow: inherit;
}
The results should be like this – https://i.imgur.com/B7PDuB9.png all categories will be display.
Could you guide me which way I insert this code? thanks
The css code needs to be set the Newsmag > theme panel > custom code> custom css – https://i.imgur.com/9NPam6k.png
Thanks
