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?

Hide articles and markers
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Hide articles and markers
#15627
Hide articles and markers 13 Years, 1 Month ago Karma: 0
I want first level menus to just be headers with the submenus displaying the articles. The first level has an article as well. Can I stop it being displayed?

Also can I change the tiny triangle/arrow marker on the left of the menu box?

Thanks, Mike.
The administrator has disabled public write access.
 
#15628
Re:Hide articles and markers 13 Years, 1 Month ago Karma: 748
Hello,

The module uses the next images for indicating sub-menus:

<joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-down.png

<joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-right.png

About main menu items, provide screenshot please where we can see what you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15630
Re:Hide articles and markers 13 Years, 1 Month ago Karma: 0
Hi,

Thanks for prompt reply. You can see the menu at medlink-uk.net on the left under Medlink.

I have just noticed that it is working in IE8 but not in Firefox 3 or 4, where the submenus slide out under the 2nd column.

So 'The Courses' has 3 sub-menus attached to articles, but if someone clicks on 'The Courses', I do not want it to open the article I have had to link with it.

Thanks, Mike.
The administrator has disabled public write access.
 
#15633
Re:Hide articles and markers 13 Years, 1 Month ago Karma: 748
Add the next CSS rules:

Code:


body #at-col1,
body #at-col1 .module
{
 overflow: visible;
}

#at-col1 .ux-menu LI
{
 background-image: none;
 padding: 0;
}



About "The Courses" menu item, set menu item type to "Separator" for this menu item.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15638
Re:Hide articles and markers 13 Years, 1 Month ago Karma: 0
Hi,

Brilliant solution!

Many thanks for fast response. I have posted a very positive review in the JED.

Mike
The administrator has disabled public write access.
 
Go to topPage: 1