Increase length of description

Home Forums WPLMS AddOns Custom Learning Paths Increase length of description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260953
    lightform
    Spectator
    Hello   I want to increase the length of the description so the used doesn't have to click on the Read More text to see the full text.   I tried the following code I took from another topic but it did not work. I am using the latest version of the plugin. Any help would be appreciated. /INCREASE TEXT LENGTH IN CUSTON LEARNING PATHS DESCRIPTIONS IN STEPS/ add_filter('wplms_clp_step_description_word_need',function($word_count){   $word_count=80;//specific here word count ex: 5   return $word_count;   },10,1);     Kind Regards Stratos
    #261547
    Scott Lang
    Moderator
    This should work I have checked the code. Please share you admin credential in private reply. Also make sure where you have added this code should be active(like customizer plugin-activated)
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Increase length of description’ is closed to new replies.