ldon Posted April 13, 2014 Share Posted April 13, 2014 I've tried to add a picture in a footer using the Theme configurator. As soon as I've done so all links in the footer stopped to work. I think ti is a bug which needs to be solved. Link to comment Share on other sites More sharing options...
vekia Posted April 13, 2014 Share Posted April 13, 2014 I've tried to add a picture in a footer using the Theme configurator. As soon as I've done so all links in the footer stopped to work. I think ti is a bug which needs to be solved. can you share url to your shop? it's more than possible that your problem is related to css styles only. Link to comment Share on other sites More sharing options...
ldon Posted April 14, 2014 Author Share Posted April 14, 2014 can you share url to your shop? it's more than possible that your problem is related to css styles only. Unfortunately I'm on LOCLHOST. I've tried to add a picture to a footer on a fresh version 1605. Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2014 Share Posted April 14, 2014 what is the size of the picture you're trying to add i will add picture with the same size, will see what's going on Link to comment Share on other sites More sharing options...
Bjarstal Posted May 20, 2014 Share Posted May 20, 2014 what is the size of the picture you're trying to add i will add picture with the same size, will see what's going on Hi. Did you find a solution? I have the same problem and unfortunatly I started a new thread before I found this one. Pls see the French language version of my site http://shop.bjarstal.com/fr/ NOTE; Only on the French language version as I have not fully set up the English version. Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2014 Share Posted May 20, 2014 what is the size of the picture you're trying to add Link to comment Share on other sites More sharing options...
Bjarstal Posted May 20, 2014 Share Posted May 20, 2014 They are all 770 x 425 px The same images as I use for the imageslider. Link to comment Share on other sites More sharing options...
Bjarstal Posted May 23, 2014 Share Posted May 23, 2014 Hi. Did you find a solution? I have the same problem and unfortunatly I started a new thread before I found this one. Pls see the French language version of my site http://shop.bjarstal.com/fr/ NOTE; Only on the French language version as I have not fully set up the English version. Ok, I have a temporarly solution. Added code to global.css /* ***** Below margin-top:300px By Hans to correct problem with non-working links in footer when adding pictures in Theme configurator "footer". *********Temporarly solution! Will not work if footer is getting higher, the margin-top must then be changed. Guess some html change must be done. ******* Then some styling ********** */ #htmlcontent_footer{ margin-top:330px } #htmlcontent_footer img{ border-radius:5px; box-shadow:5px 5px 5px black; } #htmlcontent_footer a img:hover{ box-shadow:5px 5px 3px #b0b0b0; } Link to comment Share on other sites More sharing options...
Recommended Posts