Hello @ptg1947,
I think I answered you to the same question here : https://ww.wp.xz.cn/support/topic/caption-issue-3/
Or maybe I missed something ?
Cheers,
Thomas
Sorry. You have replied! Have also asked why captions are truncated.
Per
Hello Per,
Sorry for the late reply. Do you have any screenshot of what’s happening?
Answer to “ptg1947”
I think it’s not the best solution because when if you update the plugin you have todo it another time.
But to get all the caption (not trunkated)
there is a file on js folder inside the plugin folder with this
if(caption != caption.substr(0,50)) {
var truncated_caption = caption.substr(0, 50) + “…”;
$(this).html(truncated_caption);
if you replace 50 for other big number for example 500 the caption whow more letters until 500
-
This reply was modified 8 years, 3 months ago by
Susa38.