Home › Forums › Legacy Support › Support queries › Update Issues › 2.5.1 – New Course Status Template: Very small issues
Tagged: collapse menu icon, full screen, full screen icon, update
- This topic has 13 replies, 6 voices, and was last updated 7 years, 8 months ago by Anshuman Sahu.
Viewing 14 posts - 1 through 14 (of 14 total)
-
AuthorPosts
-
January 12, 2017 at 3:09 pm #89705chriseanaParticipantHey 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.January 12, 2017 at 4:20 pm #89716Rahul JainSpectatorThere is one more problem in couse quizzes as start quiz button is missing on enabling full screen in courses.January 12, 2017 at 6:16 pm #89727chriseanaParticipantThere 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" correctlyJanuary 13, 2017 at 6:52 am #89771Skywalker [ ex VibeThemes]Participant1. "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;}January 13, 2017 at 9:31 am #89789chriseanaParticipantSolved. 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!
January 13, 2017 at 12:41 pm #89829Skywalker [ ex VibeThemes]ParticipantGo 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/January 13, 2017 at 1:23 pm #89855chriseanaParticipantAlmost 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 regardsJanuary 14, 2017 at 11:09 am #89967Anshuman SahuKeymasterPlease try adding the given css in your wp-admin -> appearance -> customize -> custom css : .unitforum { margin: initial !important; }January 14, 2017 at 12:04 pm #89989chriseanaParticipantPerfect! Perfect! Perfect! Best support ever! Best regardsJanuary 14, 2017 at 12:28 pm #89996Skywalker [ ex VibeThemes]ParticipantThank 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/March 23, 2017 at 7:23 am #102681gersapphireParticipantHi 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!March 23, 2017 at 2:41 pm #102767H.K. LatiyanParticipant@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.March 23, 2017 at 3:54 pm #102785chriseanaParticipantPerfect 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/enk7hsMarch 24, 2017 at 5:55 am #102855Anshuman SahuKeymasterPlease 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;} -
AuthorPosts
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.