Bjarstal Posted May 20, 2014 Share Posted May 20, 2014 When I in the Theme Configurator adds one or more pictures in the footer, all the links in the footer stop working. Categories, My accound, email addresses, they are all stone dead. If I desactivate the pictures all is fine. NOTE that this problem is apperas wheter I activate the URL in the text and images, or not. Firstly, if you go to my page to have a look, pls note you must choose French as language in the top right to see the problem as I havn't set up English and Deutsch fully yet. Any idea how to solve this? I assume it is a layout problem in the HTML, but where ??? http://shop.bjarstal.com/fr/ Hans Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2014 Share Posted May 20, 2014 at the moment i don't see these lnks there Link to comment Share on other sites More sharing options...
Bjarstal Posted May 20, 2014 Author Share Posted May 20, 2014 You are in the English version. Pls choose French as language in the top right. I have not added the pictures in the footer in the English version. Link to comment Share on other sites More sharing options...
peranders Posted May 20, 2014 Share Posted May 20, 2014 It's obvious that your hack is not working but do you really want a section under the footer? Link to comment Share on other sites More sharing options...
Bjarstal Posted May 20, 2014 Author Share Posted May 20, 2014 It is not a hack! It is standard settings in the Theme configurator! U can choose to put the images in Header, Footer, Home, Left column and in the right column. Right and left does not work at all while the footer screws up as mentiond! Link to comment Share on other sites More sharing options...
Bjarstal Posted May 23, 2014 Author Share Posted May 23, 2014 I found a solution. Not the best but it works for the moment. Added lines to global.css. What I added is margin-top:300px If the content in the footer above the pictures will change height I will have to change the margin as well so it is not a good solution but I will use it untill someone proposes a final solution. I guess the HTML must be modified and I do not have time to do that right now. Already this have taken far to much time. /* ***** 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...
Lucas Cerdan Posted May 23, 2014 Share Posted May 23, 2014 You are right, we'll be fixing that. Link to comment Share on other sites More sharing options...
Bjarstal Posted May 23, 2014 Author Share Posted May 23, 2014 You are right, we'll be fixing that. You are sorry you mean, because I know I'm right ! Anyhow, that is the "footer", but there is a problem in "home" as well. If you add more than 4, or maybe 5, pictures everything screws up. Try it yourself and see. Put 7-8 pictures and you'll see. The problem turned out to be in /modules/themeconfigurator/css/hooks.css Below you'll find out. I've made some notes in the code. #htmlcontent_home ul li.htmlcontent-item-5 { width: /*66.6667%*/; } /* **************** Killed the width as it messed up the 4th image in Home by Hans */ @media (max-width: 479px) { #htmlcontent_home ul li.htmlcontent-item-5 { width: 100%; } } Link to comment Share on other sites More sharing options...
Bjarstal Posted May 25, 2014 Author Share Posted May 25, 2014 And more; when using the Imageslider while in Theme Configurator adding picures to "Header" the pictures ends up to the right side of the Imageslider, forcing it to the left. I hope it is not ment to be like that. Link to comment Share on other sites More sharing options...
Cykeldillen Posted July 26, 2014 Share Posted July 26, 2014 Hi, Please fix this dead link bug in footer when using theme configurator Still not working Link to comment Share on other sites More sharing options...
Recommended Posts