arsm
Forum Replies Created
-
Forum: Plugins
In reply to: [Pre* Party Resource Hints] the dummest questionyes it’s a nightmare, but it’s all the theme/plugins default stuff… so I’m forced to use even more plugins in order to fix those speed issues π
Forum: Plugins
In reply to: [Pre* Party Resource Hints] the dummest questionthank you, I have put my site off maintenacne mode so you can test it (it’s very slow because of WpBakery I believe)
Forum: Plugins
In reply to: [Pre* Party Resource Hints] the dummest question…nice to see that authors give a prompt feedback, so rare nowadays π
I have acted as you suggested and the plugin has detected the URLs. I’m having no improvements in re-testing performance with Pingdom, while Gtmetrix gives an “analysis error”, but that doesn’t mean the plugin is not working. I just have to study more the topic. ThanksForum: Plugins
In reply to: [Paid Memberships Pro] possibly uncompatible with Woocommerce 4.0…may I ask you why it isn’t updating on the backend? or have you not published it yet? π
Forum: Plugins
In reply to: [Free Downloads WooCommerce] small issues/requeststhank you for your prompt feedback. You were right about (1), I was just confused by it because I wanted to show the button and trigger the “forbidden” message when clicking on it, but I guess not showing it at all is also a great UX solution. π
Right now I have no time to do further settings on Google APIs (yet, I’d appreciate if you have a tutorial about that). So I’d prefer to hack the code. Isn’t there an option using child-theme?
Forum: Plugins
In reply to: [WooCommerce] add back to cart on checkout pagehttps://stackoverflow.com/questions/42491380/back-to-cart-button-on-checkout-page
… that functions works fine, but it loads the button only after the payment section at the bottom is loaded. A fix would be much appreciated.
Forum: Plugins
In reply to: [Loco Translate] extra files created, safe to delete?thank you very much for the clarification !
..that sounds like the correct code/solution, however the current /vendor-list.js core files are different thant hose therefore I cannot just add the code to line 47. You need to tell me the exact placement, also because I’m not a developer and I cannot figure it out by myself π
Forum: Everything else WordPress
In reply to: check if site’s using “cgi script”hello anyone can shed some light here ??
Forum: Plugins
In reply to: [Paid Memberships Pro] missing subscription level from dashboardYou may view each individual report to see all available data in greater detail.
… where from?
Your sentence seems not finished πForum: Fixing WordPress
In reply to: plugin activation/deactivation leads to 404Crazy, I found the culprit by myself… well, by reading around that it might be something in .htaccess. And that goes right back at the time, a couple of days ago, when I added the following code against SQL injections:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC] RewriteRule ^(.*)$ - [F,L] RewriteCond %{QUERY_STRING} \.\.\/ [NC,OR] RewriteCond %{QUERY_STRING} boot\.ini [NC,OR] RewriteCond %{QUERY_STRING} tag\= [NC,OR] RewriteCond %{QUERY_STRING} ftp\: [NC,OR] RewriteCond %{QUERY_STRING} http\: [NC,OR] RewriteCond %{QUERY_STRING} https\: [NC,OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR] RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|Γͺ|"|;|\?|\*|=$).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*("|'|<|>|\|{||).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(%24&x).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(%0|%A|%B|%C|%D|%E|%F|127\.0).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(request|select|insert|union|declare).* [NC] RewriteCond %{HTTP_COOKIE} !^.*WordPress_logged_in_.*$ RewriteRule ^(.*)$ - [F,L] </IfModule>
I found the code on some blog, and copied it without really understanding it because I’m not a developer. I thought it was doing good to my site but I guess it didn’t. π (I think it was also responsible for suddenly slowing down every action on the backend)
Topic resolved, but if anyone has a better suggestion on coding against SQL injections, I’d appreciate a lot.Forum: Fixing WordPress
In reply to: plugin activation/deactivation leads to 404hi there, in this hour the problem with cURL seems gone. You suggested it might have been a memory issue, and by running site health again I’m not getting that error anymore. So I guess it was temporary.
Still, have you (or anyone else) got an idea about that nasty first issue with redirect? There’s a similar article but the solution is not clear about any coding.
Forum: Requests and Feedback
In reply to: feature request on plugins eliminationso they wonβt happen.
Very strange to say that, since WP itself is suggesting it, and I guess I’m not the only one who has had that thought. (Maybe it’s just a confirmation that they are more focused on useless stuff like Gutenberg)
(btw, you trac links are always broken)Forum: Plugins
In reply to: [Image Refresh] βsizeβ attribute is not working…then I don’t know why it doesn’t, it’s always output smaller than the original size even if I don’t specify any in the shortcode. I guess I cannot use this plugin. Sad as it was useful .)