valentinocossar / trellis-database-uploads-migration

Ansible playbook for Trellis that manages database and uploads migration.
MIT License
94 stars 13 forks source link

URL was not replaced when pushed to staging #19

Open amankapoor opened 5 years ago

amankapoor commented 5 years ago

Submit a feature request or bug report

Replace any X with your information.


What is the current behavior?

When I ran the command to push from dev to staging, I found that I was not seeing my background image which I added using Elementor. When I searched on Google, I found that it happened because URLs were not replaced. (https://github.com/elementor/elementor/issues/5663)

What is the expected or desired behavior?

That URLs get replaced properly so that when I push dev to staging, it goes well.


Bug report

(delete this section if not applicable)

Please provide steps to reproduce, including full log output:

X Create a page using Elementor and add image as background. Then push it to staging and check on mobile. You won't see the image on mobile.

Please describe your local environment:

Ansible version: 2.5.1

OS name and version: Ubuntu 18.04

Trellis version: Can't find. But I cloned the git repo today, so probably 1.0.3

Where did the bug happen? Development or remote servers?

Remote (Staging)

Has the bug already been solved or discussed on Ansible issues page?

X


Other relevant information:

X

valentinocossar commented 5 years ago

Hi @amankapoor , thank you for reporting the issue. As reported here elementor/elementor#5663, I've found that Elementor provides itself tools for CSS regeneration and URL replacement for his tables (docs here).