Home of the facelift image replacement forums
You are not logged in.
It looks like recaptcha is easily thwarted either by cheap labor or some other means, because I am still getting tons of spam signups.
I'm closing registrations again, if you would like to register, please email me at cory.mawhorter@ephective.com and use the subject line "Forum Registration". Give me your name and all the standard stuff in that email.
I will just have to do manual registrations until I have more time to spend on this problem.
-Cory, 2010-03-15
I implented FLIR into my magento store and I can see the js file in the source code and the text I want to replace, can no longer be selected letter for letter, so something is working here, but not the way it should.
As you can see here, the text is turned into an image according to firefox:
Also in Firebug, I am getting this whole new block instead of the normal <h1>bla bla bla</h1>:
Firebug would normally display the image, if I hover over that block, but instead, Firebug will try to load it forever, without ever displaying anything:
Also after several approaches, the cache folder (I have changed chmod rights to 777) still doesn't include anything.
I am thinking that flir might not be able to access something, either the generate.php (I wouldn't know why though) or maybe the font used or something else. Have you or anybody here had any experience with getting this to work on magento?
Is there a way I can define a cache folder that is located at server_root/shop/ while flirs root would be at server_root/shop/skin/frontend/../../js/
Offline