문제

i need help in this situation , i am embedding a slideshow using wowslider ... its included through the index.php file

 <div class="content">
<?php
include 'includes/aside.php';
include 'includes/widgets/slideshow.html';  
?>
</div>

Link of the broken images

Direct link for the slideshow , works properly

(Note : this is just a test slideshow not the final one . )

도움이 되었습니까?

해결책

try it

$root = realpath($_SERVER["DOCUMENT_ROOT"]);

include "$root/includes/aside.php";

include "$root/includes/widgets/slideshow.html";

***change the links in slider to absolute links.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top