icefall5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP HTTP Error: name lookup timed outOkay, I’ll put in a ticket with my host. Thank you!
Never mind, I was able to resolve the problem by downgrading back to 3.8.3 (following these instructions) and undoing the change proposed in the OP. All is well now. Thank you!
This resolved the error for me, but now all links go to my home page instead of the proper page. Site is at https://hudsonvilleeducationfoundation.org.
Forum: Fixing WordPress
In reply to: Custom form not POSTing dataUsing GET works, I’m just rewriting the code to use GET instead of POST. The only problem is that GET doesn’t do file uploads, but whatever.
Forum: Fixing WordPress
In reply to: Custom form not POSTing dataDoing so broke every page on my site (returned server 404s); I had to revert to the backup to fix the problem.
Forum: Fixing WordPress
In reply to: Custom form not POSTing dataAny ideas?
Forum: Plugins
In reply to: [Contact Form 7] Radio buttons and checkboxes aren't on individual linesSorry, thank you!
Forum: Plugins
In reply to: [Custom Permalinks] 404 error after site migrationFound the answer, courtesy of gdawkins. Just make sure the WordPress section of .htaccess has the following code in it (doesn’t need to be in the WP section, but it’s better this way for organizational purposes).
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Forum: Reviews
In reply to: [Custom Permalinks] Blank Settings PageYou edit on each individual post/page edit page, not in the plugin settings. The settings page only contains a list of all of the ones you have created.
Forum: Plugins
In reply to: [Custom Permalinks] 404 ErrorHow did you fix it? I’m having the same issue.
Forum: Plugins
In reply to: [Contact Form DB] Attachments not being savedI’m marking this as resolved because the issue was fixed by the update. Thank you so much for the quick work Michael, we all greatly appreciate it!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Coloring of TooltipsOoh, we can very easily implement that. I’ll try out the development version. Thank you so much!
Forum: Plugins
In reply to: [Contact Form DB] Attachments not being savedMy problem is also with CF7.
Forum: Themes and Templates
In reply to: Custom Header on Self-hosted InstallationI’m being that guy and bumping this.