Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/231.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
php/html中的nivo滑块_Php_Jquery_Html - Fatal编程技术网

php/html中的nivo滑块

php/html中的nivo滑块,php,jquery,html,Php,Jquery,Html,我是新来的,我在论坛上搜索过类似的东西。。。但我还没有找到任何能帮助我编写代码的建议 我正在尝试在我的网站中实现Nivo滑块。。但它给了我错误或什么也不做 我的网站基于CMS程序,所以我必须以管理员身份登录才能编辑页面 如有任何建议,将不胜感激 以下是我对链接到网站的php文件所做的操作: <?php defined('C5_EXECUTE') or die("Access Denied."); ?> <!DOCTYPE html> <html lang

我是新来的,我在论坛上搜索过类似的东西。。。但我还没有找到任何能帮助我编写代码的建议

我正在尝试在我的网站中实现Nivo滑块。。但它给了我错误或什么也不做

我的网站基于CMS程序,所以我必须以管理员身份登录才能编辑页面

如有任何建议,将不胜感激

以下是我对链接到网站的php文件所做的操作:

    <?php   defined('C5_EXECUTE') or die("Access Denied."); ?>
<!DOCTYPE html>
<html lang="<?php echo LANGUAGE?>">

<head>

<?php   Loader::element('header_required'); ?>

<!-- Site Header Content //-->

    <link rel="stylesheet" href="<?php echo $this->getThemePath()?>/css/nivo-slider.css" type="text/css" />

<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" />
<!-- Print Area Style //-->
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $this->getStyleSheet('printer.css')?>" />


  <style type="text/css">
    UL#ariext89 LI A{font-size:15px;font-weight:bold;text-transform:none;text-align:left;}
  </style>

</script>
</head>

<body>

<!--start main container -->

<div id="main" class="asd">

    <div id="header">

    <?php  if ($c->isEditMode()) { ?>
        <div style="min-height: 80px">
    <?php  } ?>

        <h1 id="logo">
        <a title="asd" href="testing.php">
        <img height="131" width="384" alt="" src="xx.jpg" title="asd">      
        </a>                
        </h1>



    </div>

您好,我的编辑功能(作为管理员)变为静态,当我放入
<div id="faded">
<div id="slider" class="nivoSliders"><img src="img0.png" alt="" /> <a href="http://dev7studios.com"><img title="#htmlcaption" src="img1.png" alt="" /></a> <img title="This is an example of a caption" src="img2.png" alt="" /> <img src="img3.png" alt="" /></div>
<div id="htmlcaption" class="nivo-html-caption"><strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.</div>
</div>