Thread Starter
rix133
(@rix133)
Likely the issue is related to the theme as I failed to reproduce it on an WP instance with woocommerce. The theme where the issue is occuring is Astra.
Thread Starter
rix133
(@rix133)
I localised the problem to be in lesson page style. “Classic” behaves unexpectedly while default is OK.
-
This reply was modified 5 years, 11 months ago by
rix133.
Hi,
Please make sure that you are using the laster version of the plugin.
We have tested your mentioned issue on our sie with the Astra theme, the menu content is displayed correctly.
If the issue still occurs, please try to observe it one more time by deactivating all your plugins.
regards
Thread Starter
rix133
(@rix133)
Hi,
Thank you for reply. Updated to the latest version 2.0.1 see a test site: https://pood.trakpen.ee/courses/reading/4171-4172 This site has a storefront theme without custom CSS. Deactivating plugins did not change the behaviour.
Hi @rix133
Thank you for turning our attention to this issue. We have detected some style issues regarding the Classic lesson style. We will fix it in the next update of the theme.
As a temporary solution, please try to use the following custom CSS:
body .stm_lms_lesson_header__left .stm-lms-curriculum-trigger {
position: absolute;
bottom: -111px;
transform: translateX(0);
opacity: 1;
z-index: 9999;
}
body .stm-lms-wrapper.lesson_style_classic .stm-lms-course__curriculum .stm-curriculum__title .stm-lms-curriculum-trigger {
position: absolute;
}
regards