action title

Home Forums Legacy Support 4.0 Bugs & Issues action title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #300336
    amajzoub
    Participant
    Hello, The action icons that appear in the course curriculum in the image " https://drive.google.com/file/d/1yxNXXPosJHUm1Q4craZmIe7yaXZP9-BE/view?usp=sharing " How or from where we add the title for each icon as "minimize screen"
    #300678
    Diana
    Participant
    can you please share a full-screen image so we can identify which icon is this?
    #301207
    amajzoub
    Participant
    https://drive.google.com/file/d/1xCRnYIUcdR0XlMFwdI8KdkW18tBIH7R4/view?usp=sharing
    #301304
    Diana
    Participant
    This Jquery code will work for you
    
    <script>
    jQuery(document).ready(function($){
     
        $('.course_action_points .vicon.vicon-comments').attr({"title" : "add comments"});
        $('. course_action_points.vicon.vicon-arrow-left').attr({"title" : "back to course"});
        $('.course_action_points .vicon.vicon-search').attr({"title" : "search"});
        $('.course_action_points .vicon.vicon-notepad').attr({"title" : "notes"});
        
     
    });
    </script>
    
    Add the code in the same way in wp-admin > WPLMS > Footer > Google Analytics Code
    #301590
    amajzoub
    Participant
    This reply has been marked as private.
    #301949
    Diana
    Participant
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘action title’ is closed to new replies.