webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Can't Move WidgetsI am using the default theme. Since widget/sidebars are dependent on theme that you are using, so it may be an issue with the theme. Not sure though. Can you please switch to the default theme and try rearranging the widgets to see whether it solves the problem or not?
There may be some other factors leading to this issue. Try below options:
– Open the Screen Option on Widget panel above and disable accessibility mode.
– Check for magic quotes. Try turning it off and restart the server.
– Try increasing the memory limit by adding the following to wp-config.php filedefine('WP_MEMORY_LIMIT', '32M');or higher value as per your requirement.
– Resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.
– Re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?
– Talk to your hosting provider.Note:
– Please have proper back up before proceeding as above.Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] SSL insecure contentHi Ross,
These are really some handy points and thanks for putting them here. Frankly speaking SSL was never in my mind at the time of development. These findings will surely improve the plugin.Thanks
ChittaForum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Can't Move WidgetsThis does not seem to be a problem at my end nor anyone has pointed this out. What you can do is first delete the widgets you want to reorder from sidebar and then start adding them in the order you want them.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Some customizationThe upcoming pro version will store the like and dislike count in post meta so you can use that way.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Markup ValidationThis is probably with W3C Markup Validation Service. Yes, there are some errors and I will minimize that in the upcoming pro version.
I would suggest to put the code on a staging server so that we can work freely there. Added on skype.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Change voting period into hoursThis needs a change in logic. Will add this in upcoming pro version.
That page seems ok to me. Can you please put the above code so that i can check the issue?
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Most disliked posts?Its doable but not available in the current version.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Order / Sort posts by Likes?There is a pro version coming up which will have some exciting features like
- Functionality to store like counts as post meta which can be used to show posts sorted by like counts
- Functionality to show most liked posts from a selected category on Most Liked Posts widget
- Option to have default message to encourage users to like posts
- Functionality to see like count for each post in admin post list/edit section
- Functionality to see users who liked a post
- Fade out functionality for the message shown after clicking the like/dislike button
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Potential voting bug (infinite votes)There is setting available using which you can control how many times one can vote also the message you want to show. Please check the plugin admin settings. If problem still persists, please drop an email to [email protected]
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Ideas for next release.Timothy, by videos do you mean attachment videos for posts? As of now this is only for a complete post.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Sort all posts by sum of votesPlease drop an email to [email protected]
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Ideas for next release.Thanks very much for your appreciation and all the ideas you have provided. Glad to let you know that some of these functionalities (shortcode, idle message) have already been implemented in the next release which will be available soon.
I am not sure whether “1 vote per day for all” can be implemented as it may not be possible to determine which posts are available on the same page. An alternative functionality may be if those all posts belong to the same category and you allow only one vote for any of the posts from that category.
Tracking settings other than IP can be a bit of problem. Ex- lets say we use cookie to save these data. User can easily clear the cookie or use another browser to vote again which actually should not be allowed.
With username/userid, as of now we are not storing userid even though when allowing only registered users to vote. So if we use this setting now, we don’t have previous values to cross-check with.
I am not sure about the problem you have mentioned above. Any further explanation or screenshot will help.
Do you mean to use a degree image in stead of the thumb image. All the thumb images are being rendered from the images folder using the css file depending the style set in the plugin settings page. So if you need to use some other image, then replace the used images with your image (must have same dimension) in the images folder.
There is a setting to allow user to only like i.e. Show dislike option. You can use this.