Hello,
Yes here is the screenshot: https://snag.gy/oxiO1P.jpg
I want to delete the rating stars from the feed. Because all we need is the author and the date and of course the category.
But we dont need the rating stars.
Could you provide me a css code which do this? I havent seen a different div class for the stars, just for the meta data.
Thanks,
Laszlo
Hi,
The reviews are conditioned to appear instead of the author name and date, in the theme code. If you would like to remove the reviews from all modules and display the author name and date instead, it will require a modification in this file
– https://www.screencast.com/t/AIMxfQtDb87
– https://www.screencast.com/t/994XyMtbV
If you make that modification the modules will not display the stars for posts with reviews, but the author name and date instead.
Thanks
Hi. I understand you can remove the review conditional replacing authoer and date..
though, was wondering if possible to add to conditional.
I would like the review stars to only show on Block Flex 1 and not show up on the other modules – just the name and date to appear on other modules that are not Block flex 1…I can tell you the modules I would like (or you can use another module as an example, I can take it from there)..
thanks in advance
…bare with me…
is it possible to add this in conditional
get_class('td_module_flex_1')
to achieve what i’m trying to get – which is to only show review stars in the Block flex 1 module.
Or how can i display review stars, author and date…then i’ll just display:none the things i don’t need in each of the modules…
this option i believe is more viable than adding an additional conditional…
-
This reply was modified 8 years by
New_Door_Media.
Hi,
There is now an option to choose if you want to display reviews on modules
– https://www.screencast.com/t/QvzKizMHcD2F
This option is general however, it will apply to all modules. Maybe this will be added in the composer so you can choose for each block individually. If reviews are enabled the author name and date will not appear on any modules. Maybe a condition would work, you could try it.