Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

only submenu item showing on page
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: only submenu item showing on page
#27992
only submenu item showing on page 12 Years, 6 Months ago Karma: 0
i switched from the vertical to the horizontal menu.
i had to make some changes, but now i have the problem:

on the homepage, the whole menu is showing. If i go to a specific page, the menubar is gone, with only the specific submenu showing.

here is the link to the homepage: www.naturalhealthcentre.nl/

here is the link to a submenu page: www.naturalhealthcentre.nl/index.php/lessen/lessen

I hope we can solve this problem.

thanks in advance,
Chris
The administrator has disabled public write access.
 
#27993
Re:only submenu item showing on page 12 Years, 6 Months ago Karma: 760
Hello,

Set "Show only active sub-menus" parameter to "No".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27994
Re:only submenu item showing on page 12 Years, 6 Months ago Karma: 0
so simple... and so sorry for this obvious question! it's been a while since I worked with the module.

Can I ask another question?
i tried several solutions for getting the submenu item width fixed, but no succes.


i tried among others this link (also trying to get rid of the arrow):

#pillmenu .ux-menu li a
{
float: none;
}

#pillmenu .ux-menu li a .ux-menu-arrow
{
right: 2px;
}

but nothing changed. do you have another solution?

thank you again!
The administrator has disabled public write access.
 
#27995
Re:only submenu item showing on page 12 Years, 6 Months ago Karma: 760
Set "Auto width" parameter to "Yes".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28032
Re:only submenu item showing on page 12 Years, 6 Months ago Karma: 0
thank you. it looks much better now.
i have another question. I guess it's really depending on specific websites, because I tried several solutions, but got no changes:

I would like the menu bar to be either centered, or covering the whole length.

the link: www.naturalhealthcentre.nl/

i hope you can give me the solution.

thanks again!
Chris
The administrator has disabled public write access.
 
#28033
Re:only submenu item showing on page 12 Years, 6 Months ago Karma: 760
Add the next CSS rule:

Code:


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

#contentarea2 .ux-menu-container .ux-menu
{
 display: inline-block;
}



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