Happy Coders
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Like Dislike] Conflict with auto-approve commentsHello,
Thank you for contacting. We are pretty unsure regarding the conflict because our plugin just modifies the comments text and adds like and dislike button in frontend while displaying.
But still, we would like to check the conflict. So can you please provide us the name of the plugin along with URL to download if that is a free plugin?
Regards WPHC
Forum: Plugins
In reply to: [Comments Like Dislike] Change image alt textHello,
Currently, the text is not configurable from backend. But that can be a nice feature to add. So we will try to include this feature in our very next update.
But till then you can directly change the text by editing plugin files. Please open inc > views > frontend > like.php line number 12 and dislike.php line number 11
We hope this helps.
Regards WPHC
Forum: Plugins
In reply to: [Comments Like Dislike] Color change of iconHello Sunny,
We have released an update and in this update we have added a distinct class on all the like and dislikes which have been already liked.
Class is cld-prevent. So if you desire to add separate color then please add below css code in your active theme’s style.css.
a.cld-like-dislike-trigger.cld-prevent { color: #222; }
Please change color code as per your requirement.
Hope this is helpful.
Regards WPHC
Forum: Plugins
In reply to: [Comments Like Dislike] Likes Stored in DB?That’s exactly right ??
And if you really liked our plugin then please don’t forget to give us a review regarding how awesome is my plugin ??
Thanks.
Forum: Plugins
In reply to: [Comments Like Dislike] Color change of iconHello Sunny,
Currently, there isn’t any distinct class or id for the liked or disliked comment so that is not available yet.
But we will try to include this feature in our very next update so that there is will be a distinct class for liked or disliked count so that you can assign different css codes.
Thanks.
Forum: Plugins
In reply to: [Like Page Locker Lite] Not working on mobile accessHello there,
Thank you for reaching out to us.
We just checked with in our development environment but could find mobile access is working properly. So can you please email us your site URL where you have implemented our plugin from the contact form available in the below link so that we can check ? And also please mention the model of the mobile too in the email.
https://codecanyon.net/user/wphappycoders#contact
Regards WPHC
Forum: Reviews
In reply to: [Comments Like Dislike] Great lightweight pluginHello Migs,
Thank you very much for your wonderful review.
For increasing the top margin via CSS, you can use .cld-like-dislike-wrap which is common for all the like dislike wrapper.
Regards WPHC
Forum: Reviews
In reply to: [Comments Like Dislike] that is excelentThank you very much for the review ??
Forum: Plugins
In reply to: [Like Page Locker Lite] not working when user is not logged into facebookHello something2,
Is our popup being closed when users are already logged in facebook and visits the site? If yes then it should also close if not logged in case too.
That may happen if your site has already some JS error. Can you please confirm if your site has no other JS error ?
Regards Happy Coders
Forum: Plugins
In reply to: [Like Page Locker Lite] Pop up comes back when i allready liked the pageHello mathijz,
As soon as the site visitors likes the facebook, then the cookie will be set and the cookie will be checked everytime when the same user visits the site again.
If user deletes the cookie and visit again then the popup will show else the popup shouldn’t show. Can you please confirm if the cookie has not been deleted?
Regards Happy Coders
Forum: Reviews
In reply to: [Like Page Locker Lite] Works good, but missing a featureHello Yoker88,
Thank you for your review. We will let you know as soon as we add the feature.
Regards Happy Coders.
Forum: Fixing WordPress
In reply to: Referencing template namesHello there,
Is there any specific reason doing that i.e including the template file within another template file may be ambiguous for pages in which those templates have been assigned.
If you require to use specific portion of the templates then keep all the codes of the specific portion to the different php file and include that php file in both the templates using php include function.
Thanks.
Forum: Fixing WordPress
In reply to: My site is down?Hello there,
That may be due to your plugins or theme consuming the memory in background.First of all remove all the plugins from plugin folder and check if memory still consumes and if required then also switch the theme to default wordpress themes.
Thanks.
Forum: Fixing WordPress
In reply to: Yahoo Hosting Permalink IssueHello there,
I am afraid to inform you that yahoo hosting doesn’t support htaccess rewrite due to which your post permalink structure won’t work for the yahoo servers.So I recommend you to change your hosting provider.
Thanks.
Forum: Fixing WordPress
In reply to: I can't add pages or alter postsHello there,
Did you install any new plugins recently?Please check once by deactivating all the plugins that you have installed and also check once by switching themes as since most of the times plugins are causing the conflicts.
And also check by turning on the debug mode on in your wp-config by settings WP_DEBUG to true and check if any error shows up in backend and frontend.
Thanks.