Best Photoshop-WordPress workflow for editing images without re-upload [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 6 years ago. Improve this question When I have images uploaded to WordPress, there is no way for me to flexibly edit these images. For example, let’s … Read more

Graphic design changes on Staging before moving to Production?

I have a Development, Staging and Production workflow for my WordPress site. I am fairly strict about any structural work to be done on the site being done in Staging first, then migrated to Production. I feel some changes may be better done on Production through the admin interface, such as a simple logo change, … Read more

Theme/Plugin/Widget Data and Staging/Production Servers

I did some searching before asking and didn’t quite come across an answer. Recently I started on a project where they were hosting the development version of WP on an internal multisite, and I was tasked to bring it to a more modern workflow. The setup is Development (localhost) > Staging (Client Approval) > Production … Read more

How to set up a development/staging site to make major changes to the theme then update on the live site?

I made a site a few months ago without using a development or staging environment. I just updated everything on the live site, which was fine at the time because the domain wasn’t public. We were switching domains and used that domain as “testing domain.” But, now the site is live and I need to … Read more

How to set up workspaces with Chrome & WordPress?

I’m using SASS & Gulp for my development. Though I can’t properly setup workspace in Google Chrome. I add project folder (should be theme folder, right?) but what should I map to what to edit SASS directly? Gulp Task for styles is: gulp.task(‘styles’, function () { gulp.src(styleSRC) .pipe(sourcemaps.init()) .pipe(sassPartialsImported(‘assets/css/’)) .pipe(sass({ errLogToConsole: true, })) .on(‘error’, console.error.bind(console)) … Read more

One-way DB Migration Workflow

I’m loving the proposed WordPress workflow shown below. However, since I am new to WordPress, I want to know how realistic it is. DATABASES MOVE DOWN, CODE MOVES UP This idea is presented both in a WPEngine support article for WordPress and in another article called “No More Cowboy Coding.” The idea is that a … Read more

How to Moderate Edits to User Profiles?

I would like to moderate WordPress users’ edits to their own profiles. As I understand it, the default would be for the profile changes to go online immediately. Instead, I’d like to leave the older version online, until an Admin has approved the edit. I’ve checked several of the moderation plugins (e.g. Revisionary), and the … Read more

I want to share local developement and staging DB — Is this very smart or very stupid?

Basically: I want my work to be meaningful and efficient. I am considering making my local development AND staging database the same thing. I would develop on my local machine but have the SQL data stored on a web server. I could build the site and move the important parts to staging where I can … Read more