arnaudriviere
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make shop page a productHey, thanks for the reply !
But I think I didn’t explain my problem properly…
I already have my product page, I built it with Divi and it’s working. The thing is it’s not categorized as a page but as a product, and in WooCommerce > Settings > Products > Shop Page, I can’t select a Product, I can only select Pages.
But if I can’t select a product, can I at least write a function that redirects to this specific product page when I click on the empty cart ? Cause right now if I click on cart when the cart is empty, I get redirected to the home page…My host is O2Switch (it’s a French host)
And no there’s no php.ini file in th same directory as the wordfence-waf.php. Should there be one ?And the wordfence-waf.php file contains exactly this
<?php // Before removing this file, please verify the PHP ini setting <code>auto_prepend_file</code> does not point to this. if (file_exists(__DIR__.'/wp-content/plugins/wordfence/waf/bootstrap.php')) { define("WFWAF_LOG_PATH", __DIR__.'/wp-content/wflogs/'); include_once __DIR__.'/wp-content/plugins/wordfence/waf/bootstrap.php'; }
- This reply was modified 3 years, 5 months ago by arnaudriviere.
Hello again,
My host told me that the value is set because they can see it on phpinfo. So what exactly is not working ? They asked and I don’t know what to tell them
Thanks againHey, I just did that and sent you the diagnostic.
I hope you’ll be able to identify the problem!
Thanks againThanks for your responde.
My host told me I could directly access the PHP options in cPanel so I have access to a “auto_prepend_file” input (screenshot https://i.imgur.com/1aBwR65.png ).
What am I supposed to type in there, the file directory “/home/sebw7167/public_html/wordfence-waf.php” ?Thank your for your help. But I couldn’t find “Remove Extended Protection” after modifying the htaccess file…
I sent you a diagnostic…
Thanks again for your time !Thanks for your response.
The Apache + mod_php didn’t work, still getting the same message about changes not taking effect etc.
And the code you sent is kind of already in my .htaccess. I have this :`# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/home/sebw7167/public_html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/home/sebw7167/public_html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF`Should I replace all this with just the bit you sent ?
(sent you another Diagnostic, idk if anything changed)- This reply was modified 3 years, 5 months ago by arnaudriviere.
Hello, thank you for your response. Unfortunately I got the same message when completing the “optimize the firewall” process :
The changes have not yet taken effect. If you are using LiteSpeed or IIS as your web server or CGI/FastCGI interface, you may need to wait a few minutes for the changes to take effect since the configuration files are sometimes cached. You also may need to select a different server configuration in order to complete this step, but wait for a few minutes before trying. You can try refreshing this page.
I sent you another diagnostic in case there’s something for you to check
Thanks again !Hello,
I successfully sent the diagnostic reportWaiting to hear back from you,
Thank you !Forum: Plugins
In reply to: [Site Reviews] Reviews display a ACF groupHey, sorry for the late answer but thank you so much for the fix ! The weird review disapeared.
But I noticed something, the review that is now gone still takes a slot on the page. My shortcode is supposed to display 5 reviews per page but on the first page (where the error was) there are only 4 reviews (the second page has 5 reviews so I know it’s working).
What could be causing this ?Forum: Plugins
In reply to: [Site Reviews] Reviews display a ACF groupNo they were manually submitted on this page. All 10 appeared without any issue but after that I installed ACF and created a field group called ‘Field profuit’ and it appears with the reviews, no idea why
Forum: Plugins
In reply to: [Site Reviews] AJAX Pagination not workingOk thanks ! Update didn’t show in the wordpress plugin panel for some reason so had to install it manually but it’s working now thanks a lot !
- This reply was modified 3 years, 9 months ago by arnaudriviere.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Display only some categoriesThank you very much it worked !
Hello thank you for you reply
Yes I am referring to the password tab on the account page ith the Current/new/confirm passwords, and no I don’t have the labels.
And I am already on the default theme (that’s the only one available) so idk what the problem is