Hi Guys,
This is same old categories menu made by me but there are some qualities. Comes as a module.
Now you can configure through admin panel.
You can enable/disable this new categories menu. Prestashop default menu will be activate when you disable this menu.
Just have a look at screen shots.
Bug fixed:
You can fix overlapping block issue. You need to add a property in ddsmoothmenu.css.
Find this:
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 100%;
height:auto;
}
and replace with:
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 100%;
height:auto;
display:inline-block;
}
Or you can simply replace the attached css.
I've fixed some bugs, Please download blockcategories_updated.zip.
Attachment | Size |
---|---|
blockcategories.zip | 30.89 KB |
ddsmoothmenu.css | 2.34 KB |
blockcategories_updated.zip | 30.93 KB |