Error Updating WPLMS

Home Forums Legacy Support Support queries Update Issues Error Updating WPLMS

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #196378
    Anshuman Sahu
    Keymaster
    1 . please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : .single-course #item-meta{ grid-template-columns: 80px 120px repeat(auto-fill,minmax(200px,300px)) } .single-course.c6 #item-admins, .single-course.c7 #item-admins{ grid-template-columns: repeat(auto-fill,minmax(50%,1fr)); } .elegant.single-course #item-nav div.item-list-tabs#object-nav li.active a{ color:#fff !important; }     2 . There is nothing touched with the woocommerce emails .You were receiveing the outdated page template error in woocommerce .So i asked you to rename the woocommerce folder in your child theme .Please rename it back to "woocommerce" and check if emails arrive now ? this issue is coming due to your child theme itself .Please ask the developer who created your child theme and customized the woocommerce templates using child theme .  
    1. fixed it.
    #196486
    Gustavo
    Participant
    This reply has been marked as private.
    #196876
    Anshuman Sahu
    Keymaster
    1 .  please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :   .single-course #item-meta { grid-template-columns: 80px 150px repeat(auto-fill,minmax(120px,300px)) !important; } @media(max-width:768px){ .single-course #item-meta { grid-template-columns: 80px 150px !important; } .single-course #item-meta .students{ grid-column:1/-1; } .single-course.c6 #item-admins, .single-course.c7 #item-admins { grid-template-columns: repeat(auto-fill,minmax(100%,1fr)); } }   2 . not a theme issue at all , please contact your developer who created your child theme for this . please make sure that wplms theme and woocommerce plugin is updated to latest version .(but that also depends how did your developer customized the woocommerce templates using child themes .) 3 . This is done automatically now in wplms .So i removed the script from wp-admin -> wplms -> footer -> google anaylitics script that was doing it before on the site and that fixed it  
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Error Updating WPLMS’ is closed to new replies.