yvett
Forum Replies Created
-
Hi Riza,
Plugins in general who don’t set a page title. Big plugins where I see this happening: SEOPress, Gravity Forms, MetaBox.
I have added the screenshots in this repo: https://github.com/YvetteNikolov/publishpress-bug-screenshots/tree/main/images
Thank you again.
After digging into the plugin code, found two bugs in
frontend/classes/Shortcode.class.php:Bug 1: Missing script dependencies
spotler-form-additionsis registered with an empty dependency array, so WordPress doesn’t wait forjquery-validatebefore running it. Fix:wp_enqueue_script(
‘spotler-form-additions’,
SPOTLER_PLUGIN_URL . ‘public/js/form_additions.js’,
[‘jquery’, ‘jquery-validate’], // was []
filemtime( SPOTLER_PLUGIN_DIR . ‘public/js/form_additions.js’ )
);Bug 2: External CDN, no fallback
wp_enqueue_script( 'jquery-validate', '//static.mailplus.nl/jq/jquery.validate.min.js', … );If
static.mailplus.nlis slow or blocked, the whole form breaks.jquery.validate.min.jsis MIT licensed. You could bundle it inside the plugin and load it locally to remove this dependency.And why the math question flashes:
form_additions.jsfires an AJAX call ondocument.readyto refresh the security question. When validation isn’t initialized, the form’s own init script never runs, so the raw math label briefly appears before AJAX replaces it. Bug 1 is the direct cause.Is there any update on this issue?
Thank you in advance.
Forum: Plugins
In reply to: [The Events Calendar] Adding block core/post-title crashes the editorThe Events Calendar 6.8.3
WordPress Version 6.7.1
Theme: Twenty Twenty-FiveNarrowed it down to this:
- Add an event
- Add the Post Title
core/post-titleblock and set it to level 1. - Add a paragraph after the
core/post-titlelevel 1 - Save the editor and refresh the page. It crashes when inserting another block.
I have added a description and GIF showing the bug in this public repo: https://github.com/YvetteNikolov/events-calendar-bug-18195987
It has to do with your
ian-clientnotification widget being suddenly inserted into the Gutenberg editor.Forum: Plugins
In reply to: [The Events Calendar] Broken since WordPress 6.7Hi @atousanajafi,
Is this going to be fixed in a future release?
PuttingSCRIPT_DEBUGon false is a temporary fix, since we needSCRIPT_DEBUGon true for local development.Thank you in advance,
Yvette
Forum: Plugins
In reply to: [Laposta Signup Basic] Voldoen aan WCAG 2.1 richtlijnenHa Roel,
Ik heb de passages plus rapporten doorgestuurd. Ik hoor het graag wanneer er t.z.t. een nieuwe update uitkomt
Hartelijke groet,
Yvette
Hi @d0153.
Same as Lara, we maintained our sites at version 6.1.2.2 to preserve the Venue block’s state.
However, upon upgrading to WordPress 6.4, all event blocks break if The Events Calendar remains at 6.1.2 due to a JavaScript lodash issue. This issue is fixed in 6.2.3.
To resolve this, we’re compelled to update to 6.2.3+ which unfortunately empties the state of the Venue block. Our clients are seeking answers due to this issue, which necessitates a fix from your end to resolve.
Could you please prioritise this issue?
Kind regards,
YvetteHi @d0153
Thank you for picking up this issue. Is there an estimated time of release for this fix? This bug is affecting our sites as well.Kind regards,
Yvette
Hello CookieYes team,
Another question regarding the Google Consent Mode.
Is it possible to enable the Google Consent Mode without connecting the plugin to the CookieYes web app? Or is it required to be connected?
Thank you in advance.
Yvette