Skip to main content
added 37 characters in body
Source Link
pankaj parmar
  • 897
  • 1
  • 8
  • 15

i am using Magento 2.4.3-p1. i am facing issue block images duplicate show on email templates. Steps to reproduce issue.

  1. Add one custom block.and take image uploader control and add images on that block.
  2. After that, add new email template and add that custom block on email templates.i.e

i.e https://i.imgur.com/lBfUOhC.png

  1. After that, add new email template and add that custom block on email templates.i.e

{{block class="Magento\Cms\Block\Block" area="frontend" block_id="164"}}

  1. After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.
  1. After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.

https://i.imgur.com/w4W1Em9.png

I have tried to apply the below patch.but still it will not work for me..

https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-0-24/mdva-36832-images-duplicates-on-pages-with-view-width-of-768px.html?lang=en

I have also tried to solve issue using css, but it waswill not working

@media (max-width: 768px) {.pagebuilder-mobile-hidden {display: none !important;}} @media (min-width: 768px) {.pagebuilder-mobile-only {display: none !important;}} 

i am using Magento 2.4.3-p1. i am facing issue block images duplicate show on email templates. Steps to reproduce issue.

  1. Add one custom block.and take image uploader control and add images on that block.
  2. After that, add new email template and add that custom block on email templates.i.e

{{block class="Magento\Cms\Block\Block" area="frontend" block_id="164"}}

  1. After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.

https://i.imgur.com/w4W1Em9.png

I have tried to apply the below patch.but still it will not work for me..

https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-0-24/mdva-36832-images-duplicates-on-pages-with-view-width-of-768px.html?lang=en

I have also tried to solve issue using css but it was not working

@media (max-width: 768px) {.pagebuilder-mobile-hidden {display: none !important;}} @media (min-width: 768px) {.pagebuilder-mobile-only {display: none !important;}} 

i am using Magento 2.4.3-p1. i am facing issue block images duplicate show on email templates. Steps to reproduce issue.

  1. Add one custom block.and take image uploader control and add images on that block.

i.e https://i.imgur.com/lBfUOhC.png

  1. After that, add new email template and add that custom block on email templates.i.e

{{block class="Magento\Cms\Block\Block" area="frontend" block_id="164"}}

  1. After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.

https://i.imgur.com/w4W1Em9.png

I have tried to apply the below patch.but still it will not work for me..

https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-0-24/mdva-36832-images-duplicates-on-pages-with-view-width-of-768px.html?lang=en

I have also tried to solve issue using css, but it will not working

@media (max-width: 768px) {.pagebuilder-mobile-hidden {display: none !important;}} @media (min-width: 768px) {.pagebuilder-mobile-only {display: none !important;}} 
Source Link
pankaj parmar
  • 897
  • 1
  • 8
  • 15

Magento 2.4.3-p1 email show duplicate images?

i am using Magento 2.4.3-p1. i am facing issue block images duplicate show on email templates. Steps to reproduce issue.

  1. Add one custom block.and take image uploader control and add images on that block.
  2. After that, add new email template and add that custom block on email templates.i.e

{{block class="Magento\Cms\Block\Block" area="frontend" block_id="164"}}

  1. After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.

https://i.imgur.com/w4W1Em9.png

I have tried to apply the below patch.but still it will not work for me..

https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-0-24/mdva-36832-images-duplicates-on-pages-with-view-width-of-768px.html?lang=en

I have also tried to solve issue using css but it was not working

@media (max-width: 768px) {.pagebuilder-mobile-hidden {display: none !important;}} @media (min-width: 768px) {.pagebuilder-mobile-only {display: none !important;}}