You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
... then the content of the carousel is being displayed but not as a carousel, but one by one static.
The text was updated successfully, but these errors were encountered: