Solved by myself đ
changed
.td-md-is-android .td-category-siblings .td-category {
height: 21px;
}
with
.td-md-is-android .td-category-siblings .td-category {
height: 100%;
}
It was because my child theme had version 7.7.
Editing the right version in style.css file, everything works.
And that’s ok, but as you can see, the main file of the website do not link at style.css but at style.css?ver=8.8.2
<link rel=’stylesheet’ id=’td-theme-css’ href=’https://informatorecoopfi.it/wp-content/themes/Newspaper/style.css?ver=8.8.2′ type=’text/css’ media=’all’ />
and when I edit style.css, the website do not detect the change
(see it at https://informatorecoopfi.it)
Could it be a webserver configuration issue?
Thank you for your hint!
Hi.
I tried to put my custom css code into the file style.css in my child theme, but Newspaper do not like this move.
Do I have to insert custom css code in style.css of parent theme? But what about upgrade?
It works!!!
Thank you very much, Calin!
OK, the sibling categories work, but the theme stop to display them at some point, because it does not have space to show the missing categories inside the same row.
Instead of wrapping content and continuing to show the categories, it stops and shows the drop down.
I think you can try on you template, https://www.screencast.com/t/b6S2RVMIb, squeezing the width of your row.
How i can avoid this behaviour?
Yes, I set the limit to 20, but the page show only 10 items.
Thank you for the answer.
But here https://www.screencast.com/t/dPTgdNMrMx can I display all categories without the down arrow, but on the same row?
Hi Catalin and thank you for the answer.
Is there a file I have to edit to modify the publication order from category/title to title/category?
OOk, I will try to explain my needs better.
I’m not talking about a category page template, I’m talking about a different page template for the posts for each category.
On this page wp-admin / admin.php? Page = td_theme_panel (Category tab) I can define the category page template for each category I want and this is very nice, but it’s not what I want.
I would setting:
a post page template “1” for all posts assigned to category A and
a post page template “2” for all posts assigned to category B.
I can not set it neither on wp-admin / admin.php? Page = td_theme_panel (Category tab) nor on wp-admin / admin.php? Page = td_theme_panel (Post setting tab).
So, I guess this configuration is not present in your theme. How can I get satisfy my needs?
I regret not being able to explain my requests better.
But it is not a question about template creation, it is a question about template assignment
HI Catalin.
I do not want a category page, but I am looking for that:
- category “fruit” = all post in this category assigned to post template X
- category “sport” = all post in this category assigned to post template Y
I am not talking about the category template, but the post template and I do not want to set the template post by post.
Ok for the post page, but for the category page, how can I display all the sub-categories and not just the first seven?
Hi Catalin.
Thanks you for your hint.
However I would like to use a single page template to all posts in a category and I do not understand how it is done.
Thank you.
Hi Cali, thank you for your answer.
I will look at the plugin you have pointed out to me and some others with many downloads.
Cheers
Hi Simion,
I am going to study your links đ
Thanks a lot!