CamJor
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Mail Tag in 'To:' Field Not Sending EmailHere is what worked for me:
in the ‘From:’ line in Mail (1) I had to:
– Put quotes (double – hold Shift then ‘) around the Email Name and then put the email address in between <>
Example:
“Insert any name you like” <support@example.com>
That’s it.
Forum: Plugins
In reply to: [Contact Form 7] Mail Tag in 'To:' Field Not Sending EmailSo —
I used a different name (same company, email & phone #) and the email came through.
Is there any setting enabled to ‘not send emails’ to the same person twice?
Forum: Plugins
In reply to: [Contact Form 7] Mail Tag in 'To:' Field Not Sending EmailThe email however (for testing purposes) in the Mail 2 “To:” field is the same domain as the site. But that one is working just fine.
I removed the email from the ‘From:’ field (Mail 1), and I’m still not seeing the email come through.
Forum: Plugins
In reply to: [Contact Form 7] Mail Tag in 'To:' Field Not Sending EmailIt’s an email, that is not the same domain as the site:
Community Support @ XXXX <email@domain.com>
I will try to remove it and see if that helps.
resolved.
Figured it out (well at least a temporary fix). For anyone that is having the same issue:
In wp-socializer.php, replace line 1148 with this:
$url = (!empty($_SERVER['HTTPS'])) ? "http://" . htmlspecialchars($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI'] :what it originally was:
$url = (!empty($_SERVER['HTTPS'])) ? "https://" . htmlspecialchars($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI'] :any ideas?
Forum: Plugins
In reply to: [Better WordPress Minify] Exclude Single CSS File – Scripts to be ignoredSo would it be the ID?
for example:
<link rel=’stylesheet’ id=’avia-style-css’ href=’http://mydomain.com/wp-content/themes/dark/css/style.css?ver=1′ type=’text/css’ media=’all’ />
I’ve tried to add the ID to the ignore box ‘avia-style-css’ (without quotes) and the file is still being minified.
Sorry if I’m not understanding you correctly.
Forum: Plugins
In reply to: [Better WordPress Minify] Exclude Single CSS File – Scripts to be ignoredI can test it out but I am more specifically looking for what exactly do I type in the ‘Scripts to be ignored’ box if I want to exclude a file?
custom.css
“custom.css”
‘custom.css’?
Thanks!
Forum: Plugins
In reply to: [BulletProof Security] BPS for Windows & IISThanks, will certainly take a look into it!!
Forum: Plugins
In reply to: [BulletProof Security] BPS for Windows & IISHmm..we are utilizing IIS URL Rewrite 2.0 — I don’t think it will interpret the .htaccess files correctly.
Is there anyway to see what configurations the .htaccess file would generate (via the plugin)? We could possibly then translate those rules/conditions to work in the web.config file?
Thanks!