Course content duplicated, forum added to course menu, Tablet main menu

Home Forums Legacy Support Support queries How-to & Troubleshooting Course content duplicated, forum added to course menu, Tablet main menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #356628
    Hello WPLMS, See video with issues https://vimeo.com/546841071/f4ed729d2a 1. The course content is duplicated The duplicate starts from the menu 2. How to add course forum to menu, we would like the course forums to be publicly available 3. Also Main menu alignment is messed up on tablet size The thrid menu item goes into a new line, not sure why Even though there is sufficient space to hold it. Thanks
    #356804
    Ada
    Participant
    Hi, Hi, 1- Have you added course excerpt in all courses? 2- I think you have already solved it as I can see forum tab on your course page. https://prntscr.com/12rhifw 3- For this please add this css in appearance>>customize>>custom css
    
    @media(min-width:550px){
        .single-course nav.menu-main-container {
        min-width:400px !important;
    }
    }
    
    #357644
    Hello Ada, 1. This seems to be solved 2. Course menu has disappeared altogether. We have course menu set to sticky in LMS -> Settings -> Fix Course Menu on Scroll[ Legacy ] - [True] https://university.kimroybailey.com/course/free-step-by-step-solar-energy-installation-training-course-level-1/ 3. This CSS resolved the issue on all other pages except Members Directory Eg. https://university.kimroybailey.com/members-directory/ Thanks. Regards, KB
    #357684
    Ada
    Participant
    Hi, 1- okay. 2- You are using blank course layout from appearance>>customize>>course layout https://prntscr.com/12xb6n4 so course menus are not displayed . And do not change the course layout as in the latest version plugin it' an issue tat v3 course layouts are not properly working. 3-Please replace the above code with this one. It'll work for all pages
    
    @media(min-width:650px){
         nav.menu-main-container {
        min-width:400px !important;
    }
    }
    
    #357853
    Hello, I changed the course layout from blank to the 5th Course Layout Option. This causes the duplication of the course content. See Video: https://vimeo.com/551771309/a39bb5b462 Not sure where the duplication is coming from We would like the menu Item GROUP and FORUM to be publicly available for both logged in and logged out users Regards, KB
    #358099
    Ada
    Participant
    Hi, Yes but why on some other courses content is not duplicated . Is there any differance among them during creation? Like in this- https://university.kimroybailey.com/course/fire-fighter-robotics-kit-for-beginners/ and course menu is fixed . see https://prntscr.com/1346glm You need to just add this css code in appearance>>customize>>customc css
    
    .single-course #item-nav {
        z-index:99999 !important;
    }
    
    Forums and groups will be visible to non-logged-in users if you create public groups and forums in course.
    #358340
    Hello Ada, Changing the landing page layout to blank solved the content duplication issue but now there is no course menu. We'd like to have the course menu and also for the floating menu could we have that at the top instead of at the bottom as the user scrolls down the landing page. Thanks Jevaughn TBU Support
    #358432
    Ada
    Participant
    Hi, As I said , You can edit your course layout using elementor from vibebp>>course layouts Course menus can not be added on v-4 course layout.
    #358493
    Hell Ada, Thanks for making that clear. Is the course menu something that will be added anytime soon for v4 course layout. Regards, Jevaughn TBU Support
    #358597
    Ada
    Participant
    Hi, No, the team is not working on this.
    #358606
    Hello Ada, Can the V3 menu items be added as Elements in the Course Information tab for Elementor. Only for the Members, Activity, Group and Forum. See image for details: https://monosnap.com/file/KXpxp9ophRBtiZfg9fG37YpmZcmlrz This would be a great alternative since the team is not working on a menu for version 4. Thanks Jevaughn TBU Support
    #358803
    Ada
    Participant
    Hi, It's not possible to add these menu there because in version-4 groups and forums are viewed here inside pwa https://prntscr.com/13cd2x5 And members and admin section are managed from manage course section. You can keep using v3 course layout and hide forum menu from the single course page as it'll not work.
    #359062
    Hello Ada, Thanks for clearing this up. You may close this topic. Regards, Jevaughn TBU Support
    #359067
    Ada
    Participant
    Thank-you for confirming. Closing
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Course content duplicated, forum added to course menu, Tablet main menu’ is closed to new replies.