Closed fhfournier closed 4 years ago
Hi,
Sorry for the wait, it should work now on the test version -> https://github.com/short-pixel-optimizer/enable-media-replace/tree/updates
You can download and try.
Hi,
I'm still having problems with replacing images with Enable Media Replace and disappearing images in Elementor. Here's an example to reproduce: create a slider with elementor set an image (for example let's name it image1.jpg) save page Upload new file, use replace file and filename (upload file image2.jpg) save Check the page and the slider still tries to load image1.jpg BUT go to edit page again click edit slider and click the field to choose image the correct image is chosen in media library and all I have to do is click save (without selecting an image)
You should probably work that out together with Elementor team (or even just pass the issue to them) to find a solution. It might be totally their fault, may be they're using the image referencing wrong, who knows.
Thanks, Grega
Hi,
Can you take the version from the updates branch, 3.5-DEV03 and check again? We've been doing quite some work on getting Elementor to work with EMR.
Hi,
where can I download it?
Thanks!
On Tue, 27 Oct 2020 at 08:42, bschuiling notifications@github.com wrote:
Hi,
Can you take the version from the updates branch, 3.5-DEV03 and check again? We've been doing quite some work on getting Elementor to work with EMR.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/short-pixel-optimizer/enable-media-replace/issues/39#issuecomment-717052118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7T5HBBB5H4NNRXWOJX25DSMZ2WLANCNFSM4ITVRYUA .
Hi @gregamer,
You can download it from this link:
https://shortpixel.com/downloads/enable-media-replace-3.5.0-DEV03.zip
Let us know how it goes.
Sorry, still doesn't work. Images in gallery and single image are replaced while background images are not. All elements should have red flare background image (new-image-name.jpg) for either image source (all working) or background image (none working - top slide, bottom section). Here's an example: https://dev.leparec.net/test-elementor/
Cheers, Grega
On Tue, 27 Oct 2020 at 11:48, Pedro Dobrescu notifications@github.com wrote:
Hi @gregamer https://github.com/gregamer,
You can download it from this link:
https://shortpixel.com/downloads/enable-media-replace-3.5.0-DEV03.zip
Let us know how it goes.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/short-pixel-optimizer/enable-media-replace/issues/39#issuecomment-717155248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7T5HFQT3BPWL7BB35BHCDSM2QRJANCNFSM4ITVRYUA .
Hi again Grega,
It looks like Elementor uses a cache mechanism to generate and store the CSS where the background images are stored. We have implemented a system that clears this cache after a replacement is done, therefore the version at the link below should do the replacements for background images too:
https://shortpixel.com/downloads/enable-media-replace-3.5.0-DEV04.zip
Let us know if there are any other issues you're facing with Elementor.
Looking forward to getting your confirmation about this!
You're a champ! It works now, and since you mentioned Elementor cache I also found it in the admin area of the Elementor and regenerating css did the trick as well. 5 stars!
Thanks, Grega
On Tue, 27 Oct 2020 at 20:19, Pedro Dobrescu notifications@github.com wrote:
Hi again Grega,
It looks like Elementor uses a cache mechanism to generate and store the CSS where the background images are stored. We have implemented a system that clears this cache after a replacement is done, therefore the version at the link below should do the replacements for background images too:
https://shortpixel.com/downloads/enable-media-replace-3.5.0-DEV04.zip
Let us know if there are any other issues you're facing with Elementor.
Looking forward to getting your confirmation about this!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/short-pixel-optimizer/enable-media-replace/issues/39#issuecomment-717478659, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7T5HD2WJHRENBZ3WCTILLSM4MLJANCNFSM4ITVRYUA .
Thanks for the confirmation @gregamer ! And yes, a 5 stars review will be more than appreciated by the whole team at ShortPixel ;-) the credits go to @bschuiling for the fixes!
You're welcome! I posted a review first thing after sending you mail, so it should be published soon!
On Wed, 28 Oct 2020 at 10:06, Pedro Dobrescu notifications@github.com wrote:
Thanks for the confirmation @gregamer https://github.com/gregamer ! And yes, a 5 stars review will be more than appreciated by the whole team at ShortPixel ;-) the credits go to @bschuiling https://github.com/bschuiling for the fixes!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/short-pixel-optimizer/enable-media-replace/issues/39#issuecomment-717796963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7T5HDJEBGEXCKWM4EEHMLSM7NHZANCNFSM4ITVRYUA .
Fixed in Release 3.5.0 (#68)
Hi,
I found a problem with EnableMediaReplace and Elementor. When i replace the media in wp-admin i got no error and the replacement work inside Media.
But if i choose "Replace with the new filename" its does not replace link inside Elementor module.
The data is not store the same way as other postmeta. Like that
So maybe look for wp-cli function
Normal replace : wp search-replace 'http://old.com' 'http://new.com' --all-tables
Elementor replace : wp elementor replace_urls 'http://old.com' 'http://new.com'