Learndash grid stop working well with your last update

Hi there, I'm using LearnDash on www.pole-mood.com (under construction).

After the last BeTheme Update (27.3.6) the Plugin LearnDash LMS Course Grid started act wired. Buttons don't work anymore and buttons text changed position. I have tested with other Theme and it works, and so it did until I updated BeTheme. Can you help? Do you need login info?


Thank you

Comments

  • Hey,

    It is a plugin that we do not support. However please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you send are complete and correct.

    Thanks

  • In a recent update, we changed the display attribute for buttons from block to flex. Usually, this shouldn’t cause any issues. However, the LearnDash plugin uses the button class for a div element that is the parent of a link. We added two lines of CSS in the Theme Options > Custom CSS field to fix the problem.

    .learndash-course-grid .items-wrapper .content .button{
    	display:block;
    }.learndash-course-grid .items-wrapper .content .button:after{
    	display:none;
    }
    

    Best regards

Sign In or Register to comment.