Clayburn
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] No error, but email isn’t deliveredI managed to fix it. The issue was the admin email wasn’t set to the same domain as the site. And then for some reason my recipient email was rejecting emails. I switched to send to a different email and it worked.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Can’t create new galleryWorking now. I reinstalled WordPress and it fixed it.
Forum: Fixing WordPress
In reply to: After 4.6 upgrade – media library not workingSame.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Can’t create new galleryAdditional problems I’m noticing: I don’t have anything appearing in Media Library, even though I have media files on the site that still work. I can upload an image and it appears in the media library, but when I do “Insert into Post” the media library closes without inserting code onto the page for the image.
Becomes*
Your manual moderation because a serious issue when you combine that with your 35 minute edit policy. If it takes you 35 minutes to approve a post, then I’m not given the opportunity to edit it.
Forum: Everything else WordPress
In reply to: Can I delete a thread in the support forums?So how do I go about getting someone to delete a thread or at least edit out my site URL?
Forum: Themes and Templates
In reply to: [Hueman] AlxTabs Icons Not ShowingThis isn’t the issue here since the file is hosted on the same domain.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Squished ImagesFixed it. There was an .entry-content img style causing a bottom margin.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Hidden field not sending value to MailChimpI’m guessing it’s not set up to handle it. Is there a change I can make so that it can? Otherwise I’ll have to use Groupings. I’m not sure how to use them. I tried the hidden grouping field from the plugin’s FAQs and it didn’t seem to work.
Forum: Hacks
In reply to: How can I get around having an FTP server?I am my hosts. We can’t have FTP access.
Forum: Fixing WordPress
In reply to: Since WordPress 3.1, some Javascript problems in New Post/PageIt’s not the plugins. We’ve tried deactivating. Changing the theme fixes it. I don’t understand why the theme would affect the backend, though.
If it is our theme, I’ll have to find the issue. But I don’t know where to start. What theme item would affect the Javascript of the New Post page?
Forum: Fixing WordPress
In reply to: Since WordPress 3.1, some Javascript problems in New Post/PageIt was a good idea, but that didn’t work. I renamed wp-admin, then copied over a fresh new one. I still have the same problems.
Forum: Fixing WordPress
In reply to: undefined function force_ssl_admin()Found the solution: I had accidentally removed some code when undoing the wp-admin change.
/** Make sure that the WordPress bootstrap has run before continuing. */
require( dirname(__FILE__) . ‘/wp-load.php’ );That should have been in wp-login. Oops.