Jump to content

[SOLVED] Weird Bug in Prestashop 1.5.6.2


Recommended Posts

Hi. I just install 1.5.6.2 for testing but i think there is a bug here. I want to remove the welcome login from header which is by uninstalling modules > user info block. But somehow the header logo and search box has been offset. (please see atached pictures). Even after reinstalling this module and clearing the cache via Advanced Parameters > Performance > cache, the logo and search box still offset.  Isn't after reinstall the logo and box supposed to go back to original position? Fyi no other modules have been touched and I'm using fresh default theme. Anyone else face this issue? Thanks.

 

 

post-31973-0-72041200-1392456530_thumb.png

post-31973-0-47434200-1392456908_thumb.png

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

Hi

 

I'm a newbie who has just upgraded to 1.5.6.2 and I unresolved problems with smarty cache!

 

It just shows not optimized all the time no matter if I clear it via advanced parameters.

 

Could your 'bug' be related to mine, in that the cache has an issue?

 

I'm sorry I can't solve the problem, but I think its worth noting this to the moderators! I've been stuck now for nearly 2 weeks with no solution.

 

Good luck

 

Poly

Link to comment
Share on other sites

Isn't after reinstall the logo and box supposed to go back to original position? 

 

I think you'll just need to change the position of the User info block module in back office (Modules->Module->Positions). Reinstalling the module would have put it at the bottom of the list - you can move it up again.

Not really a bug, in my view.

Cheers, Dave

 

Edit: sorry, that should be Modules->Positions

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

If you don't want to install user info block module, change some css:

 

/modules/blocktopmenu/css/superfish-modified.css (line 2)

.sf-contener {

    clear: both;

    margin-top: 80px;     <--- add this line.

}
 
This will bring the top horizontal menu down again. below the header logo.
 
If you want to keep the user info block (i.e. revert to original state), move it's position indeed just above top horizontal menu in modules->positions (top of pages - block)
post-455771-0-25622900-1392690404_thumb.png
 
N.B. Benjamin: alphaZ did not disable, but uninstalled the module. Then after reinstall, the module is positioned at the bottom, not at the same position as before. As stottyCabanas said, you have to move it up (to above Top Horizontal Menu, as you correctly mentioned).
 
 
Hope this helps,
pascal.
  • Like 2
Link to comment
Share on other sites

 

N.B. Benjamin: alphaZ did not disable, but uninstalled the module. Then after reinstall, the module is positioned at the bottom, not at the same position as before. As stottyCabanas said, you have to move it up (to above Top Horizontal Menu, as you correctly mentioned).
 
 
Hope this helps,
pascal.

 

 

Thank you for the clarification and support, Pascal. I'm sure we all can agree that it's much appreciated. Cheers

Link to comment
Share on other sites

×
×
  • Create New...