francoboy7
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] CDN url rewriting optionI did, it was about a non-profit inquiry
Forum: Plugins
In reply to: [Fast Velocity Minify] CDN url rewriting optionEdit : All fixed now !
PS : is there a way to contact you directly, I had a special request for you
Forum: Plugins
In reply to: [Fast Velocity Minify] CDN url rewriting optionAhaha i just looked at the source code and saw your trim and string replace functions ??
However it doesn’t seem to be working, still loads using the original URL.. I cleared the cache etc
- This reply was modified 7 years, 4 months ago by francoboy7.
Forum: Plugins
In reply to: [CDN Enabler] Visual Composer not loading via CDNThanks for pointing it out. Do you have some clues or advices on how to solve the initial problem of the post ?
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] CDN and VC Post Grid cacheing problemSame question here
Forum: Plugins
In reply to: [CDN Enabler] Visual Composer not loading via CDNWell some are for mobile only so it’s normal we don’t see them. However if you take a look into the pictures below : MEET SOME OF OUR AMAZING VOLUNTEERS section you’ll see they don’t get loaded via CDN.
Images not being loaded through CDN : https://imgur.com/a/jJmCx
Any advice ?
- This reply was modified 7 years, 4 months ago by francoboy7.
Just wanted to let you know that it doesn’t work for me either.
Thanks for the support though
It will be my pleasure if it can help someone :
File to edit : easy_wp_smtp.php
Location of the file : wp-content/plugins/easy-wp-smtpLine to edit : #19 | #21 | #22
#19 is :
$phpmailer->From = $ewpsOptions["from"];
#21 is :
$phpmailer->Sender = $phpmailer->From; //Return-Path
#22 is :
$phpmailer->AddReplyTo($phpmailer->From,$phpmailer->FromName); //Reply-To
Basically what I did is to comment these line to disable them, because I already write those lines in my templates with some changing FROM and SENDER and REPLY-TO
If you have any quesiton feel free to ask as it took me a long time to figure this one out.
+1 here
+1 Should not try to modify the headers !
Same problems occurs with contact form 7 plugin.
I specify specific header Reply-To and From and easy smtp change them.I commented line on the easy smtp core files, but a fix would be good !