zegenrijk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Can not saveah, i see it now: Cookie Notice & Compliance for GDPR / CCPA needs to be deactivated. But why?
Solved, cause was a bad rule in the .htaccess, sorry, no Wordfence problem
Forum: Plugins
In reply to: [Contact Form 7] not sending: HTML checkedIt’s a live site, so i can not post it on a public forum. Can i send it in a not public way?
Regards Michel
Plugin de-installed and installed again and it’s solved.
Forum: Plugins
In reply to: [Contact Form 7] Validator – no problem?Yes, i read the FAQ before posting.
But my problem is that it indicates a problem in different sites, but after validition it’s not a problem. So it’s fooling me and it’s confusion clients.
Regards Michel
Forum: Plugins
In reply to: [RPost] Forbidden on frontendSolved!
It was a site not created by me, the previous builder had in the wp-content dir a .htaccess placed with a deny all command in it…..
Regards Michel
in the new version this won’t work, but changed my code to, it worked:
<?php
$max=$max_price+1;
$max_price=$max_price+1;
$preset_max=$preset_max+1;
?>Issue is reported to Woocommerce
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] changeupload size PDFNote: in my media map of wordpress the limit is now 32 MB. So i think Request a quote has an own setting
Same question here, after moving a site to a new domain (and have to de-activate / re-activate), the htaccess is very empty…
Regards Michel
Thank you, i report it to Woocommerce.
Hi,
Other solutions are possible of course, by example that 217.50 is rounded up to 218, i think this is a better solution (but i don’t know how to programm this).
For my client it makes not sense that his highest product is not shown at all. I think with rounded up solution no one can have a problem with this.
Regards Michel
Hello,
Solved, but i think a bug to solve in the next release of the plugin.
I added in this file plugins
plugins/woocommerce-products-filter/views/shortcodes/woof_price_filter_slider.php
just before the last <input….> line this code:<?php
$max_price=$max_price+1;
$preset_max=$preset_max+1;
?>Now the url said 218 and product is shown.
Regards Michel
Solved!
After Postman SMTP, checks, testing, checks, logs……. it was finaly a basic thing.
The last error message: No body specified means there is in the form on the E-mail tab in the field ‘Message body’ nothing. That’s not good, when sending email there is nothing to send.
Regards Michel
Does someone know how to solve: No body specified
Regards Michel
Ok, Postman SMTP installed. Test mail with Postman SMTP is good.
Sending with the form: still the red error, but i see in the email log: No body specified
This is at least something…… How to solve this?Regards Michel