qwertyytrewq![]() 2006-11-12 16:50 | .. by turning off the productsInRow plugin, the "cart" icon is blinking while mouse over which iritates me a lot. It is not happening whan the plugin is "on" and the products is showed in 2 columns. Any idea on that? |
Claps2006-11-13 09:53 | qwertyytrewq - I don't know where this came from. Anyway the files to check are templates/pa.productsInRow.tpl, the two blocks responsible for generating code for price and icon <!-- BEGIN FORMATTED_STANDARD_PRICE --> |
qwertyytrewq![]() 2006-11-13 11:46 | Hello Claps |
Claps2006-11-13 12:40 | in right.css or default.css try to eliminate the line |
qwertyytrewq![]() 2006-11-13 13:21 | Nope ... done that and still flickers .. very strange. |
Claps2006-11-13 13:58 | then maybe search right.css or default.css for "cart_image_small.gif" and delete that background: Url(...) and after that in pa.products_list.tpl insert a <img src="templates/img/cart_image_small.gif" alt="" /> in the two sections that generates prices (STANDARD_PRICE and FORMATTED_PRICE). |
qwertyytrewq![]() 2006-11-13 15:15 | Mmm .. good idea. I'll try that. Thanx a lot. |