rikdegraaf
Forum Replies Created
-
Forum: Plugins
In reply to: [Send Emails with Mandrill] Emails not sendingYes everything gets logged. But no errors are logged when the plugin is active. Post SMTP Mailer/Email Log plugin also had problems with sending because some other plugin was the “owner” of wp_mail. If that is the same with your plugin it could be that that is the problem.
The plugin that was the “owner” of wp_mail was “Quick Buy Now Button for WooCommerce”. Are there any known issues with this plugin?
Or can you provide me with a list of plugins that cause issues?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Grouping attributesNobody any ideas about this?
Forum: Plugins
In reply to: [Contact Form 7] Ajax validation, no submissionI know the on_sent_ok, but what you are saying is that it also posts the entered values to that page?
Forum: Plugins
In reply to: [Contact Form 7] Ajax validation, no submissionI can disable javascript submitting. But then the validation does not work anymore.
So now I either need to add custom validation, but I really like to use the validation available in Contact form 7.Anyone?
Forum: Hacks
In reply to: Add post through code, visibility on front endNevermind, it had to do with updating the advanced custom fields.
I updated them through field name, but it had to be done by field key.Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Thank you is blank after test paymentI found the culprit. The 404 redirected plugin was causing problems for me.
So if anybody else has problems like this, try to disable that plugin first.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Thank you is blank after test paymentI just tries the same with a normal payment method provided by woocommerce. This also doesn’t give me the thank you page.
I think there is a fault in my theme somewhere. I will check this out and post back.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Thank you is blank after test paymentThe only error I get is the following:
Notice: wpdb::escape is verouderd sinds versie 3.6! Gebruik in plaats daarvan wpdb::prepare() or esc_sql(). in /home/vhosting/d/vhost0048949/repository/hearttoget/wordpress/wp-includes/functions.php on line 3406
I use a custom theme, but I’m not sure that is the issue.