Ricard Torres
@quicoto on WordPress.org and Slack
- Member Since: December 12th, 2008
- Location: Barcelona, Spain
- Website: ricard.dev
- Job Title: Senior Front-end Software Engineer
Bio
Contribution History
Ricard Torres’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to To prevent unlimited votes for users clearing LocalStorage, on the site WordPress.org Forums:
Afraid not, it has been ages since I last search for them. -
Posted a reply to To prevent unlimited votes for users clearing LocalStorage, on the site WordPress.org Forums:
Yeah the plugin is just too simple to prevent any of that. There are more… -
Posted a reply to Hide Thumb Down Count, on the site WordPress.org Forums:
You have CSS classes to select each element To hide the down votes in the… -
Posted a reply to Hide Thumb Down Count, on the site WordPress.org Forums:
In the frontend I don't know but I think you have the vote columns in… -
Posted a reply to Really Great, Exactly What I Was Looking For, on the site WordPress.org Forums:
Thank you for the review. I'm afraid changing the vote is not possible. The plugin… -
Posted a reply to Is it possible to allow unlimited votes for admins?, on the site WordPress.org Forums:
Clean solution! Well done @bloggingandwb -
Posted a reply to Is it possible to allow unlimited votes for admins?, on the site WordPress.org Forums:
Sure it's possible. I don't have the exact code, though. Here's a general idea on… -
Posted a reply to Change buttons to emojis?, on the site WordPress.org Forums:
Hi there! I think it's possible but you do need to change/add some code to… -
Posted a reply to Is it possible to like comments?, on the site WordPress.org Forums:
No, it's not possible. The votes (it's actually post meta data) is linked to a… -
Posted a reply to PHP 8 Support, on the site WordPress.org Forums:
Cache plugins will not work with this plugin. There might be other voting plugins that… -
Posted a reply to PHP 8 Support, on the site WordPress.org Forums:
Do you have a cache plugin installed and active on the site? -
Posted a reply to PHP 8 Support, on the site WordPress.org Forums:
I have not looked into it. Not sure if we need to change anything for… -
Posted a reply to Reset Thumbs Vote/count, on the site WordPress.org Forums:
@valerikluger perhaps you can use a MySQL query? or do you need something in PHP… -
Posted a reply to Average rating and total ratings, on the site WordPress.org Forums:
To get to the point, I don't have the time to code these 3 features… -
Posted a reply to Automize rating, on the site WordPress.org Forums:
Everything is possible! But not out of the box, you would have to code this… -
Posted a reply to Reset Thumbs Vote/count, on the site WordPress.org Forums:
Thank you for sharing @showhan ! -
Posted a reply to CSS changes not showing, on the site WordPress.org Forums:
Hello @larrian The problem is CSS Specificity, nothing to do with the plugin https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity Long… -
Posted a reply to Hook for caching plugin, on the site WordPress.org Forums:
Hello @schotte Thank you for the info, I've pushed the 4.1.0 version with the action… -
Committed [2483862] to Plugins SVN:
4.1.0 -
Committed [2483861] to Plugins SVN:
Prepare 4.1.0 -
Posted a reply to Hook for caching plugin, on the site WordPress.org Forums:
Hey Albert, Good question, I don't know. Do you have documentation on how these hooks… -
Posted a reply to How to add IP Logging method, on the site WordPress.org Forums:
Hello @yhazem I'm afraid that's highly unlikely. Other voting plugins with IP logging will probably… -
Posted a reply to How to add IP Logging method, on the site WordPress.org Forums:
Hello @yhazem I'm afraid not. The plugin does not store anything user related in the… -
Posted a reply to Customize markup, on the site WordPress.org Forums:
Hello, I'm afraid you can't do that. At least I don't know how. You can't… -
Posted a reply to Just a feedback, on the site WordPress.org Forums:
Thank you @moonyell ! It's impossible for themes or plugins to be sure there won't… -
Posted a reply to Show button without number of votes, on the site WordPress.org Forums:
Thank you for your kind words :) 1. Why can't you hide the button with… -
Posted a reply to Show button without number of votes, on the site WordPress.org Forums:
@mogeh I guess @squasher ended up modifying the plugin directly. You can also do that.… -
Posted a reply to Vanilla JS version in roadmap?, on the site WordPress.org Forums:
Thank you, Mike. Good catch. The theme I was testing on already had jQuery so… -
Committed [2412012] to Plugins SVN:
4.0.3 -
Committed [2412011] to Plugins SVN:
4.0.3 -
Posted a reply to Vanilla JS version in roadmap?, on the site WordPress.org Forums:
Hello Mike, I have released version 4.0.2 dropping the jQuery dependency. Have a look, give… -
Committed [2411736] to Plugins SVN:
4.0.2 -
Committed [2411735] to Plugins SVN:
4.0.2 -
Posted a reply to Vanilla JS version in roadmap?, on the site WordPress.org Forums:
Hey Mike, You're absolutely right. We should remove it but then we need to consider… -
Posted a reply to Works with images displayed by the WPBakery Grid element?, on the site WordPress.org Forums:
I'm afraid you'll have to find another plugin that works with Media attachments. Good luck. -
Posted a reply to Works with images displayed by the WPBakery Grid element?, on the site WordPress.org Forums:
The plugin only works with posts or custom post types as the data is stores… -
Posted a reply to Recent Top Rated Posts, on the site WordPress.org Forums:
Ah, I see. Perhaps I went too fast. Right, yes.. so you can use the… -
Posted a reply to Recent Top Rated Posts, on the site WordPress.org Forums:
Hello Steve The plugin does not store any information other than the number of positive… -
Posted a reply to Show button without number of votes, on the site WordPress.org Forums:
Awesome, glad it worked out. -
Posted a reply to Show button without number of votes, on the site WordPress.org Forums:
I'm afraid there not an easy thing to do. No config or way to do… -
Posted a reply to Use only Thumb Up, on the site WordPress.org Forums:
Yes! You can add this to your theme's style.css file: .thumbs-rating-down { display: none !important;… -
Posted a reply to Displaying sum of votes on each post, on the site WordPress.org Forums:
James, Yeah what you got there seems to be correct. I just copied parts of… -
Posted a reply to Show Counter outside Button, on the site WordPress.org Forums:
Thanks! Not with code provided by the plugin. I guess you might be able to… -
Posted a reply to IP address of voting, on the site WordPress.org Forums:
Hi there, The plugin does not have any IP tracking. It uses the browser's LocalStorage… -
Posted a reply to Perfect & Simple, but one Question, on the site WordPress.org Forums:
Hello, Again, the votes are related to a single post in the database. You can… -
Posted a reply to Perfect & Simple, but one Question, on the site WordPress.org Forums:
Thank you for the review. Yes it is possible. You have to keep in mind,… -
Posted a reply to posts per page args, on the site WordPress.org Forums:
Hello, Maybe there isn't mre "free_stuff" to show. What the shortcode is doing is sending… -
Created a topic, Wow, on the site WordPress.org Forums:
Very well documented and easy to use. It works very w… -
Posted a reply to Use it with WP_User_Query, on the site WordPress.org Forums:
I guess it can be extended. I wouldn't know how, though. Best of luck! Ricard -
Posted a reply to Use it with WP_User_Query, on the site WordPress.org Forums:
Hello there, Please notice it can only be used in posts, custom posts types and…
Developer
-
Thumbs Rating
Active Installs: 2,000+
-
Zip Attachments
Active Installs: 100+
Plugins
-
AMP
-
APC Object Cache Backend
-
Debug Bar
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Keyring Social Importers
-
Liveblog
-
Meta Box - WordPress Custom Fields Framework
-
Multisite Language Switcher
-
NS Cloner - Site Copier
-
PublishPress Capabilities - User Role Editor, Access Permissions, Admin Menus
-
PublishPress Permissions: Control User Access for Posts, Pages, Categories, Tags
-
Relations Post Types
-
SearchWP Live Ajax Search
-
Simple Page Ordering
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
Widget Context