Course start date & end date shortcode

Home Forums Legacy Support Support queries How-to & Troubleshooting Course start date & end date shortcode

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #379494
    GlobalFutures
    Spectator
    Hi. Please tell me how to adopt the custom code.
    #379503
    Veronica
    Moderator
    providing in sometime
    #379504
    Veronica
    Moderator
    
    <script>
    jQuery(document).ready(function(){
    jQuery('li.vibe_vibe_end_date label font font').text('course end changed');
    });
    </script>
    refer: http://prntscr.com/26q2pbb
    #379643
    GlobalFutures
    Spectator
    Hello. I don't know where to add this code. Could you let me know?
    #379684
    Veronica
    Moderator
    hi add the code in wp-admin>>WPLMS>>footer>>google analytic section
    #379793
    GlobalFutures
    Spectator
    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
    #379823
    Veronica
    Moderator
    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');
    });
    #379898
    GlobalFutures
    Spectator
    Thank you for your help. You can close the topic.
Viewing 8 posts - 16 through 23 (of 23 total)
  • The topic ‘Course start date & end date shortcode’ is closed to new replies.