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: Image Effects not displaying

title left
User Details
message
title right
Karen Farrell

post date:
2010-07-12 10:16:14
I just purchased image effects, and it displays on my testing server, but it doesn't display on the web. I was about to post a article about your products on my Facebook website design business page with a link to an example that I created, but the example doesn't display! I tried Chrome and IE.

I made sure that all the files were uploaded. The FlexiPanels do display.

http://www.alvingolf.com/test.html

Thanks,
Karen
Andrei Rinciog [Extend Studio]

post date:
2010-07-12 10:34:06
Hello,

It seems like the image that is used by the Image Effects extension is not present on the server. The link to it should be:

http://www.alvingolf.com/images/AGCC-Logo-AI.png

However, it gives a page not found message.


Regards,
Andrei Rinciog
Karen Farrell

post date:
2010-07-12 15:23:32
I just made sure that it is uploaded, and I cleared my cache, and it still doesn't display.

Thanks,
Karen
Andrei Rinciog [Extend Studio]

post date:
2010-07-13 13:04:01
Hi Karen,

This is really strange. Indeed the image is on the server however the ImageEffects extension seems to not display.


If you look in code view in dreamweaver you should see the ImageEffects div like this:

<div id="xtdEnhancer3" name="xtdEnhancer3" style="width:585px; height:417px;overflow:hidden;"><a href="http://www.extendstudio.com/product/dreamweaver-extensions-creative-dw-image-effects.html"> </a><a href="http://www.extendstudio.com/product/dreamweaver-extensions-creative-dw-image-effects.html" target="_extend"> <img src="images/AGCC-Logo-AI.png" alt="Creative DW Image Effects"/></a></div>

Delete the two anchor tags inside. The anchors shouldn't be there. That div should look like this:

<div id="xtdEnhancer3" name="xtdEnhancer3" style="width:585px; height:417px;overflow:hidden;"> <img src="images/AGCC-Logo-AI.png" alt="Creative DW Image Effects"/></div>

You can copy-paste the above code in your page. Tell me if it works afterwards.

Regards,
Andrei Rinciog
Karen Farrell

post date:
2010-07-13 19:55:28
Thanks Andrei!

I removed the first link but not the second one. I had used the extension to link the graphic to the Extend Studio website, but I guess I did it twice and one of the links (anchor tags) was causing the problem.

Anyway, it works fine now. I appreciate your help.

Thanks,
Karen