How To Remove Caption Of Image Zoom Window?

Can anyone please tell me how to remove the black caption of the image zoom window?

Dear Ghostrider,



Could you please specify what exactly black caption you want delete.

It is better to show us a sprint screen.



Best regards, Alt-team.

Please see the attached picture. If you have Alternative Text for a product, it will show under the image zoom window.



Thank you!

2014-09-24_14-34-08.jpg

Dear Ghostrider,



There is no a standard method of removing this black caption. You need make changes in the code.



Best regards, Alt-team.

[quote name='ghostrider' timestamp='1411532744' post='192774']

Can anyone please tell me how to remove the black caption of the image zoom window?

[/quote]



To remove black caption please open the design/themes/THEME/templates/addons/image_zoom/hooks/products/product_images.post.tpl file add the following line:


captionSource: "#false",



before this one:



autoInside: 767




Hope this will help.

[quote name='eComLabs' timestamp='1411548272' post='192785']

To remove black caption please open the design/themes/THEME/templates/addons/image_zoom/hooks/products/product_images.post.tpl file add the following line:


captionSource: "#false",



before this one:



autoInside: 767




Hope this will help.

[/quote]





Thank you so much! Works like a charm!

[quote name='ghostrider' timestamp='1411549773' post='192790']

Thank you so much! Works like a charm!

[/quote]



You are welcome!