Hi @misiritzenhoff
Sorry for your inconvenience!
We have a new update to version 3.2.7.5 and it has some problem when published then we have fixed it with version 3.2.7.6
if another have same problem, let use FTP to go to wp-content/plugins -> rename folder learnpress -> then go to your wp-admin re-install Learnpress version lastest
Where can i find v 3.2.7.5 / 3.2.7.4 or any steps below to download?
Even in the Account at thimpress i can not find/see those last versioning-steps, mostly there, the latest Versions are some from 3.0.x and 3.1.x.
Also on GiHub the last Version is 3.2.5.2.
My Workaround:
After deleting the content of the learnpress-plugin folder, i installed 3.2.7.6 from the backend. It’s running.
At the Frontend the <div class=”content-item-scrollable”> … </div> was not scrollable so i had to add:
.content-item-scrollable {
height: 100%;
overflow-y: scroll;
}
so far for me – case closed.