Skip to content
#

wordpress-plugin

Here are 7,154 public repositories matching this topic...

gutenberg
mrleemon
mrleemon commented Jul 14, 2021

Recently, the docs have been updated to use the useState hook instead of the withState HOC, because the later has been deprecated:

WordPress/gutenberg#33173

Even if it's not deprecated (as far as I know), I would like to see references to the withSelect HOC removed from the docs in favor of the simpler useSelect hook to encourage devs to use more modern React

amp-wp
westonruter
westonruter commented Apr 8, 2021

Bug Description

On an AMP-first site I ran across the following amp-img:

<!--noscript-->
<amp-img height="1" width="1" alt="fbpx" src="https://www.facebook.com/tr?id=413752866132374&amp;ev=PageView&amp;noscript=1" class="amp-wp-enforced-sizes amp-wp-6a19fc1 i-amphtml-layout-intrinsic i-amphtml-layout-size-defined" layout="intrinsic" data-amp-

SiteOrigin Page Builder is a powerful content creation interface, instantly recognizable, astonishingly different. SiteOrigin Page Builder makes it easy to create responsive column-based content using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.

  • Updated Jul 15, 2021
  • PHP
wp-rocket
juricazuanovic
juricazuanovic commented Oct 28, 2020

Describe the bug
On the frontend, the embed post block generates an iframe that loads the embedded posts, but when the Lazyload for iframes is enabled, embedded posts are not loaded in the Chrome browser.

Lazy load status for iframe does not change from data-ll-status="loading" to data-ll-status="loaded".

On Firefox embedded post iframe is lazy loaded.

To Reproduce
Steps to

Improve this page

Add a description, image, and links to the wordpress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more