Course page > Categories are collapsed by default, how to expand instead?

Home Forums Legacy Support Support queries Other issues Course page > Categories are collapsed by default, how to expand instead?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #334459
    shazly
    Participant
    Here is the link https://lms.noshor.com/resources/ Also attaching a screenshot: Screen-Shot-2021-01-17-at-12-13-15-AM Thanks.
    #334721
    Ada
    Participant
    Hi add this code in wplms>> footer>> ggogle analytics code
    
    <script>
    jQuery(document).ready(function(){
    	jQuery('.directory .taxonomy_filter .checkbox .vicon-plus').click();
    });
    </script>
    
    #335529
    shazly
    Participant
    Still collapsed, not expanded
    #335818
    Ada
    Participant
    checking
    #337458
    shazly
    Participant
    following up!
    #337865
    Veronica
    Moderator
    This reply has been marked as private.
    #339815
    shazly
    Participant
    I just doubled checked, it's working fine, could you please try again?
    #339926
    Veronica
    Moderator
    hi just checked on your provided page and it is working http://somup.com/crnIj6Dods please check and confirm http://prntscr.com/zbazu3
    #340074
    shazly
    Participant
    Apologies if I wasn't clear, what I am referring to is that I tested your code, but the it doesn't expand the categories on the left be default, what I am asking for, is a way to have these collapsed categories/filters, expanded on page load as opposed to collapsed, please let me know if that's clear now, thank you for your support.
    #340275
    Ada
    Participant
    Hi I have updated this code in footer>> google analytics code
    
    <script >
    jQuery(document).ready(function($){
        setTimeout(function() {
      $('#wplms_courses_directory .wplms_courses_filter .checkbox span').trigger('click');
    },3000);});
    </script>
    
    Please check now. https://drive.google.com/file/d/1j3aiwUMxZ23HvXghe_HkLGucdczBaz9b/view
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Course page > Categories are collapsed by default, how to expand instead?’ is closed to new replies.