I created a Content type - News. Then using modules View, Slick Carousel, Slick View I displayed my news in a block as a slideshow
But now I need to add a slideshow to a paragraph and display it on the front page.
Since the paragraph itself will not show anywhere, I did the following:
- Сreated Content type Slide
- Сreated Paragraph, add to the paragraph field Viewfield provided by the module Viewfield
- Made Paragraph as field of Content type Slide.
- While creating the node in the Viewfield field, I selected my View which implements the slideshow
- In default Drupal View which is called Frontpage I change Show: Content | Teaser
to Show: Content | Default
The slideshow appeared on the front page, but I have problems with it:
- The right arrow of the slideshow is very far to the right. You can appreciate this by seeing what a long scroll.
- When I press the left or right arrow of the slideshow several times, the arrow falls down and all the content under the slideshow goes down.
If I open the node page, the slideshow looks and works fine, but on the front page this is the problem.
Maybe I shouldn't have used the field Viewfield to add a slideshow to the paragraph?
Or is the problem that the default Drupal View - Frontpage displays a node on the main page in which there is another View (the one that implements the slideshow along with the Slick Carousel module) and there is a display conflict between them?
See screenshots of my problem:
After a few clicks this happens: