Hi there,
I want to use the category tag on modules/blocks to identify Premium videos on my website. The way I want to achieve this is by using custom CSS to hide all the category tags except for the category called premium with its specific ID (which is 25).
Would this be possible?
If there is an easier way to use overlay banners or tags on thumbnails to identify Premium content for my users, then I would be happy to hear about this of course!
https://forum.tagdiv.com/category-tag-on-modulesblocks/
Best wishes,
Joram
Hi Revive the Netherlands,
The solution provide in this topic -> https://forum.tagdiv.com/topic/website-is-getting-slower/ is no longer working?
Please provide a link to your website to can make a new css for your website.
Thank you!
It is for the website geloofsinspiratie.nl
I want to show only the subcategory/category tag PREMIUM on posts. On all devices.
I currently turned off most of the Category tags.
It is not working. -> https://imgur.com/ldPHJWE I only want to show the(sub)category tag PREMIUM if the posts are in that subcategory on all blocks. Other category tags hidden.
I made a lot of PREMIUM subcategory tags -> https://imgur.com/2zqPV9N
Because otherwise the PREMIUM posts will not be showed on category pages.
Hi,
The code is not working because your permalinks, please change theme from plain -> https://i.imgur.com/b5auUUr.png after you change them, clear all cache and set this code in theme panel> custom code> custom css
.td-module-meta-info a[href$="/?cat=premium"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Also please note that the theme do not have an option for this, and this is a custom work. If you using the permalinks on plain the custom css will not work correctly.
Thank you!
I did those steps. It is not working.
Domain: geloofsinspiratie.nl
Hi,
Please try this code
.td-module-meta-info a[href$="/premium-geloof/"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Also is look that the slag category is not “premium” is “premium-geloof” -> https://i.imgur.com/N3CBiBv.png
Thank you!