rtbaileyphd
Forum Replies Created
-
Forum: Plugins
In reply to: [WDContactFormBuilder] Box with characters is not showingI found the problem. My host provider changed my .htaccess file to specify PHP v 8.0. When I rolled it back to PHP v. 7.4, WDContactFormBuilder started working again.
When are you going to fix it to work with PHP 8.0???Forum: Plugins
In reply to: [SlimStat Analytics] How to get the timezone right.Hope you had a great time with your family on your vacation. I tried what you suggested and it did in fact work. Thanks
Glad to recommend Slimstat, Jason. It was a real pleasure to find something that provides a lot of useful statistics in addition to what I wanted. Slimstat is really superior to Google Analytics. Much, much faster, plus it actually works.
Google Analytics simply would not work for me. That was actually fortunate since as a result I looked around more and found a really great WP plugin, Slimstat, that does what I wanted plus a lot more. It is MUCH faster than the GA site and updates are instant because it looks at your own access logs. In Settings/Filters turn on Ignore Bots since that is not the default.
Forum: Fixing WordPress
In reply to: Truing the update/lastmod dateYes, I am talking about WordPress. The WP editor is online and awkward. I prefer editing my HTML on my own PC with a much more powerful editor and having an automated upload from there to my hoster machine. So I developed scripts that do this and upload my docs like BrainWizardPhD.html. I can update my site in 60 seconds without ever logging into it. I don’t want to log in and press the Update button on every page that I have changed this way. I need a way to automate this.
Forum: Themes and Templates
In reply to: Need help on CSS to fix table vertical centering in my pagesProblem Solved! What I did was to add this to my CSS:
img {
vertical-align: middle !important;
}