Sean Thompson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Dequeue StylesheetGot it working with:
function otw_remove_map_style() { if(!is_page('dealers')) { wp_dequeue_style( 'wpsl-styles' ); } } add_action( 'wp_enqueue_scripts', 'otw_remove_map_style', 11 );
Thank you.
Forum: Plugins
In reply to: [Pareto Security] Rules changing in .htaccessSure. This…
# Force SSL RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\.oldtownweb\.com [NC] RewriteRule ^(.*)$ https://oldtownweb.com/$1 [L,R=301] # END Force SSL #Block author scans RewriteCond %{QUERY_STRING} ^author=([0-9]*) RewriteRule .* https://oldtownweb.com/? [L,R=301] # END Block author scans # Redirect Useless Archives RedirectMatch 301 ^/([0-9]+)/([0-9]+)?/?([0-9]+)?/?$ https://oldtownweb.com/ RedirectMatch 301 ^/([0-9]+)/([0-9]+)?/?([0-9]+)?/?page https://oldtownweb.com/ RedirectMatch 301 ^/author/(.*) https://oldtownweb.com/sean-thompson # END Redirect Useless Archives
Turns into this…
# Force SSL RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\.oldtownweb\.com [NC] # END Force SSL #Block author scans RewriteCond %{QUERY_STRING} ^author=([0-9]*) # END Block author scans # Redirect Useless Archives # END Redirect Useless Archives
Forum: Plugins
In reply to: [Pareto Security] Rules changing in .htaccessHi @te_taipo,
This is happening again.
This time parts of the rewrite and redirect rules I have above the ClassicPress rewrite rules disappear.
Forum: Plugins
In reply to: [Pareto Security] Error log entriesI still had Pareto Security 2.7.0 installed.
php 7.3
Apparently, being I’m using ClassicPress, and Pareto Security is listed as incompatible with WP 4.9/ClassicPress, automatic updates and the update notifications are disabled.
Just installed the latest version.
They have their own plugin directory now. Maybe you’d be interested in submitting Pareto Security.
Forum: Plugins
In reply to: [Pareto Security] Rules changing in .htaccessThank you.
Forum: Plugins
In reply to: [Pareto Security] Script tags in log entry sourceI had to update manually because the available update doesn’t show in admin. Not sure if this is because this is listed as incompatible with ClassicPress in the repository.
I’ll give it some time before I update my other sites. Maybe it’s just a delay, and the update will eventually show in the admin.
When I deactivated, uploaded the new files, and reactivated it erased the entire log and reset the settings. Being the entry that caused the pop up isn’t there anymore, I can’t give you a definitive answer. I’ll just have to wait and see if it happens again.
Thanks for the great support.
…Sean
Forum: Plugins
In reply to: [Pareto Security] Script tags in log entry sourceThanks for your quick reply. I sent the screenshots to your email.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Odd url showing in statisticsThanks. I’ll definitely check them out if a need arises.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Odd url showing in statisticsOK, I’ll try that. Thank you.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Cache ExceptionsGreat. Thank you.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Cache ExceptionsOK, I’ll just have to continue putting the invoices on a separate install for now. I do have one other question. I’ll put it on a separate thread.
Thanks for looking into this.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Cache ExceptionsIt works if I put the full url in exclusions.
I can only put https://kenbegiesplumbing.com/invoice/ though because every one is a different url. Just like /category/category-name
I’ll remove the full url.
Forum: Plugins
In reply to: [Speed Up - Page Cache] Cache ExceptionsThanks for your quick reply.
Excluding the page /payment is working now. Still not the others, though.
Entered as https://domain.com/invoice/
Here’s a test invoice url…
Forum: Plugins
In reply to: [Speed Up - Page Cache] Purge Home on Post PublishThanks for the quick reply. Blog is on home page. Looking forward to the next update.
Forum: Plugins
In reply to: [Cache Enabler] Home Page Form Doesn’t Work with CacheI appreciate the time you spent trying figure this out. I’m going to switch to another plugin for this site. Cache Enabler is still the fastest, and I’ll use it on other sites. This seems to be an odd case where there’s an issue.
Thank you for looking into it.
Sean