Hi all,
Hope you can help. I have a page with ditto summaries with pagination. When you click on these links, ditto appends ’?start=1’ to the URL. This breaks a javascript slideshow I have on the page, which rather than showing three images, for example, it will only show two. Appending ’?start=0’ works fine, as does the URL without the append. Anyo9ne have any ideas how to work round this?
I have outlined the problem in full with URLs below.
Thanks in advance, Dan.
I have a site Im working on at http:www/jordanheritageroofing.co.uk
On some of the pages a ditto summary is published, which you can see at
http://www.jordanheritageroofing.co.uk/services.html.
The ditto summary is in the bottom right hand box with the image of the house, and has sequence of numbers to click to see different project summaries. There is also a javascript slideshow at the top of the page that shows rotating images which it pulls from the sub pages.
Basically if you click to view the next ’ditto summary’ (or project) it breaks the slideshow at the top of the page - it will only show 2 images instead of three. This seems to be something to do with the URL append:
http://www.jordanheritageroofing.co.uk/services.html?start=1
Is there anyway to get round this?
Dan.