Visitor Vote
-
Hey sir,
Visitors are not able to vote on my website and I am not sure why.
I have activate the option inside the plugin settings.This is what ive added to my functions.php
add_filter( 'hmn_cp_allow_guest_voting', '__return_true' ); add_filter( 'hmn_cp_allow_negative_comment_weight', '__return_true' );
This is what I have in my custom page
<?php echo hmn_cp_the_comment_upvote_form(); ?>
No HTML is generated when the user is not logged on.
You can see the example here:
https://overmvp.com/heroes/bastion/If you scroll down to “Community Tips”
Thanks for any help !
- The topic ‘Visitor Vote’ is closed to new replies.