Hello,
Looking for some support here.
I have installed JReviews on my Joomla 1.7 site (not online yet) but working really good. However, it seems that ARI Ext Menu doesn't work properly. I have searched thoroughly in other posts finding no solution for this issue.
I don't get any drop-down at all, Top menu has changed to a new looking-style (the one of ARI Ext Menu I can say for sure), but have no drop-downs at all.
Sub menus have been created correctly I think, but have no luck getting the plugin working.
I'm attaching the code I copied from somewhere in the forum for the CCS Style:
------------------------------------------
div#header
{
overflow: visible;
}
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
}
#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
}
#header .ux-menu ul.ux-menu-hidden
{
display: none;
}
#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
position: relative;
}
#header ul.ux-menu-sub li
{
text-align: left;
}
#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
-------------------------------------------
I have attached some screenshots of my site and the module configuration. Whenever I rollover the cursor over the menu items, they only get high-lightened but no drop-downs at all.
Hope to get some help. I'll be grateful forever, I've working on this for two days and it's driving me nuts.
Is there something in particular I must consider for getting ARI Ext Menu working with JReviews??