Course template

Home Forums Legacy Support Support queries Other issues Course template

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #335853
    Hi, I am not able to modyfy my courses page with elementor, I have to click on learningcenter post and the page opens on a new course http://prnt.sc/xgpgky http://prnt.sc/xgpib2 I want to create my course template inserting on the right related courses instead of More course by instructor http://prnt.sc/xgpmvy Now related courses automatically appearead at the bottom of the page but I am not able to produce the same result (I inserted id courses, but nothing) http://prnt.sc/xgpl7s Thank you
    #336007
    Veronica
    Moderator
    hi please let us know are you able to perform any changes on the same template? or none of the changes are applied?
    #336030
    Hi, if I want to modify a course page and I click on elementor, another course page opens, so I can change, but another course.
    #336235
    Ada
    Participant
    When you click on edit with elementor from any course page it opens the course layout available in vibe section. So what ever changes you will do for the layout it will be applied to each course pages. So if you want to set different layout for different course page then you need to create another layout and apply it on particuluar course category. Widgets are managed from appearance>> widgets . So you can add related course widget in course sidebar.
    #336412
    Ok, now it's clear to me. Only one thing remains to understand: if in my course template (not in all courses page) I want to insert on the right where now there is "More courses by instructor", "Related courses" (now appearing on the bottom of the page) what I have to set in Elementor? I tried inserting, ID, slag etc, but failed. Thak you!
    #336700
    Ada
    Participant
    No you can not show this in sidebar. You can add taxonomy-term slugs in vibegrid but this would show particular category courses. https://prntscr.com/xpu79n
    #337364
    Hi, ok, how to change customization of course card appearing in related courses? Is not the one I set in Vibebp and I would like to set it as "Generic" Thanks
    #337406
    Ada
    Participant
    Hi, It comes from wplms >> course manager >> show related course on course page https://prntscr.com/xyjh4y You can customize or disable it from there only
    #337445
    Hi, I want to show only course name and cathegory, in old theme version you gave me a code for it. Is it possible to have a new one? Thanks
    #337593
    Ada
    Participant
    You can use this css code to hide rest element.
    
    .single-course .block.courseitem.course3 .block_content .course_meta {
        display:none !important;
    }
    .single-course .block.courseitem.course3 .block_content .course_price{
        display:none !important;
    }
    
    If you also want to hide course instructor
    
    .single-course .block.courseitem.course3 .block_content .course_instructor {
        display:none !important;
    }
    
    #337610
    Hi, thank you, it works. Is it possible to align cards with the same height where there is course name under the images?
    #337786
    Ada
    Participant
    Yes sure . Please share any course page URL on which related course are displayed. because I am not able to find related courses on course page , this time when I checked. I'll share code to fix height .
    #337835
    This reply has been marked as private.
    #338023
    Ada
    Participant
    Hi, Please create a backup of your site.Then rerun setup wizard. Skip all steps except importing contents and layouts and untick all the content except course layout in this step https://prntscr.com/y8mt7m . Then goto vibebp>>course layout and check learning center layout
    #338077
    Ada
    Participant
    Or Goto tools>>import and import this file on your site https://drive.google.com/file/d/1_6Ib946EO1s_tYn4tAS8vb4KdZYmws0D/view?usp=sharing
Viewing 15 posts - 1 through 15 (of 24 total)
  • The topic ‘Course template’ is closed to new replies.