take this course button

Home Forums Legacy Support Support queries Setup issues take this course button

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #376076
    krishipathsala
    Spectator
    Is there any option to make the " Take this course" button change the colour after it is clicked? Because in the app after clicking the button the user might get confused whether the button is working or not as there is no visual confirmation
    #376077
    krishipathsala
    Spectator
    This reply has been marked as private.
    #376116
    Veronica
    Moderator
    hi this is somehow possible with javascript so please share the exact URL on which we can test this and check this accordingly
    #376225
    krishipathsala
    Spectator
    This reply has been marked as private.
    #376249
    Veronica
    Moderator
    thanks for details checking on your site
    #376250
    Veronica
    Moderator
    hi use this code add the code in the google analytic section
    <script>
    jQuery("a.course_button.button.full").on('click', function(){
    
    jQuery(this).css('background-color', 'grey');
    });
    </script>
    
    refer: http://prntscr.com/232kv63
    #376941
    krishipathsala
    Spectator
    Can you give me a screenshot where to add the code?
    #376943
    Veronica
    Moderator
    hi yes in WPLMS>>Footer http://prntscr.com/25d29wk http://prntscr.com/25d2asj
    #377121
    krishipathsala
    Spectator
    This reply has been marked as private.
    #377153
    Veronica
    Moderator
    This reply has been marked as private.
    #377199
    krishipathsala
    Spectator
    Can you say what should I use ? you have just uploaded the video
    #377200
    krishipathsala
    Spectator
    got it
    #377222
    Veronica
    Moderator
    thanks for your confirmation
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘take this course button’ is closed to new replies.