Jump to content

Recommended Posts

in this case you need to know something about php / smarty and how blockcategory module works. Moreover - you need also to know something about javascript / jqeury to get hover effect. Of course it is possible, but it isn't as simple as it seems. I don't know any module for do that, so you need to modify existing module or create new one...

Link to comment
Share on other sites

this is html + javascript combination. Prestashop use smarty templates so it uses also smarty values.

 

idea of creating menus like this is:

 

html part:

<ul>
<li>dogs
   <ul>
    <li>big</li>
    <li>small</li>
   </ul>
<li>
<li>cats<li>
<li>whales<li>
<ul>

 

You must create script in jquery / javascript to show subcategories after mouse over on main <li>

 

all of this must have got valid css styles.

 

it is a very complex piece of code, not only "one" command

Link to comment
Share on other sites

Now, when i mouse over a category tab it's changes color, if i do click a submenu open under it.

I was hoping it will be enough just to change some commandes in css to make it as as i want.

 

As i have no time, if i can't find a solution, at least for the moment i'll pass the ideea..

Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...