devsupportatcogora
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Member - reCAPTCHA] Recaptcha not working on multiple formsSolved by changing ids and names
$(‘.g-recaptcha’).each(function(i) {
var thisID = $(this).attr(‘id’);
var thisName = $(this).attr(‘name’);
$(this).attr(‘id’, thisID + ‘_’ + i);
$(this).attr(‘name’, thisID + ‘_’ + i);
});`Forum: Plugins
In reply to: [Zeno Report Comments] Report to a different email addressYou’re amazing! Thanks
- This reply was modified 4 years, 4 months ago by devsupportatcogora.
Forum: Plugins
In reply to: [Zeno Report Comments] Report to a different email addressHi Marcel,
actually I manage several site and this is a limit for lots of plugin sending the alert to the wrong email.
Usually I set the admin email to be managed by my team, but for Editorial request would be really useful to manage their request.
Not all the Editors are also admin, so I would like to send it straight to an appropriate email address.
I can set a forward rule so when I receive an email to manage the comment reported, it will be forwarded to them, but if there is an hook I can use to set a different email address, it would be really helpful.Kind regards,
LuigiForum: Plugins
In reply to: [Zeno Report Comments] Links to report are emptyHi Marcel,
thanks to your last tip, I removed the custom code that I wrote in your plugin and added the filter in function. Problem fixed!
- This reply was modified 4 years, 4 months ago by devsupportatcogora.
Forum: Plugins
In reply to: [Zeno Report Comments] Links to report are emptyI customized the comments.php file to overwrite the custom WordPress one and the call back function, but thank for the tip
Forum: Plugins
In reply to: [Zeno Report Comments] Links to report are emptyHi Marcel,
sorry for the slow reply, I’ve tried disabling the plugin but same result comes up.I may have some other issue in the code as I customized the comments.
I read through the FAQ you sent, but it didn’t help.
I will investigate further and let you know if I can fix the issue
Forum: Plugins
In reply to: [Zeno Report Comments] Links to report are emptyHi Marcel,
thanks for your reply.
I’ve tried to deactivate the Wp-optimize plugin with no luck, also without the minify the report links are hashtag