I have a problem with the course outline in my sidebar.
I am using the shortcode [lifterlms_course_outline] in my course/lesson sidebar, because I want the outline to be collapsed and only show the lessons of the current section. This works perfectly, as long as the user is within the lesson.
But if the lesson contains a quiz/test, the outline doesn’t show the correct lessons “uncollapsed”, instead the first section is being shown, in which there are unmarked lessons. No matter in which course section the current test is.
This is not good for my application, because students should be allowed to go through the course in a different sequence.
I assume, this is the way it is, because the url structure of the regular lessons is “websitename.com/lesson/lesson-name” but the url structure of a test is “websitename.com/test/test-name” and not “websitename.com/lesson/test-name/… ” (or however you named the structure on your lifterlms pages). Am I right, that this is the reason?
It would be an (not very nice, but acceptable) solution to me, that all sections are collapsed during the test. I could then set this up for the tests. But the shortcode has no option, that all sections are collapsed. Way better would be a solution, where the right section of the current test is being shown in the outline.
I would be very glad, if someone can help me.
Thank you!
Dev
]]>Ideally, we’d love to have the table of contents generate automatically from the table of contents inserted in the PDF. That doesn’t seem to work with your plugin, but if you can help us make that work, we would love it.
Instead, since the plugin doesn’t pull in the TOC automatically, we entered an outline by hand. It took a long time. Sometimes it displays, sometimes it doesn’t. Right now it doesn’t. Why is that?
We would like the table of contents (outline) to display always, and we would like the pages to be in the right order. The plugin software moved the entries on p. 27 down to the end, and although we move them back to where they go, your plugin keeps them at the end. I’m not sure the plugin is saving changes to the outline. Can you help us make that work?
As mentioned, the plugin doesn’t seem to recognize the outline anymore. We have tried both Safari and Chrome, same result.
Can you help? We promised our client this functionality, and it would be nice to be able to deliver.
thanks!
]]>I am trying to add an outline to the text and social icons on my home page header, so it will be more readable.
Unfortunately, I couldn’t find this option anywhere. Is there a way to add it by using custom CSS?
]]>If you have the same issue, add the following to additional CSS:
.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
border: 2px solid;
}
Looking in the dev console, it seems the wp-includes/css/dist/block-library/style.min.css border: 2px
is no longer taking priority over the .wp-block-button__link border: none
from the twentytwenty style.css
Changing the priority of the style enqueue in my child theme functions.php to 1 allows it to override again, but then the button font is too big.
I’m just going to copy the relevant dist css to my custom css overrides for now to, I think, return to the previous look (I checked 5.8 and the padding was not being applied so I skipped it):
.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
border: 2px solid;
}
]]>I have installed your plugin here with a Newsletter Subscribe popup https://www.free-hand.com.au
There’s a couple of styling options that aren’t working and I’m hoping you can help me:
1. When the popup first loads on the page, there is a strange border appearing and I can’t work out why. If I click on the page it disappears https://pasteboard.co/SH97VAK0fQ07.png
2.The Title and content aren’t appearing in the font or color I have selected via the plugin settings.
3. The overlay isn’t appearing when popup is enabled.
Hoping you can help
Regards
Melanie