-
Created a topic, Best free offering I’ve seen, on the site WordPress.org Forums:
Blocksy + Stackable = unbeatable combination for simpl… -
Posted a reply to We’re Back! Latest release addresses PHP 8.1 incompatibilities – more to come, on the site WordPress.org Forums:
Hi Dan, First very glad you're picking up the development again – I've been fixing… -
Posted a reply to Using Video as Background on block, on the site WordPress.org Forums:
@bernicechua thanks, background videos now working both as a background and a container background. -
Posted a reply to Using Video as Background on block, on the site WordPress.org Forums:
I second that – using a video background on the Hero block, upon update showing… -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
Quite simply, change /includes/assets.php:178 to if ( is_array( $scripts ) ) { return array_merge( $scripts,… -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
@rosinghal Yes – changing to add_filter('simcal_front_end_scripts', '__return_empty_array');worked, however you should also add a type check… -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
Just debugged and found the cause – using add_filter('simcal_front_end_scripts', '__return_null'); in the theme – changing… -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
Hi @rosinghal, @johnweru, Any update on this error? Breaking on PHP 8+ only, 7.4 works… -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
@rosinghal thank you – as mentioned, it's on 3.1.37.2, fails on both localhost and staging. -
Posted a reply to Simple Calendar 3.1.36 has PHP 8.2.0 Fatal Error, on the site WordPress.org Forums:
Fails for me too @ 3.1.37.2, PHP 8.2: Fatal error: Uncaught TypeError: array_merge(): Argument #1… -
Posted a reply to PHP 8.1 compatible?, on the site WordPress.org Forums:
Another PHP 8 fix was changing the order of parameters in inc/class-gallery.php:544 to implode( ',… -
Posted a reply to Warnings from Google Search Console, on the site WordPress.org Forums:
@kalmika one, this appears to be a different plugin, two, we need a solution that… -
Created a topic, Bug report: sitemap URL not matching the home URL on subdirectory setup, on the site WordPress.org Forums:
The link in the Sitemap section leads to sitemap.xml a… -
Created ticket #39833 on Core Trac:
WP accepts multiple hyphens in URL's without redirecting