webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] How to noindex ajax?Let me check the code again and will get back to you. If you are technical, then you can open the wti_like_post_site.php file and look for rel=’nofollow’.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Change size of thumbs?Yes, its possible to change the size of images. Let’s say you are using style1, then you need to have 2 images thumb_up1.png, thumb_down1.png with the size you want inside the images folder of this plugin. To make this working, you need to change the plugin css file accordingly. The images are created using css sprites.
Though the above process will work, there is a disadvantage. Your changes will be overwritten when a new version will be released. But using the PRO version, you can be on the safer side. There is setting using which you can force the plugin to use images and css outside plugin such as theme. So even if you will update in future, your changes will still work. You will also get more image styles.
You can download the PRO manual here to know more about the above approach and all other exciting features.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] How to noindex ajax?Which version you are using?
Forum: Plugins
In reply to: [WTI Like Post] How to noindex ajax?Those ajax links must be having
rel="nofollow". There are more details here https://support.google.com/webmasters/answer/96569?hl=enThanks
Forum: Plugins
In reply to: [WTI Like Post] Problem in 1.4.2 versionThere are 2 jQuery files (1.10.2 & 1.6.2) loaded on your site so that might be causing the conflict. The error is
jQuery(...).on is not a functionwhich is supported in jQuery 1.10.2.
Can you please check the plugin on a standard wordpress installation with the default theme? If that works, then there is something wrong with your set up.
Forum: Plugins
In reply to: [WTI Like Post] Problem in 1.4.2 version– What is your wordpress and jquery version?
– What do you mean by “does not work correctly in chrome”?Please share your site URL.
Forum: Plugins
In reply to: [WTI Like Post] 2 Questions – CPT and BuddypressThe latest pro version 2.1 with the above 2 functionalities has been released.
Forum: Plugins
In reply to: [WTI Like Post] Change image after clicking "like"This has been implemented in the pro 2.1 version.
The new version with the fix has been released.
Forum: Plugins
In reply to: [WTI Like Post] Conflict with another pluginFYI this plugin is both for posts and pages. I am not sure what issue you are referring to. I had once seen the like/unlike buttons shown on the slider but I do not see this anymore. Can you please explain this further? If this was the case, you can check by using the
Homeoption forExclude on selected sectionssetting?Thanks
Just an update. We have come across another issue and currently investigating into that. So there is delay in releasing the new version. We want to have this fix also included along with the above one.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] How to add a link in "Please login to vote." message?I mean you can include html tags in the message. So putting an anchor tag for the login page will do the job.
Forum: Plugins
In reply to: [WTI Like Post] How to add a link in "Please login to vote." message?You can set the message for
Login Required Messagein the plugin configuration settings with something likePlease login to vote.
Thanks
Max 3-4 days.
As a quick fix, please move the following 2 function definitions from
wti_like_post_site.phpfile towti_like_post.php– GetWtiLastVotedDate
– GetWtiNextVoteDateThis should solve the issue. Please let me know if there is still any problem. I will soon be releasing a new version with this fix.
Thanks