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?

Newbie questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Newbie questions
#16394
Newbie questions 13 Years ago Karma: 0
Hi,

I'm a graphics designer, with a little knowing of coding. I've installed Ari Ext menu in a Joomla 1.6 site I'm designing.
The URL is www.alliotiko.gr/testa .It's the horizontal greenish menu.

I have some questions

1. How I can put an image background to menu items and submenu items as well, instead of a plain color?
2. How I center the menu in the container?
3. I'm trying to change the font size in the module, but its not getting bigger than 12px
4. Also, its not possible to change menu's directory permissions in server's side. Is there any special setting in the module?

Thanks in advance
Chris
The administrator has disabled public write access.
 
#16400
Re:Newbie questions 13 Years ago Karma: 748
Hello,

1. Information about menu HTML layout and CSS classes can be found here. It should be useful if you want to customize the menu.

2. Add the next CSS rule:

Code:


.ux-menu-container
{
 text-align: center;
}

.ux-menu
{
 display: inline-block;
 *display: inline;
 zoom: 1;
}



3. Use correct value, set it to 20px for example instead of 2

4. The module doesn't change any directory permissions. It can be a problem with Joomla! or server configuration.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16403
Re:Newbie questions 13 Years ago Karma: 0
Hi,
Thanks for your quick reply

I added the css rule, it works fine. Thanks

I changed the font size, now is 20px, but the size is not changed. Pls advise

Chris

p.s.
I checked with Firebug and I see in menu.min.css that the font size is 12px, eventhough i set it 20px in joomla module. Why?
Last Edit: 2011/06/20 20:27 By cvrak.
The administrator has disabled public write access.
 
#16412
Re:Newbie questions 13 Years ago Karma: 748
Set it to 20px instead of 20. If it doesn't help, provide link to your J! backend by email that we can investigate the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16441
Re:Newbie questions 13 Years ago Karma: 0
admin wrote:
Set it to 20px instead of 20. If it doesn't help, provide link to your J! backend by email that we can investigate the problem.

Regards,
ARI Soft


Thanks for the advice. It worked.
Now I have to solve the permission problem, its not possible to ftp the corrected css file to Ari Ext menu directory.
Probably it is a joomla 1.6 setting. I enabled FTP layer, but the problem remains. Any more suggestions?

Regards
Chris
The administrator has disabled public write access.
 
#16445
Re:Newbie questions 13 Years ago Karma: 748
Try to contact hosting support.

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