Sumit Singh
asked 6 years ago

Hi,
I am facing a problem regarding the voting .I did not find anything on the frontend to vote.

Can you please guide me regarding the vote.I have checked the option in the admin side \”Allow anonymous vote.\” but nothing appears on the frontend for vote.
 
Thanks 

4 Answers
DominicStaff
answered 6 years ago

We have checked on our demo and this option working fine. Please send me username & password of your site for further checking.

Sumit Singh
answered 6 years ago

Hi Dominic,
Yes the voting option is working fine i figure it out we need to click on arrows for voting.Sorry to bother you.
1) Can you please do something else for voting means adding thumbs icon or something else that will clearly indicates regarding voting.Arrows are not indicating user’s that it is for voting purpose.
2) It is also dont have notification message to tell user that user needs to logged-in to vote.

Thanks

DominicStaff
answered 6 years ago

1/ You can use the following code to change the icon:

.dwqa-question-vote .dwqa-vote-up, .dwqa-answer-vote .dwqa-vote-up {
    background: url(https://your-siteurl.com/wp-content/uploads/2018/07/thumbs-ups.jpg);
    border: 0!important;
    width: 50px;
    background-size: 45%;
    left: 5px;
    background-repeat: no-repeat;
    height: 50px;
    top: -8px;
}

.dwqa-question-vote .dwqa-vote-down, .dwqa-answer-vote .dwqa-vote-down {
    background: url(https://your-siteurl.com/wp-content/uploads/2018/07/thumbs-down.jpg);
    border: 0!important;
    width: 50px;
    background-size: 45%;
    left: 5px;
    background-repeat: no-repeat;
    height: 50px;
    bottom: -36px;
}

2/ At the moment, the plugin does not support to notification message to tell user that user needs to logged-in to vote. We will check and discuss about this issue.

Sumit Singh
answered 6 years ago

Hi Dominic,

Thanks for your reply.I will add the above css.

Thanks

Dominic Staff
replied 6 years ago

Yes, if you have any issue & question, you can let me know. We will check and help you resolve it.

Powered by DW Question & Answer Pro