Image Display Help

5 posts by 2 authors in: Forums > CMS Builder
Last Post: September 13, 2011   (RSS)

By KCMedia - September 13, 2011

Hi

I am working on this new site and i am stuck getting the images to display right.

There are 2 files attached one is the file that was designed jsut using normal html5 to set the site setup now trying to build cmsb into it.

I cant get the thumbnails or larger images to display now.
Thanks



Craig

KC Media Solutions

www.kcmedia.biz
Attachments:

zerodetail.php 8K

detail.html 7K

Re: [kcmedia] Image Display Help

By Toledoh - September 13, 2011

try removing the <?php if ($upload['isImage']): ?> section, and just have the <img src="<?php echo $upload['thumbUrlPath'] ?>" alt="" /> as well as the <img src="<?php echo $upload['urlPath'] ?>" alt="" />

This way you will see if the images are working or whether it's the if statement...
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Image Display Help

By KCMedia - September 13, 2011

Hi Tim

yep i tried that also the images show now but then all my artwork with with that goes around the images is not working when i take it away.
Thanks



Craig

KC Media Solutions

www.kcmedia.biz

Re: [kcmedia] Image Display Help

By Toledoh - September 13, 2011

OK, so that means that there's something wrong with your if statement. But I'd need to know more about how that section is set up.... what all the fields are etc.

Have you got the site live anywhere?
Cheers,

Tim (toledoh.com.au)