-
Notifications
You must be signed in to change notification settings - Fork 9.4k
inserted image in product description got broken on front end #6088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried to repeat the problem by:
EXPECTED: image is correctly rendered in the description area ... so basically I failed to repeat QUESTIONS: what image type did you use, what was the image filename? what product type? do you have any extra modules installed? |
Hi allanpaiste, Thanks for your reply. I just tested a product of demo data , it works . |
Hello @forvin ! Did you resolve you issue? |
Hi @oserediuk ! No, I didn't. Inserted image will be fine at first, but it will break after you re-index your magento. And newly added products will not appear until you manually re-index via ssh. @allanpaiste |
@forvin |
@forvin |
Internal ticket to track issue progress: MAGETWO-70435 |
@magento-team I am running CE 2.2.3 and this issue still persists. My client just reported that he inserted image into the product description and that the image does not load if user is not logged in as admin. I have tried to use blank and luma themes so I can ensure that issue is not caused by my custom theme. Output from any theme I tried:
Funny thing is that it works for CMS Page, but not for product description. I have tried to wrap my block where I echo my product description using:
But it did not work. When I tried to:
Then it returned URL. So it seems like the problem is that the filter cannot proccess the directive, while it can process the widget code. --- Edit ---- |
My site is built by Magento 2.1.
I inserted image in product description area, but image is broken after I save it.
How to fix it? Thanks
The text was updated successfully, but these errors were encountered: