Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @ptg1947,

    I think I answered you to the same question here : https://www.ads-software.com/support/topic/caption-issue-3/

    Or maybe I missed something ?

    Cheers,
    Thomas

    Thread Starter ptg1947

    (@ptg1947)

    Sorry. You have replied! Have also asked why captions are truncated.

    Per

    Plugin Author Jordy Meow

    (@tigroumeow)

    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 7 years, 1 month ago by Susa38.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Captions’ is closed to new replies.