aoverton
Forum Replies Created
-
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page body$content = preg_replace('/\[.*?\]/', '', $content);
I would definitely not recommend that… it will replace all characters within square brackets. Unfortunately the real WP shortcode syntax is much more complex.
https://core.trac.www.ads-software.com/browser/tags/4.8/src/wp-includes/shortcodes.php#L254
It also doesn’t account for shortcodes that wrap text, in this instance it would remove the shortcodes but leave the innertext, eg.
[bold]test text[/bold]
or[link href="#"]link anchor[/link]
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyThanks @mikeyott email sent
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] 1.7 breaks shortcode processing in page bodyI’m experiencing this same issue, the problem is being caused by the new feature to use truncated main content when the excerpt does not exist.
This is causing shortcodes to be prematurely rendered by the plugin and injected into the <meta itemprop=”description”… /> tag.
There it is, thank you, lots of UI changes for this version 5!
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workWow, I don’t know why but I completely overlooked that first dropdown and went straight to change role. Thank you!
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workI’m seeing users in the the Inactive Users section but I see no way to active the user. I also never received the email alerting me to the new user signup even though I have the email set in the notify attribute for the shortcode.