htmanning
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Messages not sending after WP updateOkay, I got two of the installations working by manually entering a SMTP server in the functions.php file.
On one site, it will not accept any email domains that I own if I use them as the sender of the form. What dictates this? It treats them as spam even though they work in Contact Form 7 on my other sites. I get an error with an orange box around it. If I use a gmail.com address as the sender of the form the email gets sent. If Contact Form 7 is using internal spam checks then I would expect the same behavior at other sites but that’s not the case.
I’m using the same Askimet account on all sites. No reCAPTCHA at all.Update: I added the following to the functions.php file. It disables Askimet for CF7. Not ideal but it works:
add_filter(‘wpcf7_spam’, ‘__return_false’);
Forum: Plugins
In reply to: [Contact Form 7] Messages not sending after WP updateI realize this could be something happening on my server exclusively but it feels like an update broke Contact Form 7 OR some kind of spam filter is causing this. I finally got one of the installations to send an email if I used a gmail.com or yahoo.com address as the address of the person filling out the form. All other domains were flagged as spam with an orange box. I’m not using CAPTCHA. On some installs I have a question that must be answered while on others I don’t. I’m stumped.
Thanks, but I don’t want to migrate it to the root. I want to simply set the Site Address (URL) to be the same as the WordPress Address (URL) so the cookie doesn’t expire and log people out so often. I wont both the WordPress Address and Site Address to be https://www.domain.com/site/.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6Okay, going back to WP Install Directory breaks it. I have to use Site Directory and include the /site in the Base Directory or it won’t work.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6So if I go back to Set Directory of WP Install and take out the /site in the Base Directory it should still work?
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6I have several sub-directories in /documents and they all show up now.
Here’s what I did.
– I changed the Set Root Directory to match yours.
– Added /site to the Base Directory (public_html/sitename/site/documents instead of public_html/sitename/documents)– I deleted all the sub-folders from the Base Directory settings. I only have one Base Directory now and it is set to /public_html/sitename/site/documents.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6Yes. The only difference I made to the setup is to set the Set Root Directory to Site Directory. Previously I had it set to WP Install Directory.
Here is my shortcode again and it’s working after adding /site to the Base Directory.
[fileaway type=”table” directories=on paginate=”true” pagesize=”20″ sortfirst=”filename-desc”]
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6See my previous posts. I think I fixed it by adding the sub-directory name to the Base Directory field.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6So I guess you’re using a vanity url of sorts. The documents page I have in WP is entitled “Documents.” When you click Documents in the menu it goes to the following:
https://www.domain.com/mdocuments-library/
So the answer is I had to add the sub-directory to the Base Directory in Settings. Not sure why that wasn’t the case in 3.9.6.1 but something has changed.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6Okay, I figured it out. I added “site” to the base directory.
public_html/sitename/site/documents
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6And BTW, the edit I made was on line 31, not 30.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6I removed all the base directories except /documents. No difference.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6Still not showing.
Let me ask you this. Do I need a separate base directory for /documents if newsletters is in /documents/newslettters?
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6Sorry, that’s my bad. It’s just waiting for me to add something in there. I have 4 directories of documents so it’s still showing me a 5th that’s blank. I thought that was an error.
Forum: Plugins
In reply to: [File Away] No documents showing after updating to 3.9.7.6OKay.
I just noticed I have a Base Directory 5 of /public_html/sitename that cannot be edited. There is no Display name.