innerfade and jquert issue

mattia82 / 2012-11-10 16:29:42   

hello all.
I want to implement my first website, but I do not know jquery.
I activated the plugin 'plugin.indexpand.php' on the home page and I would like to insert a slideshow with innerfade.
To do this I copied the files in the folder jquery.innerfade.js JS and within index I created a first Exhibit called 'HOME', I put in the code:

  1. <script type="text/javascript" src="{{baseurl}}/ndxzsite/js/jquery.js"></script>
  2. <script type="text/javascript" src="{{baseurl}}/ndxzsite/js/jquery.innerfade.js"></script>
  3. <script type="text/javascript">
  4.    $(document).ready(
  5. function(){
  6. $('ul#portfolio').innerfade({
  7. speed: 1000,
  8. timeout: 5000,
  9. type: 'sequence',
  10. containerheight: '220px'
  11. });
  1. });
  2.   </script>
  3. <ul id="portfolio">
  4. <li><img src="files/home/1.jpg" alt="1" /></a></li>
  5. <li><img src="files/home/2.jpg" alt="2" /></a></li>
  6. </ul>
  1. my problem:
  2. By entering this code, it works correctly the slideshow, but the menu remains open.
  3. I made ​​some tests and I realized the problem is in line
  4.  <script type="text/javascript" src="{{baseurl}}/ndxzsite/js/jquery.js"></script> 

kepler2082.no-ip.biz">my site

there is a simple way to solve the problem?

thanks

Vaska A / 2012-11-10 17:33:31   

Why not use the Slideshow beta that is around this site?

mattia82 / 2012-11-10 17:37:38   

hi Vaska. I install slideshow beta, but auto slide not work. Look in my Istanbul page.

Thank you

mattia82 / 2012-11-10 20:54:04   

Please, any way for add a simple format slideshow with auto fade?
I try with jQuery Cycle Plugin, Innerfade and more but i don't know how to insert a code. I think i need create a new format but i don't know the code.

Thanks to all can help me.

This thread has been closed, thank you.