Ericmuc
Forum Replies Created
-
Hi there,
thanks for the recent update – it looks great!
However, I noticed that shortcodes are currently not working properly in the new version.At the moment, only
core/shortcodeblocks are passed throughdo_shortcode(), but shortcodes inside other blocks (like paragraphs or columns) are no longer executed.Also, the final
$contentdoesn’t seem to be passed throughapply_filters( 'the_content', $content ), which is normally essential for processing shortcodes, oEmbeds, and other content filters.Would it be possible to adjust this in a future update?
Here’s a version that works well on our end:
foreach ( $blocks as $block ) {
if ( 'core/embed' === $block['blockName'] ) {
$content .= apply_filters( 'the_content', render_block( $block ) );
} else {
$content .= do_shortcode( render_block( $block ) );
}
}
// Make sure the full content runs through standard WP filters (shortcodes, embeds, etc.)
$content = apply_filters( 'the_content', $content );
return wp_kses( $content, $allowedHTML );Thanks a lot for looking into it – and for your great work on this plugin!
Hi again,
My SVG is currently displaying only in black instead of its intended colors. It would be great if this could be improved.Thanks and best regards,
EricHi,
Today I had to extend the Register.php with this code after line 113 for for using further elements:
Please check (may be it has to be improved further) and please add it into the core if possible.
Thanks, kind regards
Eric$allowedHTML['form'] = [
'action' => 1,
'method' => 1,
'enctype' => 1,
'class' => 1,
'id' => 1,
'data-*' => 1
];
$allowedHTML['select'] = [
'name' => 1,
'id' => 1,
'class' => 1,
'data-*' => 1
];
$allowedHTML['option'] = [
'value' => 1,
'selected' => 1,
'class' => 1
];
$allowedHTML['input'] = [
'type' => 1,
'name' => 1,
'value' => 1,
'id' => 1,
'class' => 1,
'checked' => 1,
'data-*' => 1
];
$allowedHTML['label'] = [
'for' => 1,
'class' => 1
];
$allowedHTML['button'] = [
'type' => 1,
'class' => 1
];Forum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi Jamie,
Thank you so much! That’s fantastic, and I really appreciate you recognizing my persistence. Wishing you all the best!
Kind regards,
EricForum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi, In my further test and in a sandbox of WPML it was found, that the standard setting of WPML makes no conflict, but if you set some settings more in WPML, the error starts. Please check for yourself. WPML has created a ticket and wrote me that they want to contact the plugin author.
Thanks so far and I hope here can find a solution soon.
Forum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi,
What can we do now, what is your idea?
Thanks, kind regards
EricHi,
I found a solution, but is here no support???
ThanksForum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi,
I checked it just now again, with WPML the error is active and I cannoit use your plugin, just in my test site, with only minimal settings.
Do you want to check it there in the staging site? I coudl give you access by email info.
Thanks, kind regards
EricForum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi,
Did you have a chance to test this with WPML? I would love to use your plugin again!
Thank you very much and best regards,
EricForum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi,
I tested it with most plugins deactivated and found that disabling the newly released WPML Multilingual CMS (Version 4.7.1) resolves the issue.
Can you check this?
Thanks,
Best regards,
EricForum: Plugins
In reply to: [Plugin Notes Plus] Error in the console – function is brokenHi,
I updated your plugin and added a fix of Woocommerce (https://github.com/woocommerce/woocommerce/issues/46771), but the error remains.
Please check, thanks youForum: Plugins
In reply to: [hCaptcha for WP] Problems with using caseGreat, thanks!
Forum: Plugins
In reply to: [hCaptcha for WP] Problems with using caseOk, I understand. Yes, such a code I am using.
Hi,
Thanks for the quick answer:
Simple History: 5.6.0
Simple History Debug and Monitor: 1.0.0
Simple History Premium: 1.0.0
Kind regardsHi, I bought it today so the current version, the download of the order. Nothing is changing, I click on Disable and the page is loading new, but nothing was changed.