I’ve reported this issue months ago, here in WordPress.org, in GitHub, in their Facebook Group and finally in their forum .
I’ve never received an answer.
There are also other people with similar problem, here an example
It’s a pity, it has great potential but the support is really bad.
They say that this plugin is responsible but it’s not true. They say that works with any theme but in fact it works (not even that much) only with their pay theme.
Initially I was considering buying one of their themes (although my site is really minimal and I do not need anything more than that) but with these levels of support I prefer to invest my money in other LMS systems and I think that short – if things do not change – I will migrate the site elsewhere.
I hope you’re luckier
Hi hebrondev,
I’m afraid there are some style conflicts with your current theme 🙁
In this case, we will need to make some custom CSS. Please send me a request to candy@thimpress.com with subject “hebrondev – LearnPress Support”.
To fabio.grasso, we really try to make LearnPress better and better. You can check a default theme, and the responsive is not bad at all – not only those premium themes. Anyway, we will keep trying to improve LearnPress more.
Regards.
@fabiograsso Thanks. I hope I can solve this.
@kendy73 Thanks for your support. I send you an email to candy@thimpress.com, i hope that you can help me.
Regards.
Hi hebrondev,
I’m gonna check your case soon.
Regards,
Ken
Hi bebrondev,
I have just realized that you are using a premium theme for LearnPress https://themeforest.net/item/lmstudy-course-learning-education-lms-woocommerce-theme/19296040
In this case, you will need to ask the theme author to improve the responsive. I believe this is the best solution.
Here’s some custom CSS that I wrote for my client. Not perfect, but it works for us.
@media screen and (max-width: 1120px) {
.course-item-search {
display: none;
}
}
@media screen and (max-width: 830px) {
.course-title a {
display: none;
}
}
@media screen and (max-width: 500px) {
#learn-press-content-item + .course-curriculum {
display: none;
}
#learn-press-content-item {
left: 0 !important;
}
}
-
This reply was modified 7 years, 9 months ago by
zoldor.
@zoldor Many thanks for your help Bro, i will be prove the custom CSS that you shared. Regards.