Jump to content

Theme configurator in a footer


ldon

Recommended Posts

 

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

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

  • 1 month later...

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

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

×
×
  • Create New...