Daniele Alessandra
Forum Replies Created
-
Forum: Plugins
In reply to: [Da Reactions] Bug when quoting in bbpressHello, thank you for your feedback. Unfortunately the feature you’re talking about is not available in this version of the plugin. If you need help with Premium features please use the right channel (https://users.freemius.com/support or https://codecanyon.net/item/reactions-wordpress-plugin/22307601/support). Thanks for your understanding.
Forum: Plugins
In reply to: [Da Reactions] Solucion SHORTCODEGracias por su ayuda, definitivamente agregaré el cambio que recomienda en la próxima versión.
Forum: Plugins
In reply to: [Da Reactions] Premium version updates to FreeHello, I don’t know why this happens, I will check soon. Thanks for reporting.
Forum: Plugins
In reply to: [Da Reactions] How can I add reactions in custom blog archive pageHello, the plugin is written respecting all WordPress’ Plugin Developer guideline, and it works fine with all well written plugins. I do not use any page builder and cannot test and solve anomalies in third party code.
Forum: Plugins
In reply to: [Da Reactions] No reactionThank you for your feedback, I will test with the same configuration as soon as possible.
Forum: Plugins
In reply to: [Da Reactions] Breaking bbpressSorry for the inconvenience, I found the bug, I will publish a fix in a few hours.
Forum: Plugins
In reply to: [Da Reactions] Can’t save Icons in Reaction Manager, nothing showsHello, I finally found the problem and I will update the plugin in the next two hours.
Working version will be 3.12.8.
Thank you for all your help.
For those who want to know in detail what the problem was: a few weeks ago I added a third party script to have usage statistics, but this script broke the activation hook registration, so the activation script (whose job was to create and populate tables in database) failed to run on fresh installs since then.
Because of this, only new users noticed the issue, while updating from previous installation gave zero problems.
I apologize for the inconvenience and thank everybody once more.
Forum: Plugins
In reply to: [Da Reactions] Can’t save Icons in Reaction Manager, nothing showsHello Multi65, other people solved deactivating and re-activating the plugin.
Since I was not able to reproduce the issue I’d appreciate any help: if you want please send me all details (PHP version, Theme used, third party plugins you are using, and so on).
You can write to [email protected]
Forum: Plugins
In reply to: [Da Reactions] Can’t save Icons in Reaction Manager, nothing showsHello, the previous report was closed because the problem was resolved deactivating and re-activating the plugin, but I really want to find the cause and solve this issue once for all.
Please send me all details about your installation (WordPress version, PHP version, installed plugins and any other thing that could help me).
Write to [email protected]
- This reply was modified 4 years, 2 months ago by Daniele Alessandra.
Forum: Plugins
In reply to: [Da Reactions] Can’t save Icons in Reaction Manager, nothing showsHello, I cannot reproduce the issue, please check filesystem permissions.
If you want me to investigate you may send access credential to [email protected]
Forum: Plugins
In reply to: [Da Reactions] Remove from excerptsHello Hobhobuk, if you go to Reactions > General Settings you may disable the widget for Archives and Blog page.
Forum: Plugins
In reply to: [Da Reactions] Not Working At AllHello. I’ve just installed a fresh instance of WordPress 5.5.3, with BuddyX Free 3.0.0 and DaReactions 3.10.1 and all works as expected. Reactions are visible and working on posts and on comments as well.
Since BuddyX is a theme specifically designed to be used with BuddyPress I think that you are looking for Reactions in social activities, but that feature is not available in the free version of the plugin.
To get full version visit this page: https://codecanyon.net/item/reactions-wordpress-plugin/22307601
Forum: Plugins
In reply to: [Da Reactions] Can’t click on reaction when size set to 30 or lessI’m working on that.
Several users had the same problem, but I have not a solution yet.
I’m studying a different display solution, but it is risky because I don’t want to break the layouts of people that are already using my plugin.Forum: Plugins
In reply to: [Da Reactions] Some features requestHello @ugotta, thank you for your feedback, I will consider adding those feature soon.
Since this is only a side project with a few dozen of user I cannot guarantee constant updates and upgrades.
Obviously I will fix any bug in a couple of days, but new features are hard to plan.
Forum: Plugins
In reply to: [Da Reactions] Show people who liked a postHello Schossie, you may solve that problem with a bit of additional CSS, here is a sample:
.da-reactions-outer .count { transform: scale(0.5) translateX(1em) translateY(1em); }
.da-reactions-outer is the container of the whole widget while .count is the badge with the number, you can change everything you want with CSS.