Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Quit "Read more" in course description
Tagged: Course, description
- This topic has 23 replies, 12 voices, and was last updated 8 years, 8 months ago by H.K. Latiyan.
-
AuthorPosts
-
February 12, 2016 at 10:58 am #27869taskforsomeSpectatorHi, After the 2.0.6 upgrade I've noticed that in the course full description there is a "Read more" tag. I want to show the full description in all courses. How it can be done? ThanksFebruary 12, 2016 at 5:56 pm #28028aces654SpectatorI have the same problem too. Where is the area I can go to disable the read more/less area of course descriptions?February 13, 2016 at 10:44 am #28275MrVibeKeymasterThere is an assumption in the theme that after 1200 characters a read more button would appear. The code detects for read more quick tag and if found adds a read more button. If not found it automatically appends after 1200 characters. We'll add a setting in options panel in the next update for this. Meanwhile, there are two ways to resolve this : a. Edit your course and Add a readmore quick tag at the end of the course description. OR b. you can use this code snippet to increase it to unlimited length. add_filter('wplms_course_excerpt_limit','my_custom_wplms_course_excerpt_limit'); function my_custom_wplms_course_excerpt_limit($limit){$limit = 99999;return $limit;}February 13, 2016 at 9:57 pm #28387frsorinSpectatorDear Mr. Vibe, I have tried the code snipped and it works but also is generating some errors. My course page is closed by a form, inviting people to send a message. All was fine until I inserted the code into customizer_php. Then, either the form stopped sending emails to me or the page got misaligned by moving the right sidebar on the center bellow course description and bellow message form. I prefer the snipped solution because inserting Read More at the end is not very professional and readers could thing there is more to read while there is noting else. What do you recommend? Regards,February 15, 2016 at 2:09 pm #28760Anshuman SahuKeymasterThere is no relation of the code given above with the form that you have added . Needed admin credentials and site url to check this at your setup . PS : make sure plugins and theme is updated to latest .Mark reply as private while sharing info .February 17, 2016 at 7:24 am #29327ulysseswSpectatorMay i know is it the plugin update or theme update for this option settings to on/off the read more tag? Thanks.February 18, 2016 at 11:29 am #29886zablockis92SpectatorHello, i need to remove " read more", but if i paste you code in functions.php it make more bugs. See in picture.February 18, 2016 at 11:36 am #29888zablockis92SpectatorCan you fix it? http://nlp.lv/wp-admin User : nlplv_testadmin Pas : ukcd5LhxsKrxKKFebruary 18, 2016 at 3:19 pm #30002zablockis92SpectatorCan You paste correct code? I'm thinking i will use it time.February 19, 2016 at 1:10 pm #30248zablockis92Spectator?February 20, 2016 at 1:12 pm #30546Anshuman SahuKeymasterAdded the code and now not there is no any read more in course description . Please check after deleting the cache .February 21, 2016 at 2:05 am #30645rollingkoreaSpectatorWhere should I add those code? I want to edit with FTP. Let me know thankxFebruary 21, 2016 at 10:17 pm #30744sirindesignsSpectatorHi, Having the same problem like Zablokis92. http://kwik.rlt.com.sg/courses/biology-scholar-plus/. The code was added to wplms-customiser.php like advised. Will participate on this thread to know how this can be solved. Thx.February 22, 2016 at 2:27 pm #31020zablockis92Spectatoryour code make buggs http://nlp.lv/course/koucings-jeb-jautajumu-burviva-attistibas-trenins-21-marta-un-4-aprili-2-vakari-latviesu-valoda/February 23, 2016 at 1:56 pm #31320Anshuman SahuKeymasterThis is a known issue . Quick fix : Add the read more tag at the end of your content to resolve this temporarily . We will remove the "automatic" read more feature from single course page in the next update of wplms .
-
AuthorPosts
- The topic ‘Quit "Read more" in course description’ is closed to new replies.