Skip to content

page-builder

Auto Added by WPeMatico

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

Magento 2: Unable to get content PageBuilder Issue during deploying

During deploy we get issues: adminhtml/Magento/backend/en_US 2487/2698 =========================>– 92% 6 secs Compilation from source: …/public_html/vendor/magento/theme-adminhtml-backend/web/css/styles.less Unable to get content for ‘adminhtml/Magento/backend/en_US/Magento_PageBuilder/css/source/jarallax/jarallax.less’ Error happened during deploy process: Compilation from source: …/public_html/vendor/magento/theme-adminhtml-backend/web/css/styles.less Unable to get content for ‘adminhtml/Magento/backend/en_US/Magento_PageBuilder/css/source/jarallax/jarallax.less’ Updating to latest version… Read More »Magento 2: Unable to get content PageBuilder Issue during deploying

Magento2 getdescription is returning pagebuilder html

Magento2 $product->getDescription() is giving html code like below <style>#html-body [data-pb-style=D79DM0X]{background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;align-self:stretch}#html-body [data-pb-style=PIN2M1D]{display:flex;width:100%}#html-body [data-pb-style=C6E1WWV]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;width:100%;align-self:stretch}</style><div class=”pagebuilder-column-group” data-background-images=”{}” data-content-type=”column-group” data-appearance=”default” data-grid-size=”12″ data-element=”main” data-pb-style=”D79DM0X”><div class=”pagebuilder-column-line” data-content-type=”column-line” data-element=”main” data-pb-style=”PIN2M1D”><div class=”pagebuilder-column” data-content-type=”column” data-appearance=”full-height” data-background-images=”{}” data-element=”main” data-pb-style=”C6E1WWV”><div data-content-type=”text” data-appearance=”default” data-element=”main”><p>fgdsfgdfgdf</p></div></div></div></div> I need to send a description… Read More »Magento2 getdescription is returning pagebuilder html