RSGallery2 Support Forums

Developers corner => Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! => Topic started by: m.ulrich on December 06, 2007, 11:07:01 am



Title: [NOT A BUG][SVN 510] Frontend Slideshow problem
Post by: m.ulrich on December 06, 2007, 11:07:01 am
Hi
I've found a problem with the sildeshow
when I click in the gellery display to the image

http://www.laperroterie.fr/component/option,com_rsgallery2/Itemid,85/catid,12/ (http://www.laperroterie.fr/component/option,com_rsgallery2/Itemid,85/catid,12/)
it's work
http://www.laperroterie.fr/component/option,com_rsgallery2/Itemid,85/gid,13/ (http://www.laperroterie.fr/component/option,com_rsgallery2/Itemid,85/gid,13/)
when I click tin the gallery display to  diaporama
it's display the images and no more the thumbnails
http://www.laperroterie.fr/component/option,com_rsgallery2/page,slideshow/gid,13/Itemid,85/ (http://www.laperroterie.fr/component/option,com_rsgallery2/page,slideshow/gid,13/Itemid,85/)

Michael


Title: Re: [SVN 510] Frontend Slideshow problem
Post by: john on December 06, 2007, 11:48:45 am
Hello Michael

The gallery used, relies on a proper document structure to find the container to display the gallery.
One of your "read more.." links has broken the document structure on line 387.

BTW, your document says
Code:
<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

but it does have lots of validation errors.

you can check your document here http://validator.w3.org/ (http://validator.w3.org/)

i am pretty sure once you fix these issues it will be ok.
have fun :-)

john


Title: Re: [NOT A BUG][SVN 510] Frontend Slideshow problem
Post by: m.ulrich on December 06, 2007, 12:00:29 pm
Hi
Thank's for tge info, i try to speak with the template developer.

Michael