• Resolved hebrondev

    (@hebrondev)


    Hi Team,
    I have a serious problem on my website https://www.fivetenfinance.com about the adaptation to mobile devices of your plugin (LearnPress). I have a finance course and my clients record a terrible adaptation of the lessons on IOS and Android devices. Please Help me!!!, I have a serious business and I use the LearnPress plugin and I bought the plugin “LearnPress – WooCommerce Payment Methods Integration”
    I share link of image of how the organization of my finance course looks on mobile devices:
    https://ibb.co/gZhOho

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’ve reported this issue months ago, here in www.ads-software.com, 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

    Plugin Contributor Ken Nguyen

    (@kendy73)

    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 [email protected] 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.

    Thread Starter hebrondev

    (@hebrondev)

    @fabiograsso Thanks. I hope I can solve this.

    Thread Starter hebrondev

    (@hebrondev)

    @kendy73 Thanks for your support. I send you an email to [email protected], i hope that you can help me.

    Regards.

    Plugin Contributor Ken Nguyen

    (@kendy73)

    Hi hebrondev,

    I’m gonna check your case soon.

    Regards,

    Ken

    Plugin Contributor Ken Nguyen

    (@kendy73)

    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 6 years, 4 months ago by zoldor.
    Thread Starter hebrondev

    (@hebrondev)

    @zoldor Many thanks for your help Bro, i will be prove the custom CSS that you shared. Regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Urgent Problem with Responsive’ is closed to new replies.