dav74
Forum Replies Created
-
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] Vulnerable security header?Hi @unicorn03
That’s great news and we look forward to you rollowing out the update tonight.
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] Vulnerable security header?Hi @catuyen
Yes I totally agree. An A+ on securityheaders.com does not necessarily mean there are no issues. It would be nice to get a reply from the plugin author. I actually removed the PUT and DELETE request. Anyhow, hopfully next week we get an answer ??
OK many thanks. Do you have any idea if there is any way to block bots completely from looking at the web pages?
Thanks for a reply. So even with “Search engine visibility” disabled, bots can still access the pages? Basically are you just instructing a nofollow for bots?
Forum: Plugins
In reply to: [Klarna for WooCommerce] Snippet for bloking Klarna for payment above xYou can check out this plugin for example: Riverty payment gateway for Woocommerce
Forum: Plugins
In reply to: [Code Snippets] Code snippets error 582 – Creating big server loadGreat will give that a go!
Forum: Plugins
In reply to: [Klarna for WooCommerce] Snippet for bloking Klarna for payment above xThank you but the last thing we want is to add more plugins. Most payment processing plugins that compete with Klarna offer this functionaility – to block paments (disable the payment processor) over or under a certain amount. In the case of Klara which does not refund their fees when a customer returns their goods, this is very important.
Forum: Plugins
In reply to: [Code Snippets] Code snippets error 582 – Creating big server loadWell if you feel like looking that would be great. Snippet below.
add_filter( 'woocommerce_available_payment_gateways', 'disable_klarna_above_250' ); function disable_klarna_above_250( $available_gateways ) { $maximum = 250; if ( WC()->cart->total > $maximum ) { unset( $available_gateways['klarna_payments'] ); } return $available_gateways; }
Forum: Plugins
In reply to: [Code Snippets] Code snippets error 582 – Creating big server loadAh! OK we’re learning with you help ?? That is perfect. I straight away narrowed it down to 2 snippets, and only one of them was published. Bingo.
Forum: Plugins
In reply to: [Code Snippets] Code snippets error 582 – Creating big server loadHi @bungeshea
OK I have looked at all of the 23 published snippets we have but none of them contain
total @line:5
I am not sure what exactly I am suppose to be looking for. Can you please advise here so I can find out which snippet is causing the issue?Forum: Plugins
In reply to: [Code Snippets] Code snippets error 582 – Creating big server loadHi @bungeshea
many thanks for your reply! Ok that’s interesting. Apologies for jumping to conclusions. Can you tell me how I start narrowing down which snippet it is, if I have like 30 snippets? Are you saying that the snippet in question has “total @ line:5” in it?
Forum: Everything else WordPress
In reply to: www.remarpro.com support forum issuesHi @fierevere
OK I just closed down the firefox browser, including some windows to my website admin panels (wordpress dashboards), and restarted my system. Now when I go to www.remarpro.com everything is looking good.
Is it possble that one of our wordpress sites (the WP dashboard of which I had open in my browser) has some issue and it was trying to repeatedly communicate with the www.remarpro.com site which was causing teh problem? Would that potentially be possible?
Maybe that is why this issue is resolved, because I shut down the wordpress dashboard on my browser for a site which has some sort of issue? Your thoughts would be appreciated!
Forum: Everything else WordPress
In reply to: www.remarpro.com support forum issuesI am now getting this issue when trying to access the www.remarpro.com site: https://ibb.co/tB6ScQy
I have tried going via a VPN (NordVPN) and still having same display issues. Any ideas? I cleared browser cache and tried froma different browser.
Forum: Everything else WordPress
In reply to: www.remarpro.com support forum issuesActually no. I am just working from home and trying occassionally to access www.remarpro.com for the support forums. Besides trying to get to the support forums once or twice every few days, I am not to my knowledge accessing www.remarpro.com. Problems started a couple, weeks ago I guess.
Forum: Everything else WordPress
In reply to: www.remarpro.com support forum issuesHi @fierevere Many thanks for your advice. What is the best way to fix this issue? Is this because our internet provider is using our IP address with many other users?