【问题标题】:Embedding Slideshow , broken images嵌入幻灯片,损坏的图像
【发布时间】:2014-02-19 08:42:55
【问题描述】:

在这种情况下我需要帮助,我正在使用 wowslider 嵌入幻灯片...它包含在 index.php 文件中

 <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

(注意:这只是一张测试幻灯片,不是最后一张。)

【问题讨论】:

    标签: image include indexing slideshow byte-order-mark


    【解决方案1】:

    试试看

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

    包括“$root/includes/aside.php”;

    包括“$root/includes/widgets/slideshow.html”;

    ***将滑块中的链接更改为绝对链接。

    【讨论】:

    • 同样的问题,没有任何改变
    猜你喜欢
    • 2014-02-01
    • 1970-01-01
    • 2017-12-31
    • 1970-01-01
    • 2011-08-23
    • 2023-01-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多