Riccardo Conte
Forum Replies Created
-
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Can I mod this plugin?Hi aleluc13,
all my plugins are with GNU licenses but however you can duplicate my plugin changing name and adding your customization as you want.However if you want to change/add a little part of my code we can discuss about it ??
PS: This plugin is under scheduling upgrade after WP 4.3 release
Riccardo
Forum: Reviews
In reply to: [Zaki Like Dislike Comments] THE plugin I was looking for, but doesn't workThanks guillaumeh!
I’m working to review all the plugin’s code for better compatibility but i don’t have much time. I hope to release an updated version for the first of September.Thanks again.
RiccardoForum: Plugins
In reply to: [Post Thumbnail Editor] JS bug prevents uploading media in Page/Post editorHi @sewpafly,
you will push this fix in the next version or the manual “remove_action fix” is the final solution??? Thanks
Forum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingSame here… again… rolling back to .85 and start looking another plugin.
Sorry Author, it’s a pretty but not enough stable plugin for business.
Ceers, maybe you’ll find the bugForum: Plugins
In reply to: [Zaki Like Dislike Comments] Rating not savingHi Nomi,
the plugin is not tested for multisite WP yet :(, i’ll check it ASAP.Thanks for advice
RiccardoForum: Plugins
In reply to: [Zaki Like Dislike Comments] Line Breaks in Comments are stripedOk, i saw that i write comment’s content without ‘the content’ filter.
I’ll fix it soon in morning.Thanks Martin
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Line Breaks in Comments are stripedHi Martin,
can you send me an url to see it?Riccardo
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] SQL ErrorSeems that you are putting the ZakiLikeDislike function outside the loop. The error occur because get_comment_ID() function return null. I’ll add a control in next release, until that, can you verify that $post is correctly defined where you put the code?
Forum: Reviews
In reply to: [Zaki Like Dislike Comments] Deactivation of dislike buttonHi,
you must put it in the comments template of your theme ??Forum: Reviews
In reply to: [Zaki Like Dislike Comments] Deactivation of dislike buttonHi 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
RiccardoForum: Plugins
In reply to: [Zaki Like Dislike Comments] Zakil-like-dislikes MobilePress headers errorThe function that generates the error seems to be related to the creation of cookies comments (in wp-include/comments.php). I installed MobilePress on our test server but does not give me the error that you have shown me. It seems quite a few incompatibilities with JS or jQuery because it not allows me to click on the vote.
So, I need further investigation to solve the problem, will do so as quickly as possible.
Sorry for now ??Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Zakil-like-dislikes MobilePress headers errorHi adminziko,
usually this error is due to an attempt to redirect preceded by an accidental output. Line 169 error is the function that output the HTML of rating system. (waiting for me to do more thorough checks) can you confirm that you’re not being accidentally made ??one of the following things:Hi dynamix25,
would be better to start a new topic, however I answer here ??Line 169 is in the function that display the HTML of rate system, so the possibilities is two:
1) You try to use “headers” after comments HTML output
2) You have put this code <?php if (class_exists(‘ZakiLikeDislike’)) ZakiLikeDislike::getLikeDislikeHtml(); ?> before theme <html>However without other details i can’t help you ??
Can you send me your html output as attachment?Best regards
Same here
The same here! When we will see the compatibility with WP 3.8? I have the PRO version.
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Add rating AFTER the commentHi @xmsmmgrs,
if you can’t modify your theme you can modify the hook that i use in plugin (exactly line 191 of main file). However, i do not recommend it because with any upgrades you would lose the change.