Hello there,
Like a lot of web developers, I build sites offline on a local machine using MAMP Pro and virtual hosts in the form of "
https://example.test" (we do not use
https://locahost as a url for a local site for a variety of reasons). This local machine can be seen on the company network but is not public-facing. My company also use a staging server that, again, uses virtual hosts in the form of "
https://devX.companynamedev.xyz", and is connected to the internet so that clients can see progress on their site build. This works well, and allows us to tweak our staging server to accurately reflect the live server setup so that we can avoid any problems later down the road. After using the Be theme as a base for a child theme, we've come up against a problem when transferring the local instance of a site to the staging server--we can't update the parent theme and we see a written warning telling us that running the theme on more than one url is infringing your copyright. While I'm all in favour of intellectual rights, this makes our setup a bit problematic.
I've never seen this with a parent theme before (others I've used allow the use of two servers -- local + staging or staging + live regardless of url), and so I'm a bit perplexed. I don't want to deregister the local install so that I can update the staging server, and I don't want to make major changes to the staging server alone without first testing locally.
Is there any way round this?
Many thanks,
Brad
Comments