Okay
  Public Ticket #3112380
course layout in WPLMS 4.4
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hello,

    I've tried a lot but can't figure it out.

    Check this image and this url: https://staging-meestergijs.kinsta.cloud/item/bijwoorden/

    How can I change the quiz/unit icons and how can I move the top review part down the page and delete the one at the bottom?

    Thanks for your time and enjoy your weekend!

    Gijs

  • [deleted] replied

    1 . Review positioning has been fixed : https://prnt.sc/Dqje-5S3DU-h

    2 . This is pending provide some time .

  •  12
    MeesterGijs replied

    1. Great! Please (always) tell me what you did. So I can learn from it. Then I can at least check my tickets whenever this issue happens again. So I can fix it myself in the future..

    2. Sure.

  • [deleted] replied

    I added this code in your site : 


    add_action('init',function(){
      $BP_Course_Action = BP_Course_Action::init();
      add_action('wplms_single_course_content_end',array($BP_Course_Action,'check_course_reviews_home_after_course_description'));
      remove_action('wplms_after_course_description',array($this,'check_course_reviews_home_after_course_description'));
    });


  •  12
    MeesterGijs replied

    Alex, please always tell me where you put the code. So I understand what happened to my site. I learn a lot from that. So where did you add the code for moving the review section?

    And any progress on changing quiz/unit icons?

  • [deleted] replied

    I added the php code in wplms-customizer.php file where I always do and tell other people as well to add the php code .

  •  12
    MeesterGijs replied

    Found it. Exactly where I want it, all the way at the bottom. I just added /*a description */

    closing :)