<< Home

Exnetnsion not activating

Use this forum for issues related to TriniTronic's Nice Slide Show Lite Plugin.

Moderator: jamesSBT

Exnetnsion not activating

Postby Hornist » Sat Mar 05, 2011 1:22 pm

Hi there!

I have installed the extension and verified that I have followed the instructions relating to MooTools and load order. No joy.

The first image loads and never changes. Code from the page header is shown below:

<link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="/templates/studio_diakonos/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/plugins/system/niceslideshowlite-lib/niceslideshowlite-lib.js"></script>
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>

<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/js/cufon-yui.js"></script>
<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/fonts/Calibri_400.font.js"></script>
<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/fonts/Prociono_400.font.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
</script>
<style type="text/css"> /* <![CDATA[ */ .cufon-loading .titletext { visibility: hidden !important; } .cufon-loading .contentheading { visibility: hidden !important; } .cufon-loading ul.menu li { visibility: hidden !important; } .cufon-loading h2 { visibility: hidden !important; } /* ]]> */ </style>
<script type="text/javascript"> Cufon.replace(".titletext", { fontFamily: "Calibri" });Cufon.replace(".contentheading", { fontFamily: "Calibri" });Cufon.replace("ul.menu li", { fontFamily: "Calibri" });Cufon.replace("h2", { fontFamily: "Prociono" }); </script>

<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/template.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/layout.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/typography.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/articles.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/widgets.css" type="text/css" />
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Michael » Mon Mar 07, 2011 2:11 pm

Hi,

What version of Joomla are you using?

~ Best regards
Contributed by Michael Babcock
User avatar
Michael
Cosmos
Cosmos
 
Posts: 2475
Joined: Thu Aug 14, 2008 12:30 am

Re: Exnetnsion not activating

Postby Hornist » Mon Mar 07, 2011 5:18 pm

1.5 Thanks for the reply. This looks like it could be exactly what I need...if only the images would change.
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Michael » Mon Mar 07, 2011 6:57 pm

Hi,

Are you running any jquery extensions on the site?

~ Thanks
Contributed by Michael Babcock
User avatar
Michael
Cosmos
Cosmos
 
Posts: 2475
Joined: Thu Aug 14, 2008 12:30 am

Re: Exnetnsion not activating

Postby Hornist » Mon Mar 07, 2011 8:23 pm

Will check. If I am...what do I do? Kill them?
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Hornist » Mon Mar 07, 2011 8:48 pm

Firebug reports the below in console:

this.setOptions is not a function
initialize(container="niceslides-0", elements="#niceslides-0 img", options=Object { showDuration=2000, showControls=true, more...})nicesl...-lib.js (line 15)
container = "niceslides-0"
elements = "#niceslides-0 img"
options = Object { showDuration=2000, showControls=true, more...}
htmlElement()mootools.js (line 8)
(?)()studio...nos.com (line 143)
returns()mootools.js (line 21)
create(event=undefined)mootools.js (line 21)
event = undefined
fireEvent(fn=function())mootools.js (line 50)
fn = function()
fireEvent(type="domready", args=undefined, delay=undefined)mootools.js (line 50)
type = "domready"
args = undefined
delay = undefined
domReady()mootools.js (line 59)
returns()mootools.js (line 21)
create(event=DOMContentLoaded )mootools.js (line 21)
event = DOMContentLoaded
[Break On This Error] this.setOptions( options );
nicesl...-lib.js (line 15)

I don't see anything using jQuery...but I could be wrong.
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Michael » Tue Mar 08, 2011 12:11 pm

No, The Firebug stuff is alerting us to this "[Break On This Error] this.setOptions( options );"

I am not sure why there is an error with setOptions. That should be a really straight forward step for the JS. If you would like, I would be happy to take a look at the page that the Nice Slide Show is on.

Also, what does the tag you are using look like?

~ Best regards,

Michael
Contributed by Michael Babcock
User avatar
Michael
Cosmos
Cosmos
 
Posts: 2475
Joined: Thu Aug 14, 2008 12:30 am

Re: Exnetnsion not activating

Postby Hornist » Tue Mar 08, 2011 6:33 pm

I sent a private note with info. Thank you!
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Michael » Wed Mar 09, 2011 10:47 am

Hi,

I should have some time later today to investigate this matter. If not, I will be able to look into tomorrow. I will let you know when I discover anything.

~ Thanks
Contributed by Michael Babcock
User avatar
Michael
Cosmos
Cosmos
 
Posts: 2475
Joined: Thu Aug 14, 2008 12:30 am

Re: Exnetnsion not activating

Postby Hornist » Thu Mar 10, 2011 5:59 am

Thank you so much!!
Hornist
Tropos
Tropos
 
Posts: 6
Joined: Sat Mar 05, 2011 1:15 pm

Re: Exnetnsion not activating

Postby Michael » Thu Mar 10, 2011 11:50 am

Hi Hornist,

I took a look at the page source code and found the issue. The site is using the wrong version of mootools. According to the page source, it is using mootools version 1.12.

This extension requires Mootools 1.2.4. You need to enable the extension named System – Mootools Upgrade.

~ Best regards
Contributed by Michael Babcock
User avatar
Michael
Cosmos
Cosmos
 
Posts: 2475
Joined: Thu Aug 14, 2008 12:30 am

Re: Exnetnsion not activating

Postby llkojnjhfy » Fri Jun 10, 2011 10:14 pm

Thanks, awesome work. This will be very useful! :roll:
llkojnjhfy
Lithos
Lithos
 
Posts: 1
Joined: Fri Jun 10, 2011 10:13 pm


Return to Joomla: Nice Slide Show Lite

Who is online

Users browsing this forum: No registered users and 0 guests