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: 12
TOPIC: Newbie questions
#11330
Newbie questions 13 Years, 2 Months ago Karma: 0
Hello,

I installed ARI EXT MENU on my local site recently and was looking for any documentation how to start to work with it, but could not find anything. I see that the only way to discover something is to experiment or ask here

When I tried to change something in menu.css file, nothing changed. Do I need to show a path to it in index.php file?

I put such style in module description:

.ux-menu-container {
position: relative;
margin-left: 300px;
margin-bottom: 20px;
background: #ff0000 url(images/menu-item-bg.png) repeat;
}

However, no background image appears, though the color #ff0000 appears. How to make image appear?

I need that meniu would be 300px from the left, so I used "margin-left" parameter. It worked, but the background colour moved as well, and I need it to start from the beginning of site's left side. How to do that?

I attach a photo of current view.


Sorry for many questions, but when I get the idea of how everything's working I think I will do it all by myself.
Last Edit: 2011/02/22 09:16 By paulius444.Reason: forgot to attach a photo
The administrator has disabled public write access.
 
#11333
Re:Newbie questions 13 Years, 2 Months ago Karma: 748
Hello,

The module works as standard Joomla! menu module. More information you can find in this post. Information about menu styles and HTML layout can be found here. About custom CSS rules, provide link to page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11731
Re:Newbie questions 13 Years, 2 Months ago Karma: 0
OK, thanks to Firefox Firebug I am starting to realize what's going on However, here is one issue:

I need to change font size of menu items. Now they are 12px, I need 14 px. With the firebug I inspect this code:

#ariextmenu_ariext39 a {
font-size: 12px !important;
font-weight: normal !important;
text-transform: none !important;
}

But firebug somewhy does not write what is the title of file where the code is located, only tells me that this file is in my public_html directory. I think this is some sort of mistake.

Where can I find the code so that I could change font-size?
The administrator has disabled public write access.
 
#11732
Re:Newbie questions 13 Years, 2 Months ago Karma: 748
You can define font size with help "Font size" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11847
Re:Newbie questions 13 Years, 2 Months ago Karma: 0
Well wow, how could I be so stupid

I am finishing to adjust this great module, but here some more issues: when you hover the menu item, the slide comes out about 3px too low and in the end it rises up those 3px. With the fade option selected there is no such problem. Secondly, in firefox the bulleted list is visible, and in opera the bullets disapear, while different versions of IE some show bullets, some not. Is it possible to deal with that?

Here is my site: www.vvg5.srv7.321.lt


Thanks a lot for the answers.
The administrator has disabled public write access.
 
#11851
Re:Newbie questions 13 Years, 2 Months ago Karma: 748
Add the next CSS rules:

Code:


#leftcolumn div.module_bbb div div div div
{
 margin-top: 0;
}

ul.ux-menu LI
{
 list-style: none;
}



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