How to enable voting on home page?
Dear Support,
I would like to enable voting on the homepage.
In order to display voting buttons, I have replaced in the content-idea.php
<?php if ( is_singular( IDEAX_PTYPE ) ) echo ideax_vote_arrows(); ?>
with
<?php echo ideax_vote_arrows(); ?>
However, when I click on th voting fingers, there is no action.