• Resolved Gregool

    (@gregool)


    Hi,

    Somehow anyone is able to make an up-vote just once, but down-votes as many times as the user want to do… :/

    How can I avoid this “bug(?)”?
    Or how can I hide the down-vote-button?

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Gregool,
    You can hide down-vote-button with CSS, that’s it.

    Thread Starter Gregool

    (@gregool)

    Hi Aghasi,

    Ok, and what kind of text do I have to insert to CSS (Styling)?

    You should write a class “display none” with CSS.

    Thread Starter Gregool

    (@gregool)

    Sorry,

    but I am no pro in CSS.
    Could you give me the whole text I have to insert?

    Thanks in advance.

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi Gregool,
    I’m sorry but there is not such an option yet, you can try to hide the vote down button using CSS code. Navigate to wpDiscuz Settings > Styles Tab and put this CSS code in Custom CSS Code textarea:

    .wc-vote-img-down{ display: none!important; }

    But the vertical line and double space will still be there.

    Thread Starter Gregool

    (@gregool)

    That is great.

    Thank you very much! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Down vote’ is closed to new replies.