I have a menu I use in J1.7 which is not working in J2.5
I have moved from JA Lime to JA Elastica
The problem is that the child menu does not show on rollover. I have tried a variety of experiments which were of no help.
However, looking at the source code of the two pages shows that after the menu there is a javascript included on the page which in the JA Lime page has slide 1 while in the Elastica page has slide 0.
I cannot see where these scripts are built but, I guess, that 1 means that the menu slides when the rollover action occurs.
Please can someone advise how to correct this?
Thank you
Tony D
This is the script from Lime, the Elastica version has slide set to 0
<script type=”text/javascript”>
var megamenu = new jaMegaMenuMoo (‘ja-megamenu’, {
‘bgopacity’: 0,
‘delayHide’: 300,
‘slide’: 1,
‘fading’: 0,
‘direction’:’down’,
‘action’:’mouseover’,
‘tips’: false,
‘duration’: 300,
‘hidestyle’: ‘fastwhenshow’
});
</script>