nathoudu38
Forum Replies Created
-
Thank you for your reply,
I created an email for the first purchase but it would have been great to be able to have the link directly to the product. In the meantime I put the link to the order page.i think this is solved with an update of php and plugins.
Thx
I solved the problem by disabling a setting in
Divi> Creator> Advanced> Generation of Static CSS filesHello,
Thanks for your feedback.
However I cannot find the shortcode for the information in your documentation.
Can you send it to me ?
Thank youthe day parameters were not checked.
Hi,
On my website i have 10 plugins and 1 template. When i check only 1 time with you plugin i have the same error message.
I have just 1 website.
It’s far away of 50 requests.
Where is the problem ?
My site sends requests without my authorization ?Thx
- This reply was modified 5 years, 3 months ago by nathoudu38.
It’s a mail of Plugin Security Scanner. I have the same problem.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha and Contact Form 7If you have updated Contact form 7 it now uses Captcha V3. You need to recreate a special V3 key on your Google Admin.
If you still have an error message then, try to reset the V2 via:
https://www.ads-software.com/plugins/wpcf7-recaptcha/Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Last RuleYou have to look at the time of the file /wp-content/wflogs/rules.php in the column Last modified in your FTP
The time on the FTP changes when I click on the button Manually refresh rules! Apparently the file is updating but there is a fake error message
Thank you for your quick reply !
Indeed, the time on the FTP changes when I click on the button Manually refresh rules! Thx!I have the same problem, deleting the file does not change anything. Did you succeed ?
Forum: Plugins
In reply to: [Search & Filter] Doesn't take into account the taxonomies "Post_tag"Hi
Thx for your help.When I put a single “post_tag” this works. But when I put more, it is only the latter which works. Even with the option
hierarchical="1"
Can you help me ?the code :
[searchandfilter fields="skill_level,post_tag,post_tag,post_tag" types="select" hide_empty="0" hierarchical="1"]
thx you
Resolved :
In templates\slider-page.php
edit :
$url = wp_get_attachment_url( get_post_thumbnail_id($v->post_id) );
replace by :
$url = wp_get_attachment_image_src( get_post_thumbnail_id($v->post_id), 'medium' ); $url = $url[0];