Hi Peter.
You recently helped with the configuration of sensei and enfold with some template you created, however they are going a bit crazy with the side bars.
I hope this message makes sense!, i have to make it private as it contains private links. admin can be provide if required.?
Hi midischool!
I checked the templates I uploaded here: https://kriesi.at/support/topic/enfiold-and-learning-plug-ins/#post-296429 and these templates do not contain the get_sidebar() function: http://codex.wordpress.org/Function_Reference/get_sidebar which normally loads the sidebar with the widgets. I recommend to hide the sidebar on all course/lesson pages with this code:
.single-lesson .sidebar, .page-id-12 .sidebar, .single-course .sidebar { display: none !important; }
Then the layout is at least consistent on all pages. If you want to show certain widgets on lesson/course pages you probably need to use plugins like https://wordpress.org/plugins/widget-logic/ but I’m not sure which conditionals are supported by Sensei. I suggest to contact the Sensei plugin developer for more details.
Best regards,
Peter
Thanks Peter