jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't flush cacheLooking at your site right now, it looks the same as it did last time. Which is to say that there are references to Gravity Forms in the HTML.
At the risk to trying your patience, could you double check that the Gravity Forms plugin is deactivated?
I’m assuming that this is a Single Site install of WordPress, not Multi-site (“Network”).
Forum: Fixing WordPress
In reply to: Can't flush cacheIf so, I’ve never heard of that before. WordPress does not do any (Page) Caching of its own, and I’m not aware of any web server software that does either. Linux will store files in memory but keeps them up to date.
Forum: Fixing WordPress
In reply to: Can't flush cacheAbout the only thing left that I can think of is to deactivate all plugins except WP Forms, and change to the default Twenty Sixteen theme, and see if the problem still exists.
If site outage is an issue, you should clone the current site to someplace else as a test site using Duplicator or the Moving WordPress documentation in the Codex. And then deactivate other plugins and use the default Twenty Sixteen theme.
Anyway, the standard concept is to start out with “next to nothing” and gradually work your way up to the problem by adding one change (plugin or theme) at a time.
Also be sure that WP_DEBUG and WP_DEBUG_LOG are set to TRUE in wp-config.php during your testing. Be aware that messages may be generated that could corrupt the appearance of your site when you do this.
I should also mention that there are some pretty unusual situations that can cause what you are seeing, all to do with Redundancy somewhere in the web hosting setup. As in two web servers sharing the job of serving your domain, with one working from an out of date copy of the database. As I say, very unlikely.
Forum: Fixing WordPress
In reply to: WidgetsThis plugin appears to be the easiest way to do that:
https://wordpress.org/plugins/custom-javascript-editor/Forum: Fixing WordPress
In reply to: Install PluginThe author of the plugin asks that you go to his site for help:
http://seo.uk.net/google-translate-widget/Forum: Fixing WordPress
In reply to: Fatal ErrorYour web site is using a lot of memory (“RAM”). 335.5 MB (351,797,248 bytes) is an odd number to have as a memory limit, but it is a big number.
I’m not sure what you mean by “page tap”, but if you are referring to something in the Admin panels, rather than the public web site you have, more memory is required for Admin panels than public pages.
Most likely cause: too many activated plugins or just one plugin that uses too much memory for Caching.
Place to start: https://codex.wordpress.org/Common_WordPress_Errors#Allowed_memory_size_exhausted
That adds more memory. If you cannot do that, consider looking at your plugins.Forum: Fixing WordPress
In reply to: Can't flush cacheI strongly suspect you are right about this being a Caching problem, but you seem to have forgotten about Web Browser caching, which this seems to be.
By the way, I see the form just fine on the page you mention, but it seems to be Gravity Forms, though I cannot be sure — I just see references to Gravity Forms in the HTML.
Forum: Fixing WordPress
In reply to: Renew domain for Earthplanllc.comReseller: WordPress.com
(from the WHOIS listing)
To renew your domain, read the Help here:
https://en.support.wordpress.com/manage-purchases/#managing-domainsWe are wordpress.org, not wordpress.com, where your domain was registered.
Forum: Fixing WordPress
In reply to: How to find untagged posts ???Now that I’m back at my desk, I’m confronted with some bad news: the plugin I used to use to safely use PHP is no longer in the Plugin Directory. And what I assumed might replace it does not seem to work anymore.
Both of these simplified the creation of Shortcodes, which are PHP code that is inserted into WordPress in a controlled way.
Any other approach to adding your own PHP code can just too easily cripple a WordPress site even when you have a good knowledge of PHP.
Without learning PHP, the only thing I can suggest is using this plugin to prevent future Posts from having no tags:
https://wordpress.org/plugins/require-post-tags/Which still leaves you with the task of finding the current posts with no tags. For which I can offer no easy answer for you now.
I am sorry, but, as I stressed in a WordCamp presentation a few years back: you really need to learn PHP programming if you are going to do anything out of the ordinary in WordPress.
Forum: Fixing WordPress
In reply to: How to find untagged posts ???I won’t be at my desk where I can help you, for 2-3 hours.
I will respond then though.
Forum: Fixing WordPress
In reply to: How to find untagged posts ???I couldn’t find any plugin that will delete untagged posts for you.
Someone who knows PHP could figure it out from this post: https://wordpress.org/support/topic/how-can-i-list-all-the-posts-that-have-0-tags?replies=5
If you want someone to write it for you for free, and don’t have any luck here, you might try http://stackoverflow.com
Forum: Fixing WordPress
In reply to: 404 Error When Updating Permalinks – Hosted on Ubuntu VPS- Permit .htaccess in each directory:
<Directory /var/www/>in/etc/apache2/apache2.confmust haveAllowOverride All - Add .htaccess functionality to Apache: Linux Commands
a2enmod rewriteandsystemctl reload apache2.service - Allow WordPress to modify .htaccess:
chown -R www-data:www-data /var/www
Forum: Fixing WordPress
In reply to: 404 Error When Updating Permalinks – Hosted on Ubuntu VPSI, too, use a Ubuntu VPS for my low traffic WordPress sites. There is a bunch of stuff I had to do to get .htaccess working properly. Permalinks other than the query type will not work in Linux without .htaccess.
I’ll respond again when I dig up the documentation I wrote for myself when I last had to solve this problem.
Forum: Fixing WordPress
In reply to: How to find untagged posts ???This plugin looks promising:
https://wordpress.org/plugins/wp-full-auto-tags-manager/In terms of the future, if it doesn’t prevent the problem from recurring, you may also want to look at this:
https://wordpress.org/plugins/require-post-tags/Disclaimer: I haven’t used either plugin myself.
Forum: Fixing WordPress
In reply to: Memory issues on VPSUnfortunately, Support forum rules do not allow such specific discussions of hosting because the threads get spammed really badly.
However, I am willing to discuss this off-line if you contact me at [Link redacted]
- Permit .htaccess in each directory: