becaneweb
Forum Replies Created
-
An idea ?
Thank you for your help,
Currently I remove the JSON-LD schema markup on all the site with the following code.
function bybe_remove_yoast_json($data){ $data = array(); return $data; } add_filter('wpseo_json_ld_output', 'bybe_remove_yoast_json', 10, 1);I would just remove it from the custom post type “newsletter” (it’s the name of my custom post type). If you can provide the exact custom code it would be great !
Thanks
Hi,
Thank you, it’s perfect.
Best regards
Forum: Plugins
In reply to: [Contact Form 7] Not working since 4.6WordPress 4.6.1 fix this bug
////////////
https://codex.ww.wp.xz.cn/Version_4.6.1
#37736 – Emails fail on certain server setupsThis topic is resolved.
Forum: Plugins
In reply to: [Contact Form 7] CF7 is giving problems after updating to WP 4.6WordPress 4.6.1 fix this bug
////////////
https://codex.ww.wp.xz.cn/Version_4.6.1
#37736 – Emails fail on certain server setupsThis topic is resolved.
Forum: Plugins
In reply to: [Contact Form 7] Not working since 4.6@minnyjay7
___Hi, are you sure change return wp_mail in return mail ?
So, you can try to use ‘WP Mail SMTP’plugin.Forum: Plugins
In reply to: [Contact Form 7] CF7 is giving problems after updating to WP 4.6I find solution on other forum to wait future update of the plugin :
//////////
I changed the wp_mail() function to mail() and removed $attachments. This is working for my setup with contact-form-7 4.5 and wordpress 4.6. Obviously without attachments.
see /wp-content/plugins/contact-form-7/includes/mail.php (Line 85)
old:
return wp_mail( $recipient, $subject, $body, $headers, $attachments );new:
return mail( $recipient, $subject, $body, $headers );///////////
Forum: Plugins
In reply to: [Contact Form 7] Not working since 4.6I find solution on other forum to wait future update of the plugin :
//////////
I changed the wp_mail() function to mail() and removed $attachments. This is working for my setup with contact-form-7 4.5 and wordpress 4.6. Obviously without attachments.
see /wp-content/plugins/contact-form-7/includes/mail.php (Line 85)
old:
return wp_mail( $recipient, $subject, $body, $headers, $attachments );new:
return mail( $recipient, $subject, $body, $headers );///////////
Forum: Plugins
In reply to: [Contact Form 7] Not working since 4.6Same problem here with Contact Form 7 and WP 4.6.
It work in frontend on my web site but same problem in my snippet (WordPress 4.5 – ACF 5.3.7 / Yoast 3.2.3).
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Doesn't work with Cyclone SliderI don’t find any solution, I had to change Cyclone Slider plugin with another.
If there is a futur update for the issue, I’m interested.
I did development myself, if you want to contact the developers of polylang here the https://ww.wp.xz.cn/plugins/polylang/developers/ link.
Thank for your plugin, it work very well.
I don’t use WPML but Polylang.
If you do an WPML compatibily update, I think string translation should work.The update will integrate text-domain attribute in php files ?
Forum: Themes and Templates
In reply to: [Hathor] Missing xmlns attribute for element html. The value shoThanks Hassan for yours informations and your theme.
Forum: Reviews
In reply to: [Custom Product Tabs Lite for WooCommerce] Almost uselessThank for this informations, use API Woocommerce is doesn’t very simply ! I come back plugin solution.