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?

rounded image backgrounds
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: rounded image backgrounds
#7746
rounded image backgrounds 13 Years, 5 Months ago Karma: 0
Hi

I would like to have rounded images as bacground for the main menu and also would like to change the font?

Please can you help

Matt
The administrator has disabled public write access.
 
#7748
Re:rounded image backgrounds 13 Years, 5 Months ago Karma: 746
Hello,

Use the following CSS rule that define font family:

Code:


.ux-menu-container .ux-menu A
{
  font-family: Arial !important;
}



The module uses the following background images:

<joomla_dir>\modules\mod_ariextmenu\mod_ariextmenu\js\css\images\menu-item-bg.png

<joomla_dir>\modules\mod_ariextmenu\mod_ariextmenu\js\css\images\menu-item-bg-current.png

<joomla_dir>\modules\mod_ariextmenu\mod_ariextmenu\js\css\images\menu-item-bg-over.png

You can change it for your needs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7751
Re:rounded image backgrounds 13 Years, 5 Months ago Karma: 0
hi

thanks. but what if i want to make the background images like button rounded shape which will chage depending on the length of the text inside? I cant just change those images then can I?

Matt
The administrator has disabled public write access.
 
#7753
Re:rounded image backgrounds 13 Years, 5 Months ago Karma: 746
It requires modification of HTML code of the module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8280
Re:rounded image backgrounds 13 Years, 5 Months ago Karma: 0
I want to create menu with rounded corners too than can expand base on the length of text.

So how to modify the Html code to achieve this?

Can't use -moz-border-radius as IE do not recognize this. How to change ari menu to use rounded jpgs corners?

Thanks
The administrator has disabled public write access.
 
#8281
Re:rounded image backgrounds 13 Years, 5 Months ago Karma: 746
Hello,

HTML layout of the menu is created into <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/templates/menu.html.php file. You can change it for your needs.

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