News

The LearningCart Sidebar

By LearningCart | Tags: features

The LearningCart Sidebar is our newest feature release coming to your LearningCart Platform in 2024. Developed to integrate seamlessly into your existing LearningCart platform, Sidebar allows you to create discussion boards for specific courses, unique sessions / events, ad-hoc, and even designated groups.

Read more
Powered by LearningCart.
Privacy Policy | Terms
WebFontConfig = { google: { families: ['Open+Sans'] } }; (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); $(document).ready(function() { $('[copy-size]').each(function() { var copyEl = $($(this).attr('copy-size')); var targetEl = $(this); targetEl.height(copyEl.height() + 'px'); }); $(window).on('resize', function() { $('[copy-size]').each(function() { var copyEl = $($(this).attr('copy-size')); var targetEl = $(this); targetEl.height(copyEl.height() + 'px'); }); }); var pageheader = $(".page-header"); if (window.location.href.toLowerCase().indexOf("content/default.aspx") > -1) { pageheader.css("display", "none"); } else { var headerText = $(".page-header"); var firstH1 = $("#main_content").find("h1"); if (firstH1.length > 0 && headerText.length > 0) { headerText.html(firstH1[0].innerHTML); firstH1[0].style.display = "none"; var firstSubHeading = $(".sub-heading"); if(firstSubHeading.length > 0) { var headerSubHeadingText = $(".slideshowsubtext-container"); headerSubHeadingText.html(firstSubHeading[0].innerHTML); firstSubHeading[0].style.display="none"; } } } });