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?

changing topmenu in Beez5 to ARI Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: changing topmenu in Beez5 to ARI Ext Menu
#23853
changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 0
Hello,

I've been searching this forum for quite sometime now, even though i've found similar problems, the solution this dazzles me...!
i work in jooma 1.6, the Beez5 template;

I want to exchange the current topmenu with this ARI Ext Menu.

- The first problem is that this position doesn't appear in the module settings. So, changing this in some CSS sheet would be the answer.

- i see a lot of answers telling to 'change the CSS styles', sure, but there are countless CSS pages to be found;
The answer below sounds great, but in which CSS should I start to look for this? modules, templates?(I work with Filezilla to view and change the sheets)

' his problem with site template styles. Try to add the next CSS rules to "CSS Styles" parameter in module settings:

Code:

#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;
}

#header ul.ux-menu-sub li
{
float: none;
text-align: left;
}

#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}


PS: Set "Auto width" parameter to "No".


A very desparate rookie,

thanks in advance.
The administrator has disabled public write access.
 
#23855
Re:changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 748
Hello,

Custom CSS rules can be added to "CSS Styles" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23859
Re:changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 0
Thank you for your quick reply;

i've seen this answer being given before, and others might be helped with this, but i'm already lost; where can I find ' CSS styles parameter in module settings'?
...\www\home\modules\mod_ariextmenu\mod_ariextmenu\js\css\ perhaps?

i'm sorry to be asking this beginners questions.
The administrator has disabled public write access.
 
#23860
Re:changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 748
Open module settings page on Joomla! backend, find "CSS Styles" parameter and entered necessary CSS rules:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23864
Re:changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 0
OK, i've spend the last hour googling "open module settings page in joomla 1.6 backend" , but can only get to an extention placed after to URL to see the positions of the different modules.
where and how do I find this 'module settings page'?
I wish joomla would make better tutorials on these matters...
The administrator has disabled public write access.
 
#23865
Re:changing topmenu in Beez5 to ARI Ext Menu 12 Years, 5 Months ago Karma: 748
All Joomla! modules have settings page where administrators can configure module specific and common parameters. Login to J! backend and open "Extensions -> Module Manager" page, find "ARI Ext Menu" module and click by module name. As result module settings page appears.

Regards,
aRI Soft
The administrator has disabled public write access.
 
Go to topPage: 12