Код сова-карусель, включенный в TYPO3, не работает - PullRequest
0 голосов
/ 08 марта 2019

Я включил этот фрагмент HTML-код в TYPO3.

<!-- Owl Carousel-->
                  <div class="owl-carousel owl-carousel-classic" data-items="1" data-dots="true" data-nav="true" data-nav-class="[&quot;owl-prev mdi mdi-chevron-left&quot;, &quot;owl-next mdi mdi-chevron-right&quot;]" data-photo-swipe-gallery=""><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-01-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-01-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-02-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-02-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-03-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-03-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-05-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-05-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-06-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-06-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-07-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-07-770x510.jpg" alt=""/>
                      </figure></a><a class="thumbnail-classic" data-photo-swipe-item="" data-size="770x510" href="fileadmin/intense/images/real-estate/single-property-page-08-770x510.jpg">
                      <figure><img width="770" height="510" src="fileadmin/intense/images/real-estate/single-property-page-08-770x510.jpg" alt=""/>
                      </figure></a>
                  </div>

Ссылки на изображения правильные.

https://www.remax -prestige.pl / t3 / fileadmin / интенсивные / изображения / недвижимый / одной недвижимости-страниц 02-770x510.jpg

В чем может быть проблема? Как это может быть сделано? Я планирую вставить эти изображения из базы данных.

...