Thanks.
]]>How do I limit the characters that can be used to the first name & last name fields?
We need to specify no more than 15 characters each.
]]>How can i limit the characters typed in location and title field, my users are abusing the freedom to have unlimited characters
]]>My latest post has a preview that is too long. I would rather have only the first sentence and let users click on, continue reading, because it looks really silly right now.
Maybe if they could see the picture of the beach, the title and first sentence, 我們的故事在海邊貝殼裡被聽見
在台灣的某方,那個我多希望我可以書寫出它中文名稱的地方…… 一道陽光射入我們搭建在海邊的帳篷。
followed by, Continue Reading, it would be perfect! How can I do this?
Right now it shows you like 2/3 of the entire post, lol!
]]>I have one feature request for a future release: would it be possible to limit the number of characters a voter may use to give his own option on a poll? That would prevent input that is too long. Especially for a widget, one would like short options.
]]>I’m really impressed by this plugin, looks very good, but before deciding to upgrading to the proversion, I would like to know if the following is (or will be) possible.
The point is as follows: in my theme, I need to choose an image both in the content section and as a featured image. I would like to avoid that my contributors forget one or the other. Is there an option to have the image that a contributor adds with the image button, is used both in the content area (in my case: placed on the left, width 300 px, next to the text) and as a featured image?
What I would really like most in the form options is
1. a field for the first paragraph of the content (that is like a sort of excerpt) that is limited to a certain amount of characters, and that includes the (featured) image, and
2. another field with the rest of the content (the second paragraph and so on)
I saw that in the pro version, Custom Fields can be made, but I’m not a developer, and have no idea if this option makes it possible to realise what I want.
Also a(nother) feature request: will there be an option to limit the title to a certain amount of characters, so that they won’t take 2 or even 3 lines?
https://www.ads-software.com/plugins/accesspress-anonymous-post/
]]>I would like to this by completely removing the title and permalink options from pages and posts and replace them with my own custom ones (and do this through the themes function.php).
]]>Make a child theme, and duplicate front-page.php
Go to line 339 and add a max length attribute to the text area.
<textarea maxlength="500"
etc.
The 500 means 500 characters, change it to what you like.
Great plugin, I just have one feature request.
Is there a way that you can add the ability to limit how long the caption can be or if you could hard code it for the next release. Right now I add
$output .= substr($caption,0,355);
on shortcode.php on line 317 and it limits the characters to 355. The only issue with this is that I need to update it when you update the plugin.
If you don’t limit the user can fill up the entire image with text.
Thanks,
Aaron
https://www.ads-software.com/plugins/soliloquy-lite/
]]>