webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] what kind log-in restriction this plugin has?The login check is there only to force users to login to vote. The rechecking is always done with IP address.
The pro version has option to check revoting with user id. So in case you swap users, it will still be correctly tracked.
Forum: Plugins
In reply to: [WTI Like Post] Error thrown when trying to save settingsThere were changes in the count function in 7.2 so that might be the problem. Can you please send an email to support[at] webtechideas.com so that we can send you a fix. We will surely update the plugin here for all other users.
Forum: Plugins
In reply to: [WTI Like Post] Error thrown when trying to save settingsCan you please share your WordPress and php versions?
Forum: Plugins
In reply to: [WTI Like Post] Arrange post order by LikesThe above code won’t work as the free doesn’t store counts in meta data. So either you’ll have to use a standard query or the pro version which stores counts in terms of post meta. There you’ll also get a template file which has the query that you can use as per your need.
Forum: Plugins
In reply to: [WTI Like Post] Does your plugin have those options?As far as custom buttons are concerned, the pro version allows you to disable the plugin’s css file and then you can have your own css code to load the buttons. Also there is hook available using which you can customize the text.
The percentage functionality is not yet there but doable.
How the shortcode of one website will execute on another website to load the content? There may be restrictions as security concerns with this functionality.
It may be the way Hostgator servers are set up as it’s the case with them only. We are not sure about this either. Can you please take a look at the accepted answer and apply this in our function? Please confirm if you get the correct IP or not.
Forum: Plugins
In reply to: [WTI Like Post] Like / Dislike are the same on every reviewThe tunnel is not accessible. We believe you have a page where you allow users to submit reviews and there is another page where you list all the reviews one-by-one.
You want to have the like/unlike functionality against each of the review on the reviews listing page. Please confirm. You have mentioned about putting the code in “.PHP template”. Can you please be specific about which template file you are referring to?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Like / Dislike are the same on every reviewIs “review” a custom post type? Please share code where exactly you have put the plugin code. Also can we have a look at your site url?
Forum: Plugins
In reply to: [WTI Like Post] No botton showing on main pageThere must be an index.php file within your active theme folder. You need to edit that file.
Forum: Plugins
In reply to: [WTI Like Post] No botton showing on main pageThis plugin uses
the_contentfilter to load the buttons. This is used by themes on post details page so the buttons show up there near the post content.On main page (listing), the themes use
the_excerptfilter to load the post excerpts or short description. Our plugin doesn’t work with excerpt. You can still modify the listing page code to includeecho GetWtiLikePost()within the loop which lists the posts.Forum: Plugins
In reply to: [WTI Like Post] Doesn’t work with A3 Lazy Load pluginYou can directly modify the plugin code for now by adding
wti-pixelclass to that image. We will include this when we will release the next version so that it will work with your set up.Thank you for being so much helpful to the community.
The plugin had gone through the process which WordPress follows in order to be listed here. Also, we are following WordPress standards to integrate the required functionality.
Yes, we will work on for all possible enhancements. But can you please come up with an optimized query and CSS fix which you feel could have been better solutions? Just these two nothing more. You are definitely much better at this so helping others in providing better service will be highly appreciated.
Can you please send the enhancement suggestions to support[at]webtechideas.com and we will work on to improve the plugin?
Forum: Plugins
In reply to: [WTI Like Post] Most Liked posts template changed to user liked postsThis forum is for the free version only so kindly send an email to support[at]webtechideas.com with your requirement.