Diggity Dang
Forum Replies Created
-
Thanks to both of you… I’ve done what Umesh has requested. Appreciate both of your input.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Attachments in Reply EmailSounds like it’s not possible to do it as an attachment. HTML would only allow me to create a download link to the white paper, but still make do with that.
Thanks.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Attachments in Reply EmailSorry. Not explaining it well! :P. Let me try again.
So right now, when someone fills out a form, I have a confirmation email going to them. The form is actually a request for a white paper, so I am hoping that I can set it up so that the confirmation email actually has the white paper attached to it as an email attachment, not an HTML link.
Let me know if the above needs further clarification.
Thanks again.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Attachments in Reply EmailAn HTML Block would allow me to provide a link to the document, which I can use, but I was hoping for an actual reply with an attachment. Is that possible?
Thanks again!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Minify HTML, CSS, JS not workingSorry, forgot to close this thread. Appreciate all of your help!! I don’t flinch at spending money on plugins with awesome support, which this was. Thanks again!
Spoke to the developer… always fantastic support. Here’s the solution (for the Pro version):
Find wp-google-maps-pro/js/core.js, and change line #2117.
From:
geocoder.geocode({address: address}, function(results, status) {To:
geocoder.geocode({address: address,componentRestrictions: {country: ‘CA’}}, function(results, status) {For the basic version, it’s the same line, but the line is a bit different. Change the same line #
From:
geocoder.geocode ({ ‘address’: wpgm_address }, function(results, status) {To:
geocoder.geocode ({ ‘address’: wpgm_address,componentRestrictions: {country: ‘CA’}} }, function(results, status) {