Skip to main content
Solved

Learning Path run date?

  • February 23, 2023
  • 9 replies
  • 100 views

Forum|alt.badge.img

Hello friends!

After this week’s Office Hours, I was inspired to create some learning paths! I have something showing up that is confusing and not needed - can anyone help me figure out what this is? & if I can remove it? I looked through Translations and couldn’t find this particular line.

 

Best answer by juliefiretech

@LisaRollins  thanks for your input - I finally did reach out to support and was given the code to remove it. 

There isn't a setting to turn this off, however, this can be targeted with CSS. Custom Code is a customer led effort on your learning platform which should be implemented by your team's internal web designer or front end developer. Our Support Team does not have the expertise of a front end developer on staff. The code required is:
.enroll--learning-path
.course__detail__runs
{display:none;}
 
This code can be placed under Design > Theme > Custom Code.

9 replies

Forum|alt.badge.img
  • Inspiring
  • February 23, 2023

Did you happen to add any access dates? That doesn’t show up on ours, but we don’t use any access dates for our content.  


Forum|alt.badge.img

@LisaRollins - it won’t allow me to remove the access start date - I already tried that. We do have ecommerce advanced “limit access days” set, but that’s 90 days and isn’t a set date-


Forum|alt.badge.img
  • Inspiring
  • February 24, 2023

I am not sure then...we don’t have ecommerce on our site, so I can’t be of much help there. I would reach out to support or your CSM as a next step. Sometimes it is hard to find the one spot that is the switch for something. 


Forum|alt.badge.img
  • Author
  • Answer
  • February 27, 2023

@LisaRollins  thanks for your input - I finally did reach out to support and was given the code to remove it. 

There isn't a setting to turn this off, however, this can be targeted with CSS. Custom Code is a customer led effort on your learning platform which should be implemented by your team's internal web designer or front end developer. Our Support Team does not have the expertise of a front end developer on staff. The code required is:
.enroll--learning-path
.course__detail__runs
{display:none;}
 
This code can be placed under Design > Theme > Custom Code.


Forum|alt.badge.img
  • Inspiring
  • February 27, 2023

Glad you got it fixed.

I have asked that TI create a CSS Code Library of common codes like these that we can find and use as needed. 


gguillen
  • Inspiring
  • April 12, 2023

Glad you got it fixed.

I have asked that TI create a CSS Code Library of common codes like these that we can find and use as needed. 

FANTASTIC IDEA!!  I hope they oblige!!


charles.zimmerman
Forum|alt.badge.img+3

Is that date not rolling?  Meaning it will say runs until Jan 6 2024 but only if that is 90 days away from today, provided I said I wanted the content to run for 90 days.


ajmacadangdang

@juliefiretech thank you so much for sharing the CSS codes with the rest of the community!


charles.zimmerman
Forum|alt.badge.img+3

May I suggest this edit to your CSS @juliefiretech ? 

}
.enroll--learning-path .course__detail__runs {
display: none;
}