Ricky Lee Whittemore
Forum Replies Created
-
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Name of files uploaded from URL@marioteixeira I don’t see a mechanism within core media_sideload_image to affect the filename and it relies on download_url( $file ) to match.
https://developer.www.ads-software.com/reference/functions/media_sideload_image/
In plugin, we use _wp_attached_file meta to determine which file and path to upload/offload to Azure using wp_generate_attachment_metadata hook.
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Not connecting to AzureAny other details you can give? Version of Blob Storage?
Are you using the default C Name?
https://<storage-account>.blob.core.windows.netForum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Default Storage Container@ryanmesser33 I would leave try to leave C Name blank it is should fall back to Azure URL. I believe V2 should work but curious if additional logic is needed in plugin to handle default URLs.
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Not connecting to Azure@atmoapps And you have confirmed that Account Key is valid via Azure Storage Explorer?
https://azure.microsoft.com/en-us/features/storage-explorer/
Forum: Plugins
In reply to: [Safe Redirect Manager] Redirecting URLs with blank spaceNo love.
We ended having WPEngine do a regex on their side.
Forum: Plugins
In reply to: [Safe Redirect Manager] Redirecting URLs with blank spaceAppears to affect everything in /documents/ not just %20 or blank. – and _ also.
Forum: Themes and Templates
In reply to: [Custom Community] mobile viewNot natively.
Its Theme Options are using a custom function.
Forum: Themes and Templates
In reply to: Want to make e-learning site in word pressExcluding the blogs for Students. Sensei by WooThemes would take care of most of this.
Forum: Themes and Templates
In reply to: [Custom Community] mobile viewThe desktop version of your theme would need to support a Custom Header.