Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2013-12-03 12:05:50
- puntoweb
- New Member
- Registered: 2013-12-03
- Posts: 1
gallery
Hi, the gallery is not working properly I do not know why and what to do
http://www.ristorantelanciadoro.it/galleria/ambienti
Offline
Re: gallery
The access to the cycle plugin needed for the gallery is denied (at least for me). Download it from somewhere else.
Offline
Re: gallery
+1 for what Oleg says – try switching this:
<script type=“text/javascript” src=“http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js”></script>
…to this:
<script type=“text/javascript” src=”//cdnjs.cloudflare.com/ajax/libs/jquery.cycle/3.03/jquery.cycle.all.min.js”></script>
…or perhaps this, if you want the always-latest version:
<script type=“text/javascript” src=“https://raw.github.com/malsup/cycle/master/jquery.cycle.all.js”></script>
The cloud.github.com
version is presenting itself as XML, which is likely the reason it’s not working. I would be inclined to load a known-good version instead of the latest in case there are conflicts elsewhere.
Last edited by gaekwad (2013-12-03 16:07:41)
Offline
Pages: 1