update to 2.3.1 issues child theme

Home Forums Legacy Support Support queries Update Issues update to 2.3.1 issues child theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #75024
    a4da
    Spectator
    After updating to 2.3.1 I have had a couple issues.
    1. all plugins are updated and my homepage is displaying a large white/blank area before the footer after the update. I tried to compare settings to the homepage before the update and they are the same. can you please look and see if you can see the problem. After testimonials before footer.
    https://academy4da.com/
    1. remain in course after checking quiz results forum question from 2 weeks ago stated that this issue would be resolved in upcoming update 2.3.1 but there is no x to close the "check results" page when in-course quiz is enabled and the "back to course" button takes the student back to the course page. This is marked as resolved but still remains an issue after update
    https://wplms.io/support/forums/topic/remain-in-course-after-checking-quiz-results/
    1. Submit Quiz and Save Quiz Progress - after update the Submit Quiz and Save Quiz Progress buttons are together as 1 sentence. how can these be separated see screen shot
    http://prntscr.com/cvn6dj
    1. when i added code to "remove quiz question answers from all comments in backend" it wouldnt post students answers to quiz.  have others been able to use this code successfully and students can still submit there quiz answers to be auto evaluated when adding this code? I added students couldnt get quiz graded removed this code and quiz submission started working again
    function search_field_comments( $query ) { if(is_admin()) $query->query_vars['post_type'] = array('post','unit','course','wplms-assignment'); return $query; } add_action( 'pre_get_comments', 'search_field_comments' );
    1. I had a developer install child theme  but I notice when I update the parent theme it does not update the child theme version is it supposed to update child theme version?
    WPLMS- Theme information Theme URL: http://www.academy4da.com Author:Yuri Paiva Version: 2.0.9 Custom made theme for academy4da. Powered by WPLMS Style.css for child theme is Theme Name: a4da Theme URI: http://www.academy4da.com Description: Custom made theme for academy4da. Powered by WPLMS Author: Yuri Paiva Author URI: http://www.yuripaiva.com Template: wplms Version: 2.0.9 Function.php sheet <?php if ( !defined( 'VIBE_URL' ) ) define('VIBE_URL',get_template_directory_uri()); if ( !defined( 'A4DA_URL' ) ) define('A4DA_URL',get_stylesheet_directory_uri()); // CHILD THEME STYLE add_action('wp_enqueue_scripts', 'a4da_custom_css'); function a4da_custom_css(){ wp_enqueue_style( 'a4da-css', get_stylesheet_directory_uri().'/style.css',array('wplms-style')); } add_action( 'wp_head', 'cdctps_remove_child_theme_style', 20 ); function cdctps_remove_child_theme_style() { wp_dequeue_style( 'wplms_child_theme_style' ); }
    #75027
    a4da
    Spectator
    This reply has been marked as private.
    #75101
    Anshuman Sahu
    Keymaster
    1. Checked your site and found that something is adding padding to the last section in your homepage . To resolve this please try adding the given css from wp-admin -> appearance -> customize -> custom css  : .home section.stripe.testimonial-home+section.nextstripe {     padding-bottom: 0 !important; } 2. Well yes we have missed the close option in the check results popup . track here : https://trello.com/c/kaukpvJU And back to course button was meant to lead to the course home page . It was not specified that it should take user back to the course status page . 3. Sorry this is not available as of now in incourse quiz . 4. Yep your observation is correct .Updated the tip a bit .Can you please check it again . Thanks for reporting this . 5.  No updating wplms default theme does not updates the version of your child theme .
    #75179
    a4da
    Spectator
    Thank you for your response. 1. Unfortunately the custom css didnt work the big white area is still there after adding custom css code. Any other ideas? It wasnt there before 2.3.1 update   .home section.stripe.testimonial-.home+section.nextstripe {   padding-bottom: 0 !important;   } 3. When students go to submit a quiz this is what they see "SUBMIT QUIZSAVE QUIZ PROGRESS" exactly like that ( see screen shot) this is very confusing to students .. what can be done to separate the 2 words. in the 2.3.1 updates it shows the Save quiz as a separate box. you state this is not available for "in course quiz" but I did not add these words it came with update. So what can i do to separate the 2 so students arent confused.I have to use in course quiz but dont want the SAVE QUIZ PROGRESS listed if it isnt working. <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">http://prntscr.com/cvn6dj</span> One last thing. I love your theme but I am in need of a course/lesson timer (tracker) to monitor the amount of time a student is in the course. ( Our State law requires students to spend 4 hours in a course) Someone suggested the drip feed , while that will lock the course for 4 hours 1. it does not show the student a timer letting them know how long they have been in course  and 2. it does not have an option to monitor if the course has been idle ( if student logged in and walked away for 4 hours) Learndash and sensei have a course timer with these options. would either of them be compatible with WPLMS or do you recommend a plug in that will track students time in the course with an actual timer displaying for the student to see? Thank you
    #75186
    a4da
    Spectator
    Vibethemes you stated that #3 is not available for in course quiz but I just saw this on forum? As stated in my original post/question. I use in course quiz and with the update it now appears as all 1 word confusing the students "SUBMIT QUIZSAVE QUIZ PROGRESS" http://prntscr.com/cvn6dj Save Quiz Answers feature, quiz submissions improvements By  In WPLMS version 2.3, we’ve added a New Feature “Save Quiz answers”. This feature allows users to save answers in the middle of a quiz. This is particularly helpful when the quizzes comprise of many questions or the duration of the quiz is very long. This feature is available for both in-course quizzes and standalone quizzes. We’re also using the same functionality for saving the quiz answers marked by the users, so instead of one big submission for the entire quiz, we’re now breaking it down to per question submission, which puts lesser load on servers. refer screenshots gallery: Save quiz in progress in stand alone quizSave quiz option in In-Course quiz
    #75306
    Anshuman Sahu
    Keymaster
    1. Well the css that I gave and which you pasted in your reply above are not same . you have put a (dot) . before the second appearance if home in the css . I added the same css and it worked fine .Please check and confirm . 3. i said making "save quiz progress" into another line is not available . Can you please try clearing the browser cache .This is how it is looking for me : http://prntscr.com/cw5bom 4. Well we usually show the remaining time in the course details widget when the user is logged in and has taken that course . refer : http://prntscr.com/cw5hbx
    #75399
    a4da
    Spectator
    Hi ALex, All is good now with 1 and 3 Thank you clearing cache worked #4 I still dont understand .. are you saying if I use the drip feed and put a 4 hour time in for the lesson it would show an actual timer in the course details widget to show the student how much time they have been in lesson/course or time remaining???  (in the area of widget that says "unlimited time)
    #75517
    Anshuman Sahu
    Keymaster
    Well the course detail widget shows the total time remaining in that course for the user . It does not shows any time related  to drip feed . The drip feed remaining time is shown on the course status page  itself . refer : in non-ajax : http://prntscr.com/cwk1c3 In ajax : http://prntscr.com/cwk7ad
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘update to 2.3.1 issues child theme’ is closed to new replies.