Home › Forums › Legacy Support › Support queries › Update Issues › Weird display of course pages This topic has 17 replies, 2 voices, and was last updated 3 years, 4 months ago by Anshuman Sahu. Viewing 3 posts - 16 through 18 (of 18 total) ← 1 2 Author Posts June 19, 2021 at 12:29 pm #362046 Anshuman SahuKeymaster you can disable this from wp-admin -> wplms -> course manager -> enable news . June 24, 2021 at 12:03 pm #362661 RaphSpectator This reply has been marked as private. June 25, 2021 at 1:28 pm #362823 Anshuman SahuKeymaster please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_action('template_redirect',function(){ if(class_exists('WPLMS_4_Filters')){ $filter = WPLMS_4_Filters::init(); remove_filter('vibe_get_option',array($filter,'enable_news_v4'),10,3); } }); Author Posts Viewing 3 posts - 16 through 18 (of 18 total) ← 1 2 The topic ‘Weird display of course pages’ is closed to new replies.