webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] PHP 7 deprecatedHi,
This is fixed. We have checked with WP 4.9 and PHP 7.0.25. We did not release a new version so please download a fresh copy and use.Thanks
Forum: Plugins
In reply to: [WTI Like Post] PHP 7 deprecatedWe will check this and get back to you. We assume you are using the latest plugin version i.e. 1.4.4
Forum: Plugins
In reply to: [WTI Like Post] PHP 7 deprecatedCan you please confirm you see the same messages as per your referred thread or different/new ones? In case different/new, please share those.
Forum: Plugins
In reply to: [WTI Like Post] Ajax issueYou need to use the class
lc-<?php echo $post_id?>for the span tag where$post_idis the variable for the post id. It may be different as per the theme. You need to take care of couple of things as this is a custom implementation.– The ajax process completely overwrites the span content with the server response. So you can take the term “Likes” outside the span tag.
– You can set the plugin setting option “Show +/- symbols” to “No” if you do not want to show the + sign for like counts.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Ajax issueWe had checked https://gobetube.com/2017/04/29/fashion4/ and it worked for us.
There is span tag with class
lcandunlcwhich shows the like and unlike counts respectively. You have set thefont-sizeto 0 and also it seems to be behind the thumb icons. So please have proper css and it will show the counts.Forum: Plugins
In reply to: [WTI Like Post] Order by value column with mysql queryThe plugin’s vote entries are stored in wti_like_post table which has post id and the vote value. You can join (preferrably left) posts table to this table group by post id and order by descending order of sum of vote value.
Forum: Plugins
In reply to: [WTI Like Post] Voting in specific timeThanks for your appreciation.
Sorry, these features are not available with the plugin. For the 1st question, you can disable the plugin after the give time period but we are afraid this will also disable all other sections related to the plugin.
Forum: Plugins
In reply to: [WTI Like Post] Showing on footer, sidebar and main pageHi,
We suggested to hide that as you did not like to have them in those places. It’s just the copy of the same like/unlike buttons. Since it’s related to the post, it makes more sense to have the buttons in the main content area. If you want them back, you can remove the above css code.Can we have a 5 star rating with a positive feedback for our plugin here?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Showing on footer, sidebar and main pageHi,
The plugin you are using is a paid one and we are not sure how that generates the content for the sidebar and footer. Since the like/unlike buttons are not needed on those sections, we can hide them using css. Please add the following code to your theme’s style.css file#gp-sidebar .watch-action, .gp-footer-widget .watch-action { display: none; }Please do let us know if this helped or not.
Thanks.
Forum: Plugins
In reply to: [WTI Like Post] Showing on footer, sidebar and main pageApology for the late reply. We don’t see our plugin being used on your site. Have you disabled that?
Forum: Plugins
In reply to: [WTI Like Post] Showing on footer, sidebar and main pageCan you please share your site url? Also are you using any specific widget/plugin to load the data on footer and sidebar?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] PHP 7 deprecatedThank you for notifying this. We will make necessary changes and update the plugin.
Thanks
Forum: Reviews
In reply to: [WTI Like Post] don’t workYou should understand the effort put behind the development of a plugin. It has been 5 years this plugin is actively used by so many wordpress sites. So please help us to find out and fix the problem you are facing. Rating 1 is very discouraging without knowing the actual problem. We are sure once this is fixed, you will just love the plugin.
Forum: Reviews
In reply to: [WTI Like Post] don’t workIf I am not wrong about what you have mentioned, does it simply show loader icon when you hit the like button? It may not necessarily be the probem with our plugin. It may be a set up issue of your server or site. Did you check this on a default wordpress set up?
You can see this working on our demo site here http://demowp.webtechideas.com Please share your site url so that we can look into this issue.
- This reply was modified 9 years, 5 months ago by webtechideas.
- This reply was modified 9 years, 5 months ago by webtechideas.
Forum: Plugins
In reply to: [WTI Like Post] Caching issues on KinstaWe checked their knowledge base but did not find anything helpful for our scenario. There might be some tricks to this which they better know and quickly advise. Please raise a support ticket and explain our requirement and let’s hope that they can provide some input.
Thanks