SuperGraham
Forum Replies Created
-
Forum: Plugins
In reply to: [Products Per Page for WooCommerce] No PPP on search resultsHi Jeroen, what is it that PPP needs to work? Clearly the theme we have is missing something I guess so if I know what it’s missing (maybe a hook?) then I can see about re-adding it.
Forum: Plugins
In reply to: [Products Per Page for WooCommerce] No PPP on search resultsConfirmation that the PPP drop downs should appear is all I needed. At least I know I’m trying to fix the right thing. Thanks Jeroen.
I have worked this out.
Step 1: Deactivate/remove the Windows Azure Storage for WordPress plugin.
Step 2: Download the entire contents of the blob container using AZCopy.exe. See https://azure.microsoft.com/en-us/documentation/articles/storage-use-azcopy/
Step 3: Using an FTP client upload the media to the /wp-content/uploads directory on your site. You shouldn’t have any issues as the images stored in your blob storage account shouldn’t also be on your web site.
Step 4: Install and activate Velvet Blues Update URLs – https://en-za.wordpress.org/plugins/velvet-blues-update-urls/
Step 5: Use Velvet Blues Update URLs to change the URL of media you had previously stored on Windows Azure.As an example, I changed the URLs as below;
Old – http://<blob_storage_fqdn>/<container_name>/
New – http://<wordpress_site_url>/wp-content/uploads/That’s it… Then you can remove the containers from your Windows Azure account.
Anyone? I’d like an answer to this. I suspect the answer is manually moving the images back to the webserver then running a SQL script to modify the location in the database.
Forum: Plugins
In reply to: [Email Before Download] Corrupt downloadsIf you think expiration has to be disabled then that won’t work for me – I need to track as many downloads as I can so allowing users to forward the link and allow others to use the same link won’t work.
However, here are my versions
WordPress – 4.3
Download Monitor – Version 1.8.1
Email Before Download – Version 3.4
Contact Form 7 – Version 4.2.2You can delete media either through the Azure portal or by using the a storage explorer, here’s one you can use https://azurestorageexplorer.codeplex.com/.
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7It works for me. Which version do you have? 1.5.4?
There is another alternative to this. If you login to your SendGrid account you can enable the BCC app, which will BCC a specific email address with every mail that goes through your SendGrid account.
Forum: Plugins
In reply to: [SendGrid] Which is better: SMTP or API? Is there a difference?Well I’m sold. That all makes sense now. Thanks for the answer.
Forum: Plugins
In reply to: [SendGrid] Which is better: SMTP or API? Is there a difference?Can you explain your answer? Why should I use the API over straight SMTP?
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7I just tested it and CC/BCC now work, thanks. I hadn’t tested the Reply-To additional header, but that is also working as expected.
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7Any news on an update to fix the CC/BCC problem?
Forum: Plugins
In reply to: [WP Super Cache] Feature Request: Preload Scheduling.Also what about providing a pre-load cache URL? Much like the ‘do not cache’ key, add a key that remotely allows you to preload the cache without needing to login to WP. One good reason for this is that it’d be possible to setup a script that visits the ‘pre-load cache’ URL periodically to refresh the site.
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7Any update?
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7Great thanks, I’d almost given up waiting.
Forum: Plugins
In reply to: [SendGrid] CC/BCC not working on Contact Form 7Any ideas? If not I’ll go back to using WP SMTP Mail and stick with that.