Skip to content

Problem when modifying inherited theme

/home/pedromontesi/Documentos/magento/src/vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml <?xml version=”1.0″?> <body> <referenceContainer name=”header.panel”> <block class=”MagentoFrameworkViewElementHtmlLinks” name=”header.links” template=”Magento_Theme::html/promo.phtml” before=”-“/> </referenceContainer> <referenceBlock name=”logo”> <arguments> <argument name=”logo_file” xsi:type=”string”>images/my_logo.png</argument> <argument name=”logo_width” xsi:type=”number”>300</argument> <argument name=”logo_height” xsi:type=”number”>300</argument> <argument name=”logo_alt” xsi:type=”string”>Logo name</argument> </arguments> </referenceBlock> </body> /home/pedromontesi/Documentos/magento/src/app/design/frontend/Avanti/innovation/Magento_Theme/templates/html/promo.phtml <div class=”promo-bar”> Ganhe R$10,00 de desconto no seu… Read More »Problem when modifying inherited theme

Imported products issue

So im trying to import woocommerce product to magento. Chatgpt converted csv file to magento compatibility. No error or anything, configurable product and simple products were added successfully but i cant tie simple products with configurable product. Been trying for… Read More »Imported products issue

Magento 2.4.6: ValueError DOMDocument::loadXML() Argument #1 ($source) must not be empty when rendering notification_area UI component

I’m encountering a critical error in my Magento 2.4.6-p13 installation when the admin panel tries to render the notification area. The error appears in the exception logs but doesn’t always break the page – it seems intermittent. Error Details [2025-11-19T07:07:44.087321+00:00]… Read More »Magento 2.4.6: ValueError DOMDocument::loadXML() Argument #1 ($source) must not be empty when rendering notification_area UI component

Unmute video in page builder slider

i was wondering if it was possible to unmute (and disable autoplay if needed) vimeo videos linked as background inside a slider. Like this basically: I can see magento rendering the video like this: <iframe id=”VideoWorker-0″ src=”https://player.vimeo.com/video/…?dnt=1&amp;id=…&amp;autopause=0&amp;transparent=0&amp;autoplay=1&amp;loop=1&amp;muted=1&amp;badge=0&amp;byline=0&amp;portrait=0&amp;title=0&amp;background=1″ frameborder=”0″ mozallowfullscreen=”” allowfullscreen=””… Read More »Unmute video in page builder slider