Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Course start date & end date shortcode Tagged: Course End Date, Course Start Date This topic has 22 replies, 2 voices, and was last updated 2 years, 9 months ago by GlobalFutures. Viewing 8 posts - 16 through 23 (of 23 total) ← 1 2 Author Posts February 7, 2022 at 2:28 am #379494 GlobalFuturesSpectator Hi. Please tell me how to adopt the custom code. February 7, 2022 at 10:05 am #379503 VeronicaModerator providing in sometime February 7, 2022 at 10:16 am #379504 VeronicaModerator <script> jQuery(document).ready(function(){ jQuery('li.vibe_vibe_end_date label font font').text('course end changed'); }); </script> refer: http://prntscr.com/26q2pbb February 9, 2022 at 2:34 am #379643 GlobalFuturesSpectator Hello. I don't know where to add this code. Could you let me know? February 9, 2022 at 1:27 pm #379684 VeronicaModerator hi add the code in wp-admin>>WPLMS>>footer>>google analytic section February 11, 2022 at 1:46 am #379793 GlobalFuturesSpectator Hi. I tried adding the code but nothing changed. https://gec-edu.kr/wp-content/uploads/2022/02/1-1.png https://gec-edu.kr/wp-content/uploads/2022/02/2.png February 11, 2022 at 12:35 pm #379823 VeronicaModerator hi actually in your site language the classes were different that's why it is not reflecting: use this code: jQuery(document).ready(function(){ jQuery('ul.course_settings li.vibe_vibe_end_date .field_wrapper label').text('course end changed'); }); February 13, 2022 at 2:10 am #379898 GlobalFuturesSpectator Thank you for your help. You can close the topic. Author Posts Viewing 8 posts - 16 through 23 (of 23 total) ← 1 2 The topic ‘Course start date & end date shortcode’ is closed to new replies.