• I’m getting the white screen of death for LearnPress course archive and course pages when using the Hello theme from Elementor. Works fine with default and other themes.
    Please advise.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you find any solution for that?

    OK! After about an HOUR of debugging here is the solution:

    * go to your hello-theme-folder (or childtheme).
    * copy index.php (of hello-elementor) to single-course.php
    * copy index.php (of hello-elementor) to archive-course.php

    check results!

    learnpess uses

    
    if(get_option( 'template' ) == 'twentytwenty' ){
    	$template = get_singular_template();
    }
    

    somewhere in the code – how crappy is that?

    Thread Starter wildmercury

    (@wildmercury)

    OMG!
    Thanks @ran_alexander. Well done.
    (Will be moving client away from LearnPress at first opportunity.)

    No problem – you might need to fiddle with archive-course.php

    I just found sensei – I guess those guys at least know WordPress a little better ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with LearnPress Plugin’ is closed to new replies.