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?

Very basic question re getting started
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Very basic question re getting started
#6117
Very basic question re getting started 13 Years, 8 Months ago Karma: 0
I am very new to this. I have installed ARI Ext Menu in Joomla but have no idea how to get started with changing my current Joomla menu. I have found other Joomla extensions in Components but can't find ARI Ext Menu. Can someone please just give me a nudge in the right direction.
The administrator has disabled public write access.
 
#6125
Re:Very basic question re getting started 13 Years, 8 Months ago Karma: 748
Hello,

Joomla! site templates contain predefined positions for loading modules. You can see this positions if add "tp=1" variable to site URL. For example if your site has URL www.domain.com use the next URL that see module positions:

www.domain.com/index.php?tp=1

That assign a module to necessary position, open 'Extensions -> Module Manager' page on Joomla! backend, click by 'ARI Ext Menu' link in modules data grid, configure it, choose position in 'Position:' drop-down, enable and save it. After this the module should appear on the site in selected module position.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6128
Re:Very basic question re getting started 13 Years, 8 Months ago Karma: 0
Thank you for your response. I now have the menu appearing on the home page 118.127.22.78/~dontfre/index.php?option=com_content&view=article&id=6&Itemid=1. Can you please tell me where I go to change the colour of the menu. Sorry to be so basic but I am just learning.

Thanks
jbnewbie
The administrator has disabled public write access.
 
#6129
Re:Very basic question re getting started 13 Years, 8 Months ago Karma: 748
What color do you want to change and what color do you want to use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6131
Re:Very basic question re getting started 13 Years, 8 Months ago Karma: 0
The light green as in the top banner on our site for the button and white writing. Hope this is possible.
The administrator has disabled public write access.
 
#6132
Re:Very basic question re getting started 13 Years, 8 Months ago Karma: 748
Add the following CSS rules to 'CSS Styles' parameter in module settings:

Code:


.ux-menu-container .ux-menu A
{
  background: #55B9A8;
  color: #FFF;
}

.ux-menu-container .ux-menu A.current
{
 background: #00A18C;
}

.ux-menu-container .ux-menu A.ux-menu-link-hover,
.ux-menu-container .ux-menu A:hover
{
 background: #55C9B8;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123