-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carousel doesn't appear in modular #6
Comments
I have encountered a similar problem. I am trying to add a carousel to a Big Picture skeleton. This uses a modular page at the top level.
The following is the contents of
This generates the following html (simple md files are placed in three subdirectories, eg. _history/01.a/intro.md )
The html code appears to be correct, but no carousel is visible and in the CSS error console (available in Firefox), the following line appears
I don't know quite where to start to narrow down the problem. Regards |
a) ignore the string starting TypeError in the twig file above. It was a spurious paste error that I did not see when posting. It isn't in the twig file and is not the reason for the problem. Opened new issue as the problem seems to be Theme/framework related, not modular related |
Hello, I experience the same issue. I added the code the normal blog post page. Any ideas? Thank you, |
I have the same problem, no js and css are loaded on the page if I use modular... my code:
On non-modular I see error:
|
The carousel does not appear in the modulars, even if both
Shortcode Owl Carousel
andShortcode Core
are enabled...The text was updated successfully, but these errors were encountered: