webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] like/dislike when not connectedThat sounds great. I am not sure how you did that. Just to let you know that you can still protect your admin end so also allow access to admin-ajax.php at the same time for all ajax requests. Please add the following code to .htaccess file.
<Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>This will allow access to admin-ajax.php file.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] CustomizationThat was for a different version. If you are using 1.4.1 version, then please check line 129 inside wti_like_post_site.php file.
Forum: Plugins
In reply to: [WTI Like Post] like/dislike when not connectedYes, seems that is a problem. Since this is a server related issue, can you please set up a fresh wordpress installation + this plugin and see whether you still have this problem or not.
Another question, have you blocked access to admin end? This plugin uses admin-ajax.php file which is inside wp-admin. So if you have blocked access to this page, then the system will not execute the ajax call successfully.
Your url http://preprod.like-interactive.com/wordpress/wp-admin/admin-ajax.php redirects where as my demo site http://demowp.webtechideas.com/wp-admin/admin-ajax.php returns 0 which is correct. So please check as discussed above and let’s see what you find out.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] like/dislike when not connectedYes, the language file will not be accurate as I am not familiar with that language.
As far as the problem is concerned, can you please share your site url and the version you are using?
Note:
If you are logged in on one tab and log out from another tab and check the like/unlike on the first tab, then you will have the problem. This is due to the way WordPress processes Ajax requests.Thanks
Forum: Plugins
In reply to: [WTI Like Post] CustomizationParticularly with your situation, I would suggest you to go with the PRO version since it will give you the optimum controls to manage the plugin with admin settings along with more powerful features.
1. With the PRO version, you will get a setting using which you can disable the automatic loading of the buttons. So in your case the default buttons will not appear and you can use your custom position.
2. You need to change the css for the img tag in wti_like_post.css file inside plugins/wti-like-post/css folder. There you will need to change the float property to right as below.
.lbg-style1 img, .unlbg-style1 img { float: right; }This will slightly vary as per the version you are using.
3. In case you want to use different image, then you can replace the existing image with yours. Let’s say you are using style1, then you need to replace the 2 images thumb_up1.png, thumb_down1.png inside plugins/wti-like-post/images folder. I would suggest you to have same size (height and width) images. If you want to have it of different size, then you need to change the css code accordingly.
There will be another advantage in using the PRO version. In above cases 2 & 3, you will be customizing the plugin css code. You can use the setting by which the default css file will not load. So you can completely move the plugin css code to your theme css file and customize as per your need. Also you will put the required images inside theme image folder and refer it correctly. Advantage will be your custom code and image will not be overwritten in the next plugin update.
Do let me know if you have any other questions.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Vote or see counts on excerptsThis is due to wordpress removing html content from post excerpts leaving just the counts. When wordpress does not find any excerpt, it just creates the excerpt from the content. In your case the content includes the like/unlike data. Since html is removed, you see the like counts only.
With the PRO version, you can allow/disallow like/unlike buttons for post excerpt with the ability to vote from excerpt. Please make sure you have added post excerpt. In case you do not need this for excerpt, just use the setting to disable this. There are many other cool and useful features available with the PRO version.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Images not showingMay be the plugin css had not loaded properly when you checked after updating. Anyway it’s good to know that it is working fine now.
Forum: Plugins
In reply to: [WTI Like Post] LIKE option not showing in posts listing pageI assume you are using the lite version which works with post content (full description) only. Generally category page shows post excerpts. WordPress removes all html content (like images and some other tags) for excerpts leaving just the counts.
But you can still have it working fine with the PRO version of this plugin. It allows you to have the like buttons on post excerpts as well along with a wide range of advanced features.
Note:
– You need to add excerpts for the posts to make it work properly.Thanks
Forum: Plugins
In reply to: [WTI Like Post] Images not showingCan you please share site url so that I can have a look at that? May be you can switch to default theme and see if this is still a problem.
Forum: Plugins
In reply to: [WTI Like Post] WTI Like Post Pro Plugin DownloadSeems it’s time to move to a different server. I would like to know if you are unable to access the complete site or any specific page?
The link you have shared above is the free version link. The PRO version is available at http://www.webtechideas.com/product/wti-like-post-pro/. If you are still having problem in accessing the site, then can you please drop an email to support at webtechideas.com and we will move ahead from there?
Yes, you can customize the plugin code to show the message next to the thumbs. But if you do not want to use the thumbs, then I am not sure how you will records the like/unlike counts.
Forum: Plugins
In reply to: [WTI Like Post] Fatal error when trying to activate pluginI assume you are checking with 1.4.1 version now. There may be 2 reasons here.
1. Earlier the plugin was not uninstalled cleanly.
2. You are using some other plugin which has a class asMostLikedPostsPlease approach as below in above cases.
1. Try removing the plugin files from ftp. This will automatically disable the plugin and you can uninstall the plugin now. Download a fresh copy from wordpress and try installing that.
2. In this case try modifying the wti_like_post_widgets.php file as below.
– Line 80, changeclass MostLikedPoststoclass WtiMostLikedPosts
– Line 82, changefunction MostLikedPosts()tofunction WtiMostLikedPosts()
– Line 148, changenew MostLikedPosts()tonew WtiMostLikedPosts()Do let me know if this helped you in fixing your issue or not.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] 2 Questions – CPT and BuddypressI am working on a version which includes both the functionalities. The 1st one is a bit straight forward where as the 2nd needs some research to be done.
For the 1st one widget part, i will add a textfield where you can provide the custom post type. In case of shortcode, it will be just another attribute.
For buddypress, it will be the activity (like) for the post not comment.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Redirect after voteYes, I can add this to the pro version. On admin plugin settings page, I will add a drop-down of available pages. If you select any of them, then after successful voting it will redirect to that specific page. Let me know if this is what you wanted or not.
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityBoth lite and pro update versions are available now.
Forum: Plugins
In reply to: [WTI Like Post] WTI Like Post Pro Plugin DownloadThere seems to be a purchase with a different name. Can you please share your mail id which you had used to purchase or the order id?