Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-08-25 16:17:19
- fowler
- Member
- Registered: 2007-02-12
- Posts: 79
aro_slideshow not working..
So, at some point, this plugin was working just fine. Not sure what changed, but at this point, it’s either stuck on one image… or not displaying anything at all.
I’ve been tweaking the code all morning and get anything to work right.
the site is richie madden foundation
as it stands right now, the head reads:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><txp:page_title /></title>
<txp:feed_link flavor="atom" format="link" label="Atom"/>
<txp:feed_link flavor="rss" format="link" label="RSS"/>
<txp:css format="link" />
<script type="text/javascript" src="/js/slideshow.js"></script>
<script type="text/javascript" src="/js/livesearch.js"></script>
<script type="text/javascript" src="/js/mootools.js"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="/js/pngfix.js"></script>
<![endif]-->
</head>
now, i get that, per the directions, the slideshow.js and mootools.js files should go in a specific order… but if i set it the way it’s supposed to be, nothing displays at all.
i’ve tried removing js files, using a different doctype… but nothing seems to work.
is there anything i’m missing?
btw, the code for the plugin is:
<txp:aro_slideshow category="slideshow" limit="10" type="combo" duration="[2000, 8000]" height="400" width="512" />
Offline
Re: aro_slideshow not working..
Your .js (mootools and slideshow) files are not correct … I’ve had the same problem(s). Go to > http://www.electricprism.com/aeron/slideshow%201/ and download from there!
And put the slideshow.js beneath mootools.js in the <header> …
Last edited by RedFox (2008-08-25 17:20:06)
Offline
#3 2008-08-25 18:38:50
- fowler
- Member
- Registered: 2007-02-12
- Posts: 79
Re: aro_slideshow not working..
and there we go. thanks for the help
Offline
Pages: 1