We had to deactivate the plugin, because no comments are possible anymore.
Hope you can help
Kind regards
Frank
This plugin is excellent but does anyone know how to word limit a post please?
Thanks,
Ben.
]]>You are only allowed to enter a maximum of 40 words
Is there any way to increase this?
]]>thanks
]]>How do I change the word limit to 500 words, please?
Thanks,
John
]]>in includes/event/event-builder.php line 596
$text = trim( substr( $text, 0, $pos[ $limit ] ) ) . ‘…’;
the trimmed text includes the preceding character of first trimmed out word. So if the text being trimmed is “Hello <span>World</span>” when we limit to 1 word, we get “Hello <“.
This causes rendering issues in the remainder of the <td>
As a work around, is there a way to limit the number of letters (characters) instead of words?
]]>first and foremost: thank you for building this! It looks like a flexible and feature-rich plugin.
I ran into an issue while trying to configure the cards: word limit does not apply, regardless if I set it inside the plugin’s general settings or on a card by card basis, inside the page I’m using them in.
What should I look at for a quick fix?
Thank you.
]]>