Slideshow not working

17 posts by 3 authors in: Forums > CMS Builder
Last Post: June 5, 2012   (RSS)

Thanks, Damon. Will do.
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Slideshow not working

By Damon - June 1, 2012

Thanks for sending in the site details. The slideshow is now fixed:
http://www.cityofowensville.com/home3.php

It was a small typo in the code that was the issue. Changed $homepage_slideshowRecords['slides']
to
$homepage_slideshowRecord['slides']
without the "s" and it now works.

Here is the full code.
<?php foreach ($homepage_slideshowRecord['slides'] as $index => $upload): ?>
["<?php echo $upload['urlPath'] ?>", "", "", ""],
<?php endforeach ?>


Any other questions or issues, please let me know.

Thanks!
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Perfect! Thanks so much for fixing this. Much appreciated.
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Slideshow not working

By Jason - June 4, 2012

Hi,

It looks like the actual creation of <img> tags is a function of your slideshow script. Since this is where any positioning information would have to be put, your best bet would be the documentation of that script.

Let us know if you have any questions.

Thanks,
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Slideshow not working

Hi, Jason.

Thanks for the reply. Please can you tell me to which line of the script I should be adding the instruction valign="center", or whatever it should be?

Cheers,
Nigel Gordijk

Common Sense Design: User-focused Web design
Tel: 001 519 342 5348 | Web: www.commonsensedesign.net

Re: [NigelGordijk] Slideshow not working

By Damon - June 5, 2012

Hi Nigel,

I haven't worked with this slideshow script enough to know where to set valign or even if it is an option.

Your best bet is to post a question in their forum:
http://www.dynamicdrive.com/forums/
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/