Viewing 1 replies (of 1 total)
  • Hi Martin Oxby,

    We’re sorry for late reply. This problem caused by LearnPress loads lesson content through ajax so it just loads content only and every new javascript code cannot be ran. You can solve this issue by putting a reload function after the lesson loaded so it can load the new javascript code.

    location.reload();

    Just put that line of code at the end of load_lesson function in /assets/js/learnpress.js file. I hope that it will help solving this problem even it looks not very nice when loading lesson content.

    Best regards,

    p.s: We are restructuring our LearnPress plugin to release stable version 1.0, so we do not tend to update this file to solve this problem right now. You have to do it manually, thank you for your understanding.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Conflict’ is closed to new replies.