• I am using plugin version 1.7.2. While display table data. All the data not showing and it is replaced with ……..(dot). Please guide how to resolve this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • add_filter(“vsz_display_character_count”,”vsz_display_character_count_callback”,10,1);
    function vsz_display_character_count_callback($count){
    // Your custom coding here

    return $count;
    }

    Hi,

    I have the same problem. Unfortunatly, I don’t really get where to place this code snippet and what to change, to increase the character count to 100.

    Could you give me a bit more detailed information on how to to that?

    Thank you in advance!

    Cheers,
    Valentin

    the code goes to functions.php of child theme,Google it.

    for 2nd question just

    return 100;

    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display limited character in table cell around 30 characters.How to resolve this’ is closed to new replies.