Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Riccardo Conte

    (@rconte-1)

    Hi robologo,
    at the moment the requested function is not present, but you can only enter the Like button and hide the Dislike.

    You can do this in two ways:
    1) Use the “splitted” mode and hide dislike with CSS
    or
    2) Use the following syntax directly in code:

    <div class="zaki_like_dislike_box">
    <?php if(class_exists('ZakiLikeDislike')) ZakiLikeDislike::getLikeBtn(); ?>
    <div style="clear:left;"></div>
    </div>

    Last thing:
    I’m working on a heavy update that will allow you to upload custom images and have the comments sorted by rating. I’ll insert your request in the next update.

    Greetings
    Riccardo

    Thread Starter robologo

    (@robologo)

    Hi Riccardo,
    thanks for your reply. In which file and where do I have to put the syntax of 2) into the code?

    Plugin Author Riccardo Conte

    (@rconte-1)

    Hi,
    you must put it in the comments template of your theme 😉

    Thread Starter robologo

    (@robologo)

    Well, I thought so and put it into the comments.php of my theme. But it didn’t work. That was the reason for my question.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deactivation of dislike button’ is closed to new replies.