Hello! I would like to set the category for each article which are visible like first block on the homepage. So I would like to sei each category for the each visualisation. Not All. How I can to do it?
The second question is
I do not want “altro” like the category on the ap.. hoc can I delete it?
The third question is… How can I change the size of advertisment. I saw the banner is 300 x 250 px… I would like to have 300 x 750 for example
Thank You!
Hello manuangel,
Unfortunately, I do not exactly understand what you mean, sorry! If you want to assign a category to a post, this thing can be done when you edit that post, like this -> https://www.screencast.com/t/yhjY8HxY6jp0
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
At the second question, is talking about Ajax Filter theme’s functionality. The “Altro button” appears when you have more categories which do not fit through the bar and then, appears this one which is a drop-down button with all the rest of your categories.
Also, if you want to remove it, you can use the following custom CSS code and place it in Theme panel -> Custom CSS Area.
.td-subcat-more{
display:none!important;
}
All the options regarding on Advertisement sizes can be found here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Also, if you want to remove it, you can use the following custom CSS code and place it in Theme panel -> Custom CSS Area.
.td-subcat-more{
display:none!important;
}
I’ve done it BUT I see categories on the alphabet order. And I do not want this. I would like to have only the categories of the categories… For example “Primo piano” have 5 categories like… politic, sport ect ect… So I would like to have ONLY categories of the category. NOT ALL.thank you
How can I delete “ultime articoli” in the bottom of the page?
http://cp85877-wordpress-1.tw1.ru/
And move “Archivio” on the top???
Hello manuangel,
If you want to sort the Category, you need to use such a plugin with this functionality like Category Order and Taxonomy Terms Order plugin, that should allow you to change the default order of the categories – https://wordpress.org/plugins/taxonomy-terms-order/
Also, if you want to remove the Sub Footer Copy text, you need to use a bit of CSS code to hide it.
div.td-pb-span.td-sub-footer-copy{
display:none;
}
I have inspected your homepage and I saw that your “Ultimi Articoli” comes from the Page Template -> Pagebuilder+Latest Articles+Pagination. So, if you want to remove it, you need to change the page template from here -> https://www.screencast.com/t/sNEj33kRuzdG TO moe any other element from your page, you should use the TD Composer drag and drop functionality. Check here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks for your understanding!