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..
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?
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
1 . Review positioning has been fixed : https://prnt.sc/Dqje-5S3DU-h
2 . This is pending provide some time .
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.
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'));
});
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?
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 .
Found it. Exactly where I want it, all the way at the bottom. I just added /*a description */
closing :)