Skip to content
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 not displaying in local mode #202

Open
cale-inspired opened this issue Apr 4, 2019 · 1 comment
Open

Carousel not displaying in local mode #202

cale-inspired opened this issue Apr 4, 2019 · 1 comment

Comments

@cale-inspired
Copy link

Using the current version of the theme with my own website, the carousel is not being shown when I run "hugo server" but only on the deployed site online.
I have seen this issue with the same topic -> but I am using the latest version of the theme already

If I disable the following line in owl.carousel.css:

/* display none until init */
.owl-carousel{
	display: none;
}

... then the content of the carousel is being displayed but not as a carousel, but one by one static.

@ryanfox1985 ryanfox1985 self-assigned this Apr 11, 2019
@ryanfox1985
Copy link
Contributor

by default the carousel is displayed, if you want to deactivate the carousel you need to set to false the carousel here:
https://github.com/devcows/hugo-universal-theme/blob/master/exampleSite/config.toml#L138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants