Jump to content

How to hook this module?


Recommended Posts

Well beside translating module to Top hook you need to change position inside the hook so it is before cart block I think.

Also then some css are needed. Use first something like this 

#header #social {display:none;}

So it is hidden while you do not position and style like you want, preferably using browser dev tools. 

Edited by razaro (see edit history)
Link to comment
Share on other sites

Well beside translating module to Top hook you need to change position inside the hook so it is before cart block I think.

Also then some css are needed. Use first something like this 

#header #social {display:none;}

So it is hidden while you do not position and style like you want, preferably using browser dev tools. 

hi.

 

i have tried putting the module to the top position but it does not show at the header, it only shows under my image slider?

 

thank you.

Link to comment
Share on other sites

Could you put it live on your website but use css to hide it  ?

 

I will check it out.

 

And in Modules > Positions find displayTop hook and see what are module positions there, 

and make sure social module is before slider and menu.

Link to comment
Share on other sites

Ok try first to move module inside hook before header user module then add this css

#header_right .isocial {
  float: right;
  clear: right;
  display: inline-block;
  margin-bottom: -20px;
  margin-right: 26px;
  margin-top: 5px;
}

That margin bottom is not greatest solution but maybe it can improved later.

Link to comment
Share on other sites

It is hooked in displayTop. But if you check Modules >Positions and fins displayTop hook section, you will see 

there are several modules there. And they have position numbers inside hook, that is important because it 

influence order of display on front office.

 

So check what position social module have and move it before blockuserinfo,

Link to comment
Share on other sites

hi.

 

i have added the changes and the module is in the perfect position, but there is one problem with the basket, it is not lining up correctly now when something is added to the basket and hovered on. please take a look at the picture i have added.

 

thank you.

post-106055-0-95525800-1436809025_thumb.jpg

Edited by Nick20000 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...