sb52146
Forum Replies Created
-
Forum: Plugins
In reply to: [OttoKit: All-in-One Automation Platform] 5 free workflows in Free Version?Never mind. Found the mistake.
Ok, thank you.
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Default close accordionJust a slight tweak/addition here.
With the CSS code above, the course page works fine, thank you! – however it would mess up my course navigation. I have tweaked the CSS by adding an ID to the course page I want the collapsed accordion to appear on.
The page ID can be found when inspecting the page code, e.g. with Chrome (Developer?). For me, it looks something like <article id=”post-1890″ class=”…..>
Of course everybody’s post ID would be different, and if you have several course overview pages, you would need to add these page IDs as well.
With the additional IDs, the course navigation works fine now again.
Hope that helps.
My example now looks like this (change your ID accordingly):
#post-1890 .sensei-collapsible__content {
opacity: 0;
max-height: 0;
}#post-1890 .sensei-collapsible__content.collapsed {
opacity: 1;
max-height: none !important;
}Ok, will do. Thank you.
Oh PS: I thought the shortcodes would work if I send an automated mail, but the above code did not work there either.
What am I doing wrong?
I’ve got the same problem. With the free version, the log retention period can also not been changed/accessed.
- This reply was modified 4 years, 4 months ago by sb52146.
Forum: Plugins
In reply to: [Email Encoder - Protect Email Addresses and Phone Numbers] GDPR Conform?Hi Ironikus,
thank you so much. I really like your plugin.
Sabine