Advanced HTML Editor 3 Support Product Page

Answered

I'm trying to use a html5 slideshow/gallery/or Nivo created w/the editor.

Asked 10 Aug 2013 21:56:19
1
has this question
10 Aug 2013 21:56:19 james oppenheim posted:
What I get is just an output of images, no slideshow or gallery. I've posted the output of the php file that is created when you call the particular record which has the output from the editor. Note, I've added a link to the jquery repository...maybe it is a duplicate of what is already going on in your code. Anyway...it doesn't work either way.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>News Story</title>
<script src="code.jquery.com/jquery-latest.js"></script>


<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
</head>

<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h2><img src="ANDOVER_RedLogoHorizontal_Large.jpg" width="330" height="100" /></h2>
<h2>Textured Solids</h2>
<p><div class="dmxSlideshow" id="s1376169660283" style="width: 600px;height: 400px;">
<div class="dmxSlide"><img src="images/Bhutan_Boy.jpg" border="0" width="601" height="556" alt="" />
</div>
<div class="dmxSlide"><img src="images/DSCN6313-Edit.jpg" border="0" width="500" height="375" alt="" />
</div>
<div class="dmxSlide"><img src="images/Dark_Angels.jpg" border="0" width="335" height="500" alt="" />
</div>
<div class="dmxSlide"><img src="images/_DSC0328-Edit_1.jpg" border="0" width="601" height="402" alt="" />
</div>
</div><script type="text/javascript">jQuery(document).ready(function(){jQuery("#s1376169660283".dmxHTML5Slideshow({"width":600,"height":400,"randomIndex":true,"shuffle":true});});</script></p>
</div>
</div>
</div>
</body>
</html>

Replies

Replied 12 Aug 2013 07:14:07
12 Aug 2013 07:14:07 Miroslav Zografski replied:
Hello James,

If you like to use any of the noted plug-ins you need to have their file includes set on the page as well.
You can check which files you need to include if you create a blank page and put on it one of those extensions as element.

Regards,

Reply to this topic