Erik Molenaar
Forum Replies Created
-
No problem at all, thanks for your prompt reply ??
Forum: Plugins
In reply to: [AB Press Optimizer] Variable ID in Goal URLThat is too bad Csaba. We will request a refund.
We are looking forward to a update containing more URL goal matches!
Forum: Plugins
In reply to: [AB Press Optimizer] Variable ID in Goal URLHello Csaba
About 95% of the conversions are about the monthly subscription:
https://ourwebsite.com/confirmation-monthly/?transaction_key=<variable ID>
Just to make sure:
If I set the goal URL to this WP Page “https://ourwebsite.com/confirmation-monthly/”, will it ignore the ?transaction_key parameter and record the transaction? Or can you confirm it will definitely NOT work because this parameter is always attached to the URL?
Looking forward to your reply. Thanks!
Forum: Plugins
In reply to: [AB Press Optimizer] Variable ID in Goal URLHello Csaba
My 2 goal URLs are actually 2 Pages in my WP admin console.
If I want these 2 Pages to ‘fire’ an conversion, how do I need to do this? I figure I don’t want to add any PHP code to my general Page template, as it would affect all my WP Pages.
Is there a shortcode as well to mark a conversion which I can easily add with the Text editor of these Pages in the WP admin console?
Looking forward to your reply. Thanks!
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Post Authors Email addressHello Vinny, thanks for your quick reply! I was just about to remove my above post, as my add_filter hook was already working perfectly without mentioning the 3rd and 4th arguments. Sorry and thanks again!
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Post Authors Email addressHello Vinny,
I try to hook in to change the Reply-To address, but I can’t get it to work. I have added this code to my functions.php. Can you please tell me what is going wrong here? Thanks for your kind help!
add_filter( 'bbpnns_extra_headers_recipient' , 'change_the_reply_to_address'); function change_the_reply_to_address($headers) { $contactEmail = '[email protected]'; $headers = 'Reply-To: ' . $contactEmail; return $headers; }
I am experiencing the same problem after we installed a SSL certificate and redirected all our http traffic to https.
I tried to delete the plugin and reinstall, but no luck either.
I am hoping for a fix ?? thanks!
Forum: Plugins
In reply to: [Disable Embeds] Blockquote Class added in Link Embed !?The fix works for HTTP links, but not for HTTPS links. The blockquote class will still be used :-/
Forum: Plugins
In reply to: [Disable Embeds] Blockquote Class added in Link Embed !?Thanks for your help lucky2077! It works ??
BTW I notice that after I applied your fix, even if I remove the code from functions.php and disable the plugin, the embeds are still gone. Do they get cached in some way by $GLOBALS (I do not make use of any caching plugins!)
Forum: Plugins
In reply to: [Breadcrumb NavXT] multiple breadcrumbs – amazon styleIs there any update John concerning this option, John? It would be a great feature!
Hello Matt,
Thanks for your clear answer!
I don’t know if it is possible, but maybe WF can be improved to be able to access the encrypted users passwords within a wordpress install?
Again, I don’t know if this is technically possible, but it would make efficient checking possible if all existing passwords are secure ??
Hello Brian,
Thanks for the quick reply. I have done as you said, removed Wordfence, dropped all wf table data, re-installed Wordfence. But still a weak password as ‘test’ is ignored and not detected in the password test of the scan.
I already also tried it on another (multisite!) WordPress website where I installed Wordfence for the 1st time, same issue. Pleas note this is a multisite setup, I don’t know if WF is compatible. My other site where the problem was first detected is not a multisite setup! ??
I looks like it is a bug within WF?
Looking forward to your reply, thanks! ??
@dep Tech
I fixed it. When I checked the log of Postman, it said there was an invalid ‘from’ email address. I changed the “From” field in CF7 to [your-email] and now it works! ??
Hello Jack,
Fixed it! I skipped the ‘Send to’ field, as I wanted to forward all messages to the default WordPress admin e-mail address (at Settings – General).
It seems when this ‘Sent to’ field is empty, no notification is sent out.
When saving the Notification, the plugin does not give any warning that this field is empty. Perhaps a error message if empty can improve your plugin?
Thanks!
Same here. I had to switch to another SMTP plugin :’-(
I hope this get fixed soon ??