• Resolved batisteli

    (@batisteli)


    I’m organizing a photography contest that will take place exclusively online. This contest have a audience premium so, the persons can voting onto de photos. The vote should be just “like” once. How can I hide or remove the “dislike”?

    Thank you!

    • This topic was modified 1 year, 4 months ago by batisteli.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @batisteli,

    Thank you for the topic.

    As far as I understand, you want to have only the Like button for the poll like this:

    At the moment, there is no such option to hide the Dislike button. 

    By the way, our Development Team has created a new CSS code special for you to achieve your desired result.?

    Please take this Custom CSS code and insert it into the?Polls > particular poll > Styles tab > Custom CSS?option.
    Then, replace?YOUR_POLL_ID?with the corresponding Poll ID (for example, 7, like this #ays-poll-container-7).?
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    #ays-poll-container-YOUR_POLL_ID .voting-poll .apm-answers > div:nth-child(2) {
    display: none !important;
    }

    Please check the CSS code and let us know about the outcome.

    Thank you.

    Thread Starter batisteli

    (@batisteli)

    Apparently the custom CSS is not works properly. To check I needed reset the votes but, I can’t find where do it. I cleaned all cache, including server cache but I’m unable to repeat the vote.

    I asked some people to test. As soon they reach the page they see the message “You have already voted”. I translated this phrase inside the plugin, but she is not translated to others people and, for me, into others browsers she remain too in English.

    At the “RESULTS” there is both, like and dislike.
    I need translate the results buttom title but I’m not find where do this.
    You can check visiting

    https://associacaoculturalavozdepacodearcos.org/
    and click 21-UFALCD-ESPELHO-1 title.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @batisteli,

    Thank you for your reply.

    We double-checked the case and noticed that the Custom CSS code normally works and we can vote for the poll.

    See the screenshot below:


    Most presumably, there is a Cache problem on your end.?
    So, you can either deactivate the Cache plugin or make sure the cache is excluded on the page, where the given poll is located.?
    Then, check the case again.?

    See the screenshot below:

    As to the “Results”.
    We checked and noticed that the results were disabled.
    So, please provide us with screenshots of how the results look like now and what is your desired result so that we can guide you accordingly.?

    Looking forward to your reply.

    Thank you.

    Thread Starter batisteli

    (@batisteli)

    Dear Jasmine

    I’m back. Can you give-me some guidance to make Poll horizontally, and hide the negative icon from the result? Thanks in advance!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @batisteli,

    Thank you for your topic.

    My apologies for the late reply – weekends are non-working days for us.

    As for your request, we would like to ask you to provide us with a link, to where the given Poll is located, so that we can clearly understand your case and help you in this regard.

    Also, please let us know what you mean by saying horizontally. If you have any screenshots, then please provide them as well.

    Looking forward to your reply.
    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Simple Vote’ is closed to new replies.