Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2013-12-03 12:37:56

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: gallery

The access to the cycle plugin needed for the gallery is denied (at least for me). Download it from somewhere else.

Offline

#3 2013-12-03 16:02:50

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

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

Board footer

Powered by FluxBB