Review stars on modules/blocks

Posted in: Newspaper
Post count: 1

Do you have plans adding “showing review stars” setting for Modules/Blocks in your Block setting function?

Just like the category tags.
Theme panel > Block Setting > Category tag on Modules/Blocks

The review stars aren’t enabled in the blocks I want them to.
And I want to figure out a way to controlling them.

Thank you.

Post count: 22421

Hello,

There is no way of adding or removing the stars as they will appear on all blocks except for block 15. There is only one block that does not show the stars review.
You can activate the review stars on module 15 by adding this code like so:

 <div class="td-module-meta-info">
<?php echo $this->get_date();?>
</div>

http://screencast.com/t/3oGOB6GhILBn
The review stars are tied to the date so it will enable the date on other posts inside the block.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.