Slide show Pro

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 24, 2008   (RSS)

By edandrea - October 14, 2008 - edited: October 14, 2008

Hey Guys me again (your worst nightmare),

I have Slide Show Pro working really well and want to thank you all for helping me get this off the ground. Though it works well in Internet Explorer I cant seem to get it to work in Fire Fox. I have cleared all cache and still the same problem.

Any Ideas? http://smoaklandco.com/ds_detail.php?24

The .xml file shows the images at: http://smoaklandco.com/images.xml.php?24

This is the detail page of one of the listings, some listings dont have pics so I showed this particular one.

Hope you can help.

All the best Emil

PS. A big HI to Dave and Jake.....

Re: [edandrea] Slide show Pro

By kevbarker - October 14, 2008

Hi. I just took a quick look at your page and noticed a few things which might be causing you problems. The first thing I would try would be to remove the following code from the first line in your page:

<?xml version='1.0'?>


I also noticed that there are several tags which are not closed. I have seen cases where this has caused some weird effects (like something working in one browser but not another). After removing the above code, try closing the stylesheet link tags you have in the head of the page.

Change this:

<link href="css/ds_featured.css" rel="stylesheet">
<link href="css/style_all.css" rel="stylesheet">




To this:

<link href="css/ds_featured.css" rel="stylesheet" />
<link href="css/style_all.css" rel="stylesheet" />



Try these two things and let me know if that resolves your problem with your slideshow not working in Firefox. If that does not work for you, then I will take another look.

Kevin