Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Menu Bar : Unable to get it to mimic original bar
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu Bar : Unable to get it to mimic original bar
#13214
Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 0
Hi,

I wanted to give your extension a try as it has been strongly recommended to me by another user.

Installation seems fine but the way it is displayed on the site, I cannot seem to configure it to look visually right.

Menu is on :
www.mcfcforum.com/index.php/mcfc-arcade

And should look like
www.mcfcforum.com/index.php/latest-news

I have read other reviews and I am guessing it is a templating issue but cannot work out where...

Any help appreciated.

Mark.
The administrator has disabled public write access.
 
#13218
Re:Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 748
Hello,

Add the next CSS rules to site template CSS file:

Code:


#hornav .ux-menu a 
{
 border-style: none;
}

#hornav .ux-menu a,
#hornav .ux-menu a:hover,
#hornav .ux-menu a:focus,
#hornav .ux-menu a.ux-menu-link-hover,
#hornav .ux-menu a.current
{
 background-color: transparent;
}

#hornav a.current
{
 background-image: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13219
Re:Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 0
Fantastic, that works a treat for making the style correct. After writing the above though I realised that I couldn't seem to find a way to get the dropdown menu to actually drop down, i.e. start below the button.

It seems to want to start over the top of the existing button which makes it unworkable. I have added a sub-menu for you to see what I mean to the arcade button.
The administrator has disabled public write access.
 
#13221
Re:Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 748
This problem with site template javascript code for default menu. You can remove loading the next javascript file in site template that avoid the problem with drop-down menu:

<joomla_directory>/templates/shaper_simplicity_ii/js/cssmenu.js

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13223
Re:Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 0
You guys are excellent,

The comments about your support are absolutely well deserved. The bar is working seamlessly.

I need to work out changing the width on the dropdowns but for now I have it set up and ready to be populated.

Thanks for all your help.

Mark.
The administrator has disabled public write access.
 
#13258
Re:Menu Bar : Unable to get it to mimic original bar 13 Years, 1 Month ago Karma: 0
This is probably a really simple one but I have looked at the module and cannot see where it is getting the blue arrow from. Is there a way of removing it. It appears when there is a dropdown.
The administrator has disabled public write access.
 
Go to topPage: 12