Aaron
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow after submit on all sites on serverThank you for the response. I will take a look and see if my issue can be resolved similarly.
Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow after submit on all sites on serverWould you mind explaining what you had to change to fix this error?
I’m having a similar issue with the spinning arrow, and yet I still receive the submitted emails. Basically the exact same issue you had.
Thank you for your assistance.
Forum: Plugins
In reply to: [Redirection] Redirect loop caused by common wordThanks for the help!
The loop still exists, but I think you are correct in regard to wordpress establishing a canonical feature.
Take care
Forum: Plugins
In reply to: [Redirection] Redirect loop caused by common wordHere is my htaccess info
DirectoryIndex index.html index.php Options +FollowSymLinks RewriteEngine on Redirect 301 /test/test-loops /test/ # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Turned off Redirection and I still get /test/new-loops trying to redirect. Log shows -loops being grabbed by rules above.
My apologies for not closing this before you took time out of your schedule to answer.
I did something similar, and it works perfect. Ended up creating a link to a new page, included said link in email sub confirmation, and set auto download after x amount of delay time.
I wanted to avoid navigating away from the page, but the transition is very smooth so it seems to work great.
Thank you for your response regardless.