2.5.1 – New Course Status Template: Very small issues

Home Forums Legacy Support Support queries Update Issues 2.5.1 – New Course Status Template: Very small issues

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #89705
    chriseana
    Participant
    Hey folks, you are doing a great job! I'm proud to be a vibe client.   I updated my WPLMS platform to 2.5.1 version. Still there are some issues on "Course Status Templates" option, specifically on "Full Screen Mode".   Look, when you first enter in a unit the option "next unit" (at the footer) doesn't appear, but if I click on other unit, using the "Course Navigation widget" the option is shown. If I turn back to the first class again, the button works fine. The other small issue is that the message "click here to enter to the forum unit" is cutted in half, because is to near to the bottom page. If you put one more space there will be fine.   I completely fall in love with this new template. Awsome work. Keep rocking guys.
    #89716
    Rahul Jain
    Spectator
    There is one more problem in couse quizzes as start quiz button is missing on enabling full screen in courses.
    #89727
    chriseana
    Participant
    There are 2 small issues. Please, see here: http://prntscr.com/dusz9z This problem only happens when you are using Chrome Browser, not tested with others, in full screen mode ( F11). and here: http://prntscr.com/dut1dl Look that the red letter phrase is not centralized at the "grey bar" correctly  
    #89771
    1. "when you first enter in a unit the option "next unit" (at the footer) doesn't appear, but if I click on other unit, using the "Course Navigation widget" the option is shown. " : This issue has been fixed in the WPLMS 2.5.1 theme update, make sure your theme is updated. 2.  This issue has been fixed in the WPLMS 2.5.1 theme update, make sure your theme is updated. 3. QUICK FIX FOR STYLING ISSUES FULL SCREEN COURSE STATUS PAGE. Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. @media (max-width: 480px){ #hideshow_course_pursue_panel { left: auto !important; right: 20px !important; }} .course_pursue_panel {height:100vh !important;}
    #89789
    chriseana
    Participant
    Solved. There is only this issue left:

    http://prntscr.com/dut1dl

    Look that the red letter phrase is not centralized at the "grey bar" correctly

    Thank you guys,  you rock!

    #89829
    Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. .page-template-start .course_content_panel {padding-bottom: 100px !important;}   If you like our theme and support then kindly rate us at themeforest :)  Follow this Link : https://wplms.io/support/knowledge-base/how-to-rate-us-at-themeforest/
    #89855
    chriseana
    Participant
    Almost perfect. Please, take a look here: http://prntscr.com/dv4omd The space between the end of the page and the bottom is VERY good, but the phrase inside the grey bar must be vertically centralized ;) Best regards
    #89967
    Anshuman Sahu
    Keymaster
    Please try adding the given css in your wp-admin -> appearance -> customize -> custom css : .unitforum {     margin: initial !important;   }
    #89989
    chriseana
    Participant
    Perfect! Perfect! Perfect! Best support ever! Best regards
    #89996
    Thank you :) If you like our theme and support then kindly rate us at themeforest :) Follow this Link : https://wplms.io/support/knowledge-base/how-to-rate-us-at-themeforest/
    #102681
    gersapphire
    Participant
    Hi Guys, fully agree - great work on the full screen option. One thing though -  I've noticed that users    think "X"   will close the Lesson and not the Menu. Can you let me know where to change the . "X" to a "<" as I'm pretty sure this will fix the issue completely. Thanks again!
    #102767
    H.K. Latiyan
    Participant
    @gersapphire: Try adding the bellow css in your appearance->customize->custom css: #hideshow_course_pursue_panel span {display:none;} #hideshow_course_pursue_panel:before { content: '\f060'; font-family:'fontawesome'; margin-left: 10px; font-size: 30px; } .course_pursue_panel_hide #hideshow_course_pursue_panel span {display:block;} .course_pursue_panel_hide #hideshow_course_pursue_panel:before {display:none;}   PS: This is a customization and the customization is not the part of theme support, please consider hiring a freelancer for such customizations. These customization doesn't need any theme specific knowledge. 
    #102785
    chriseana
    Participant
    Perfect Guys. Just one more thing. I know that is a customization, but when I apply this CSS the menu symbol is not shown correctly. How can I fix this, please? See: http://prntscr.com/enk7hs
    #102855
    Anshuman Sahu
    Keymaster
    Please remove the css previously given and add the given css in your wp-admin-> appearance-> customizer -> custom css : #hideshow_course_pursue_panel span {display:none;} #hideshow_course_pursue_panel:before {     content: '\f060';     font-family:'fontawesome';     margin-left: 10px;        font-size: 30px; } .course_pursue_panel_hide #hideshow_course_pursue_panel span{     display:none;   } .course_pursue_panel_hide #hideshow_course_pursue_panel:after{    content: "\f0c9"; font-family:'fontawesome'; background:none; font-size:30px; margin:0px; top:0; } .course_pursue_panel_hide #hideshow_course_pursue_panel:before {display:none;}    
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘2.5.1 – New Course Status Template: Very small issues’ is closed to new replies.