webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] WTI Like Post not working with automattic.com WP Super CacheWe had a look at the video and it seems that you are using a custom theme and have modified our plugin or the theme to show up there. In such a case if it’s not done correctly, then it won’t work. We would like to know the theme that you are using and what you have done to show the thumb icons there. If these details can’t be shared here, then you can drop an email to [email protected]
As far as the screenshot is concerned, we actually meant our plugin’s screenshot which may not be relevant for now.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] WTI Like Post not working with automattic.com WP Super CacheSorry, the video does not play showing this error “#11 Invalid streamType and/or streamServer settings for”. Can you please share your site url so that we can have a check?
As per you the problem is that the updated counts show up only after page refresh. Please confirm. It may be a cache problem or javascript problem as well. Can you please share a screenshot of the plugin configuration settings page (do not show any other information regarding to your site)? Or can you mention what option is set for “Voting Period” setting?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] WTI Like Post not working with automattic.com WP Super CacheCan you please explain what exactly is going wrong? Is it related to not showing the updated counts after successful voting or there are some other issues? You can also check with the Cache plugin settings to bypass some other plugin’s related functionality. I am sure there will be some option. Like here is an issue with W3TC and there is solution as well.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] A conflict with Cache W3 TCWe are looking into this but it will be more helpful if you put this question in their forum. They are better person to suggest how to skip certain plugin activities from their plugin. I am sure they must be having a solution to this.
I found this discussion, so thought of sharing this with you.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] get_the content problemPlugins work with wordpress filters and hooks. This plugin uses the filter
the_content. Most themes also use this so that other plugins or developers can attach certain functionality. What you are referring is a function call which is not ideal for attaching any functionality with it.Forum: Plugins
In reply to: [WTI Like Post] The widget does not workWe are looking into this and need some more input from you. Can you please drop an email to [email protected] with the sql dump of our plugin’s table?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Plugin active in just one category?This functionality is available in the PRO Version. You need to select the category from the setting called
Allow Selected Categories.Please note that this will still allow the voting for a post which is combinedly assigned to other categories as well. I mean if a post is assigned to 2 categories and your selected category is one of them, then the voting will still be allowed even though you have allowed this for only one of those 2 categories so do not think that this is not working. If you restrict the posts to single category, then you will not find this misleading.
For more queries on the PRO Version, please use our support forum here.
Forum: Plugins
In reply to: [WTI Like Post] Teeny bug with 'Title text for like/unlike image'That code was written considering user will follow the instructions mentioned there ‘Enter both texts separated by “/” to show when user puts mouse over like/unlike images.‘
If you do not have a 2nd text, then you can simply leave that and it won’t be a problem. In such a case you should still keep the “/” like “Love it/”. So there will be no unlike text and no warning as well.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Possibility to change voteIt’s an internal process. Please drop an email to [email protected] along with order details (order id and email used to purchase).
Forum: Plugins
In reply to: [WTI Like Post] Show the Most-Liked-Posts like The-Latest-PostThere are different themes with different layout and functionality. That’s the reason we had given just a simple skeleton to use. What I would suggest is take the code for navigation from your current theme and use inside the page template for showing the most liked posts.
If you have any further queries, please post on our support forum as this support forum is only meant for free plugins.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Possibility to change voteThis functionality is available in the PRO version. If multiple voting is disabled, then this will simply cancel (remove) your last vote.
Demo here http://demowp.webtechideas.com/
Forum: Plugins
In reply to: [WTI Like Post] Latest Posts to have Thumbs rather than just pointsWe would like to have a look at your site to understand what’s going wrong. If it shows on the post details page but not on the home page, then it might be a conflict with the theme that you are using. Please share your site url and the version of the plugin you are using.
Have you done any customizations? We would also like to know how you are placing the plugin content on the home page. Is this by automatic nature of the plugin or you are using the template tag for the home page?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] non stop votingThis should not be a problem. I assume you are using this lite 1.4.2 version. Please confirm.
There is setting available in the plugin’s configuration page called “Voting Period” using which you can set the duration when the user can vote again. I would like to know what have you set here. By default the plugin will allow multiple votings from the same user.
Please share the site url so that I can have a look at the issue and suggest any fix.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Recently Liked & Most Liked Widgets Not Working?So as per you both the widgets are not working. We would like to know which version you are using. Did you try with different options available with the widget or it simply does not work? Also if possible, please share the site url.
Thanks and Happy New Year to You as well.
Forum: Plugins
In reply to: [WTI Like Post] WTI moves down after clicking thumbs up?That is related to the success message after voting which just pushes it down as there is not enough space. So either you remove the “Thank you message” from the plugin configuration settings page or using css in your theme’s css file like below
.status { display: none !important; }I would prefer for the css approach as there may be different messages as per your configuration setting.
Please let us know if you still face any problem.
Thanks