Posted on: 05/06/08 06:30pm
By: manowar
gl_mooSlide;
This does not work to me, display gl_mooslide, but when changing tab, it does not change of content, it always shows content from tab0. Only this not work good for me.Excelent Theme. //
Saludos(greetings) from Chile.
script copy from http://www.gllabs.org/wiki/doku.php?id=geeklog:themes:nouveau
<script type="text/javascript" src="../../layout/nouveau/js/gl_mooslide.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
var myFilm = new gl_Slide($('gl_slide'

, {
fx: {
wait: true,
duration: 1000
},
scrollFX: {
transition: Fx.Transitions.Cubic.easeIn
},
dimensions: {
width: 550,
height: 160
}
});
});
</script>
<div id="gl_slide" class="gl_slide">
<div class="tab-pane" id="tab-0-pane">
<h1 class="tab-title">Tab 0</h1>
<div> <!-- insert your content here --> </div>
</div>
<div class="tab-pane" id="tab-1-pane">
<h1 class="tab-title">Tab 1</h1>
<div> <!-- insert your content here --> </div>
</div>
<div class="tab-pane" id="tab-2-pane">
<h1 class="tab-title">Tab 2</h1>
<div> <!-- insert your content here --> </div>
</div>
<!-- etc. repeat for as many tabs as you need -->
</div>
Re: Nouveau + gl_mooSlide
Posted on: 05/07/08 02:42am
By: Anonymous (Anon)
Re: Nouveau + gl_mooSlide
Posted on: 05/07/08 09:43am
By: manowar
Well, it will update, but single I have installed mediagallery. I hope works to me.
Thanks you
++saludos
Re: Nouveau + gl_mooSlide
Posted on: 05/09/08 12:43pm
By: manowar
I do it upgrade, but not works to me....!
Re: Nouveau + gl_mooSlide
Posted on: 05/09/08 02:43pm
By: jmucchiello
The author of Nouveau will be away from his computer for a few days so check back after the weekend as he probably won't respond until the end of the weekend or beginning of next week. Sorry for your delay.
Re: Nouveau + gl_mooSlide
Posted on: 05/11/08 01:03am
By: mst3kroqs
Try clearing your browser cache, and reload the page.
-m
Re: Nouveau + gl_mooSlide
Posted on: 05/11/08 03:38pm
By: geiss
manowar,
Make sure you are running Media Gallery v1.6.1, and in your gl_mooslide static page try replacing the
Text Formatted Code
<script type="text/javascript" src="../../layout/nouveau/js/gl_mooslide.js"></script>
with the absolute URL to the file, like this:
Text Formatted Code
<script type="text/javascript" src="(fill_in_your_site)/layout/nouveau/js/gl_mooslide.js"></script>
Other than that, do you have any other custom code that loads MooTools? If the above doesn't work, can you post or pm me a URL and the contents of your gl_mooslide static page, and I'll take a look.
Thx!
Eric
Re: Nouveau + gl_mooSlide
Posted on: 05/12/08 05:48pm
By: manowar
Ok.
I have installed mediagallery 1.6.0.1
Re: Nouveau + gl_mooSlide
Posted on: 05/12/08 05:51pm
By: manowar
Quote by: mst3kroqsTry clearing your browser cache, and reload the page.
I already did it and I do not work
-m
Re: Nouveau + gl_mooSlide
Posted on: 05/12/08 07:53pm
By: mst3kroqs
I should also mention - I discovered that nouveau is not 'path-neutral', eg. the base theme directory name must be 'nouveau', a few of the files in nouveau-1.0-1.4.1 have this directory name hard-coded.
-m