webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] Distinguish users by user ID instead of IPApologies for this late reply. This functionality is available in the pro version only. You have the setting to check with user id or ip adress.
Forum: Plugins
In reply to: [WTI Like Post] Fix for people having trouble with adblockersThank you for this suggestion. Will make necessary changes.
Forum: Plugins
In reply to: [WTI Like Post] Remove option to like from Events (events calendar)You need to put the following code at the beginning of
PutWtiLikePostfunction ofwti_like_post_site.phpfile$this_post = get_post(get_the_ID()); if ($this_post->post_type == 'tribe_events') { return $content; }Do let us know if this worked for you or not.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Remove option to like from Events (events calendar)We will check this and get back to you.
Forum: Plugins
In reply to: [WTI Like Post] How to change positioning of the “like” button on the page?This is placed using
the_contenthook so it will be near to the content. The buttons set are wrapped with a class “watch-action” so you can try by modifying its css properties.Forum: Plugins
In reply to: [WTI Like Post] Show Post that the User have likedYes, it is possible. As this is a shortcode, you can place it anywhere you like and it will load the related content. For further discussions regarding the pro version, please contact here.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Show Post that the User have likedThis functionality is available in the pro version. Click here to view the screenshot for this. Click here for the pro version.
Forum: Plugins
In reply to: [WTI Like Post] Multiple ErrorsWe think you are using plugin 1.4.3 version. When checked with this specific version, the exact errors came up with same line numbers. The same file code you can see here
And when installed 1.4.4, no errors were found. This version code is here. The 1st 8 lines of code is enough to differentiate. This version code is same as the plugin downloadable code.
Can you please check your plugin version and the above mentioned file? You can also send over wti_like_post_widgets.php file to our email address support[at]webtechideas.com We checked with
WP: 4.9.4
PHP Version: 7.0.26Thanks
Forum: Plugins
In reply to: [WTI Like Post] Multiple ErrorsWe are looking into this.
Forum: Plugins
In reply to: [WTI Like Post] Like/dislike text showing in generated excerptsHi,
We can see couple of posts from you on the admin end but both of them were automatically marked as spam by Akismet. We have marked that as Not Spam and it shows up here on site end now.We will take the discussion further in order to solve the issue you are having. Please share the theme you are using, your wordpress version and a screenshot of the plugin admin settings section on our support forum.
Thanks
ChittaForum: Plugins
In reply to: [WTI Like Post] Thumb Styling & SizeYou can replace the images present inside our plugin’s images folder. You will have to modify the css file wti_like_post.css present inside css folder accordingly. You can keep same naming convention so that you can relate them to the Voting Style setting in the admin.
Forum: Plugins
In reply to: [WTI Like Post] Don’t work > …Could not process your vote.Can you please share a specific url where our plugin is in use? The pages I checked showed different buttons which means they are from another plugin.
Forum: Plugins
In reply to: [WTI Like Post] Search results pageCan we have a 5 star rating for our plugin here https://ww.wp.xz.cn/support/plugin/wti-like-post/reviews/
Forum: Plugins
In reply to: [WTI Like Post] Search results pageThat’s because it uses
the_contenthook to add the plugin functionality. For your requirement, you can add the following code at the beginning ofPutWtiLikePostfunction inwti_like_post_site.phpfileif (is_search()) { return $content; }Thanks
Forum: Plugins
In reply to: [WTI Like Post] Search results pageWe will check this and get back to you.