Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Hide "NO CURRICULUM FOUND !" message
Tagged: curriculum, hide
- This topic has 11 replies, 3 voices, and was last updated 7 years, 1 month ago by get_peace.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
October 7, 2017 at 2:59 pm #131412get_peaceSpectatorHi. I want to ask how can i hide "NO CURRICULUM FOUND !" message fir courses withouut curriculum. Also i want to hide number ov erolled students in Buddypress Course Widget?... i found a way to hide them in single course sidebar but they still visible on all other pages sidebar on Buddypress Course Widget?October 9, 2017 at 6:32 am #131472DianaParticipantHi, To Hide "NO CURRICULUM FOUND" Please Go to wp-admin -> LMS -> Settings -> Show curriculum below course description and disable this setting. See the below screenshot to hide visibility for a particular course or for all courses. https://prnt.sc/gv19u9 To Hide Number of Enrolled Students in Buddypress Course Widget. Add the below css in wp-admin -> Appearance -> customize -> custom css .block.courseitem .block_content .instructor_course+strong { display: none;}October 10, 2017 at 1:32 pm #131777get_peaceSpectatorThank you for your answer BUT: 1) That option in LMS -> Settings hide the curriculum from all courses... i want to hide it ONLY for courses without curriculum OR selected courses... May be the option that you show me in that screen shot is the option that i need but i DO NOT have such option in that menu LMS-> Settings->Course menu. I have only "Members" and "Course Training" options there. No "Curriculum "? 2) Also about the second my question... that code: .block.courseitem .block_content .instructor_course+strong { display: none;} Just do not work for that place. I was hide the fa icon with that code: .block.courseitem .block_content .fa-users {display:none !important;} but i do not know how to hide the number of user because they are not wrapped in css. See example page here: https://securityacademy.com/our-practical-courses/October 11, 2017 at 8:52 am #131942H.K. LatiyanParticipantHi, If you are not seeing the curriculum option in the course menu then it means that you are showing the curriculum below the course description. For this to work you have to show the curriculum normally as the course menu then you can edit the curriculum tab and select the courses in which you want to show. ------------------ Try adding the below css in your appearance->customize->custom css: .block.courseitem .block_content strong:last-child,.block.courseitem .block_content>.clear {display:none;}October 11, 2017 at 10:05 am #131961get_peaceSpectatorSo... I was deactivate "Show curriculum below course description" from LMS-> settings tab but still no curriculum option in "Course Menu" section. Now curriculum not show below course discription but also curriculum tab missing. I was activate the "Tab style course layout" from WPLMS->Course Manager and the curriculum tab appear but Empty... and still no curriculum option in "Course Menu" section? What else can be the reason for that missing section in "Course Menu"? About the provided .css for hiding the number of enrolled users... that not work also...October 11, 2017 at 1:17 pm #132007H.K. LatiyanParticipantHi, Can you please share the site url and the admin credentials with us to check this on your website. PS: Please mark your reply as private while sharing the credentials.October 11, 2017 at 1:23 pm #132012get_peaceSpectatorThis reply has been marked as private.October 12, 2017 at 6:11 am #132108H.K. LatiyanParticipantHi, I checked your website and disabled the show curriculum below course description setting and then it worked fine. I am able to see the curriculum tab in course page, refer: http://prntscr.com/gwd7nr Also in the lms-settings-> course menu , the curriculum is present refer: http://prntscr.com/gwd7w7October 12, 2017 at 9:08 am #132155get_peaceSpectatorOk, great.. i do not cnow why it was no showing after I deactivate it from "Show curriculum below course description" from LMS-> settings, but may vbe some caches? Nevermind.. now is ok. And last thing.. do you have any other suggestion how can i hide number of enrolled students in Buddypress Course Widget /not on single course page but in other pages widget. I hide it from single course./ See here for example. https://securityacademy.com/our-practical-courses/October 12, 2017 at 9:13 am #132157get_peaceSpectatorOk, great.. i do not cnow why it was no showing after I deactivate it from "Show curriculum below course description" from LMS-> settings, but may vbe some caches? Nevermind.. now is ok. And last thing.. do you have any other suggestion how can i hide number of enrolled students in Buddypress Course Widget /not on single course page but in other pages widget. I hide it from single course./ See here for example. https://securityacademy.com/our-practical-courses/October 12, 2017 at 12:08 pm #132199DianaParticipant@get_peace, Just checked your issue, to hide number of enrolled students refer : http://prntscr.com/gwh0v4 Please go to wp_admin -> Appearance -> customize -> custom css and paste the above given css as it will hide number of enrolled students. Make sure you'll clear your browser cache/ server cache.October 12, 2017 at 12:56 pm #132212get_peaceSpectatorOk, thank you... you can mark that theme as resolved :)
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Hide "NO CURRICULUM FOUND !" message’ is closed to new replies.