Migration – Issue With Take This Course Widget Not Working

Home Forums Legacy Support Support queries Update Issues Migration – Issue With Take This Course Widget Not Working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #354185
    Gustavo
    Participant
    Hello Ripul and team, Our take this course widget is not working on smartphones and is not sticky! 1. Can you fix the Smartphone take this course widget and make it sticky? 2. How can we use other layout here? 3. Can you send other Elementor Course layouts for us? 4. Can you fix the current layout? 5. We need to change the “Unlimited Duration” To “Unlimited Access”. How can we do that? 6. Course prices are too small. How can we have as in our current 3.9 live WPLMS website? Links are the same as for the Staging Copy below, you just need to remove the "staging2" from the URL. Speak soon and good vibes!
    #354186
    Gustavo
    Participant
    This reply has been marked as private.
    #354562
    Anshuman Sahu
    Keymaster
    1 . Please try adding this script in your wp-admin -> wplms -> footer -> google anaylitics script :
    <script>
    
    jQuery(window).load(function() { console.log('asdsadasdsa')});
    
    </script>
    2 . You can create more layouts from wp-admin -> vibebp -> course layouts , the layout on top will be used by default for all courses . 3 . You can import only course layouts from wp-admin -> setup wizard -> choose style step , then skip all steps until you reach the default content step , after reaching this uncheck all other contents except "course layouts" and then hit import . It will import the layout from the chosen style . 4 . add this custom css in your wp-admin -> appearance -> customize -> custom css :
    @media(max-width:500px){
        .single-course .elementor-column-wrap.elementor-element-populated {
            position: relative !important;
            transform: translate(0,0) !important;
        }
        .elementor-section-wrap section.elementor-section .elementor-row:first-child {flex-direction:column-reverse;}
    
    }
    5 . translate this text in wplms plugin usinf this tip : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/ 6 . add this custom css in your wp-admin -> appearance -> customize -> custom css :
    .course_pricing {
        font-size: 2.2rem;
        text-align: center;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Migration – Issue With Take This Course Widget Not Working’ is closed to new replies.