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?

Displaying problem
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Displaying problem
#26504
Displaying problem 12 Years, 3 Months ago Karma: 0
I have a problem showing my menu, how can I fix it?
The menu name is just for test I'll create a new one to show it in an article,
I created a new position "ariextmenu", and include the modele with {loadposition ariextmenu}
And it's possible to give the same with to all menu items?
www.microprobes.com/index.php?option=com_content&view=article&id=166
The administrator has disabled public write access.
 
#26509
Re:Displaying problem 12 Years, 3 Months ago Karma: 748
Hello,

When we try to open the link into a browsre, 404 error occurs.

PS: Provide a screenshot where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26515
Re:Displaying problem 12 Years, 3 Months ago Karma: 0
Sorry, now you can see the article + screenshot
www.microprobes.com/index.php?option=com_content&view=article&id=166

Last Edit: 2012/03/20 18:14 By Greeps.
The administrator has disabled public write access.
 
#26527
Re:Displaying problem 12 Years, 3 Months ago Karma: 748
Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


DIV.ux-menu-container UL.ux-menu LI
{
 overflow: visible;
 margin: 0;
 padding: 0;
}

DIV.ux-menu-container UL.ux-menu UL.ux-menu-sub
{
 margin: 0;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26577
Re:Displaying problem 12 Years, 3 Months ago Karma: 0
Txs a lot!
The administrator has disabled public write access.
 
#26587
Re:Displaying problem 12 Years, 3 Months ago Karma: 0
Just one more question, how do I remove the margin/padding all around the menu
I try
DIV.ux-menu-container
{
margin: 0;
padding: 0;
align: center;
}

You can see live test here:
www.microprobes.com/index.php?option=com_content&view=article&id=166
Im trying to add some images at the top, using a table

txs, great support
Last Edit: 2012/03/21 22:31 By Greeps.
The administrator has disabled public write access.
 
Go to topPage: 12