Creative DW Image Effects Forum


box Creative DW Image Effects
Creative DW Image Effects is a Dreamweaver extension that applies multiple effects to images. It supports both static effects and rollover effects. It also supports button actions and the image effects can be combined.

Find out more about Creative DW Image Effects

Thread: Repeating and dynamic content

title left
User Details
message
title right
Jared

post date:
2011-12-20 20:05:37
Whenever I try to add an effect using a data source and/or try to use a repeating do/while the image does not show. Is this only capable of using static images?

Thanks,
Jared
Andrei Rinciog [Extend Studio]

post date:
2011-12-22 05:00:29
Hello Jared,

Changing the image can be done dynamically. You just need to make sure the path of the img is correct and it should work just fine. Also, when the change is made is important. The extension renders the effect once the page is loaded, switching the image after that won't have any effect.

Repeating multiple Image Effects is a little bit more complicated. I think you have to generate a new ID for each effect. Also, each new Image Effects will need a JS variable that has the same properties as the original one.

So, it can be done but it's not that straightforward as just repeating the code.

Tell me if you need any help and I'll gladly assist you.

Kind regards,
Andrei Rinciog
Jared

post date:
2011-12-28 14:19:55
The thing missing in your instructions using dynamic content is the fact that you have to still specify a width and height otherwise the image/effect will not show up (which was happening in my case). Generally you don't store a width and height value in the database so if your images vary in size the results are sporadic. This should be fixed.

I found a better solution for my second issue. You shouldn't have to go through all the steps you describe just to use your extension in a repeating table. I'd think many people want this.