CLP Steps: Increase Length of Description to avoid "Read More"

Home Forums WPLMS AddOns Custom Learning Paths CLP Steps: Increase Length of Description to avoid "Read More"

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #204890
    ultratrak
    Spectator
    How do I increase the number of characters in the description field in Learning Path Steps. I do not want the "Read More" http://prntscr.com/ncwlb7
    #205029
    Scott Lang
    Moderator
    Hi, you can increase word count to show. If you want to increase , use this code to your customizer. add_filter('wplms_clp_step_description_word_need',function($word_count){     $word_count=5;//specific here word count ex: 5     return $word_count; },10,1);  
    #205080
    ultratrak
    Spectator
    This code did not work.  Checked...the syntax is valid but had no effect on word count...at most only 37 words are viewable! No change...
    #205220
    Scott Lang
    Moderator
    This reply has been marked as private.
    #205677
    ultratrak
    Spectator
    This reply has been marked as private.
    #205802
    Scott Lang
    Moderator
    Hi, please update your plugin. then use the custom code which we have given . It will work.
    #205908
    ultratrak
    Spectator
    Dear Scott, With due respect and support integrity, you ought to be fairer with your support.  A lot of time is spent with this back and forth. You were given credentials to sort out the issue.  From your response, you require me to update the plugin.  It is evident that you logged into the site.  You did notice the plugin was UPDATED. http://prntscr.com/nftsc8  (From your Repository) http://prntscr.com/nftukn (Details indicate it is still Version 1.0 since 2017) http://prntscr.com/nftw32 (Site shows plugin uptodate) My question is: If you were given all credentials to access the site, why did you not update the plugin if it looked not updated...Your Plugin?? You would have been kind enough to state that the said plugin should be updated from the current version 1.0 to 1.x . I am still surprised what was the use of giving you access rights. May I request that you UPDATE the plugin and showcase that the code provided works. I will appreciate your kind and prompt resolution.  
    #206083
    Scott Lang
    Moderator
    sorry for inconvenience but to update the plugin you need to enter license key . Which will provide you update when we release new update. current clp version on your site is : 1.4 and latest version : 1.4.1 You can update your plugin using license key or downloading latest plugin(from where you have buy clp). we have fixed and updated your plugin : http://prntscr.com/ng9nvs currently no. of word count is 100, you can customize from your customizer plugin which code we have given, refer this : http://prntscr.com/ng9p51
    #206137
    ultratrak
    Spectator
    Thank you.  This is resolved!
    #206153
    Scott Lang
    Moderator
    Thanks for your response. we are closing this topic.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘CLP Steps: Increase Length of Description to avoid "Read More"’ is closed to new replies.