I've set up the blank child theme with the intention of making some small changes to wplms. So far the only new file is
single.php (
diff)
Everything was looking fine until I noticed that some pages redirect to the home page! See
this video to better understand the issue.
Looking at the page source before the redirect kicks in, I saw a "window.location.replace" and I guess it is coming from plugins/wplms-front-end/includes/class_wplms_front_end.php
I had to disable the child theme, please help me resolve this issue.