Skip to main content

Questions tagged [cloud]

The tag has no usage guidance.

0 votes
1 answer
30 views

Issue: Unable to Access WordPress Admin and Database Errors

Description: I recently encountered an issue with my WordPress site that has left me unable to access my WordPress admin area. Here’s a detailed breakdown of the situation: Background: I changed my ...
Kelly Lei's user avatar
1 vote
1 answer
128 views

Generate metadata for cloud images

The current situation We use the AWS SDK for PHP to store media files on S3 instead of the server's local storage, and use the wp_handle_upload filter to point the inserted attachment to the S3 file ...
Jaafar Abazid's user avatar
1 vote
0 answers
244 views

Offload Media Library to other domain on a different server

How is it possible to change the media storage of Wordpress to a subdomain on a different server. The main domain example.com running on a server pointing to IP 192.168.0.1 and I've created a ...
David Buik's user avatar
1 vote
0 answers
10 views

Archived Server for Reference - Unable to Navigate Passed Homepage

I recently moved to a cloud-hosted WordPress instance from an outdated on-prem server. As reference, the on-prem server is still available locally. However, I am unable to navigate to any of the ...
JG7's user avatar
  • 111
0 votes
1 answer
51 views

How to download finished Wordpress project from Google Cloud?

I created a WP website with hosting on Google Cloud just like an IP address. I already have an old website, which I now want to delete and replace by this new one. I would like to ask you, how can I ...
Natália's user avatar
0 votes
0 answers
30 views

I need some assistance opening a few videos in VLC on android automatically from my wordpress site

Im using a dropbox plugin for a few videos and want them to auto open in VLC on android. I just need to pre-pend the vlc:// protocol before the dropbox links. How can I accomplish this automatically ...
Alfred's user avatar
  • 1
0 votes
0 answers
395 views

Securing WordPress running on Azure platform

We have a static website hosted on Microsoft Azure. Our marketing team wanted a easy way to update it so WordPress was installed on Azure, the site was created, marketing team updates it. A WordPress ...
p_s's user avatar
  • 11
1 vote
0 answers
588 views

Sorting Tag Cloud by Popularity

So I have the default Wordpress Tag Cloud Widget on my sidebar/footer and I found the following code to limit the number that it's showing because it took up a ton of space. This code however is not ...
pathosmusic's user avatar
1 vote
0 answers
850 views

woocommerce product tags display

I am using shopfront for sons website, while I can usually manage to sort out things with a little research (thanks everyone) I am stuck, He has a lot of tags showing on every item he sells (which ...
Ian Toad's user avatar
0 votes
1 answer
941 views

Importing existing s3 Media into WP

I'm just beginning to learn my way around WP development, having just taken over development of an old non-WP site that had 1000s of media (mostly audio) files stored on S3. For new uploads I was ...
STS's user avatar
  • 3
0 votes
1 answer
48 views

Admin edit S3 Media file?

I am running wordpress on multiple machines, hence in 'stateless' setup - which means the uploaded media files are hosted on S3 and wordpress directory doesnt contain any media files (they are deleted ...
Broshi's user avatar
  • 191
0 votes
2 answers
2k views

Change order of Wordpress tag cloud

I have found the following function to change the behavour of the Wordpress tag cloud: function widget_custom_tag_cloud($args) { $args['orderby'] = 'count'; return $args; } add_filter( '...
Richard Tinkler's user avatar
1 vote
2 answers
2k views

Auto move media file to cloud

I have very little space to host my WordPress website. That is why I want all my media files are stored in the cloud like dropbox, google drive etc. For example, if a user wants to upload an image ...
assal0le's user avatar
14 votes
1 answer
14k views

How to run WordPress across 2 VMs for high availability

Microsoft Azure requires that applications utilize two instances across multiple data centers in order to achieve their "high availability" SLA and ensure your sites don't go down for routine ...
Yaron's user avatar
  • 360
0 votes
1 answer
282 views

How to create a custom template for custom taxonomy wp-tag-cloud?

I created a custom taxonomy for "Course Topics." Using the wp_tag_cloud I am able to create a custom cloud for this custom taxonomy. When you click on one of the terms in the cloud, it takes you to a ...
user2360012's user avatar

15 30 50 per page