Keyword

K2 Menu with submenus

More
14 years 6 months ago #73756 by Alexis Valera
Replied by Alexis Valera on topic K2 Menu with submenus
Thanks Nicholas Lima

I need a big favor from you if you have some time to answer my question

Can you tell us how to put the images in the CSS, please, it will help us a lot

Thanks in advance for your answer

Best regards and Thanks in advance.

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #73757 by Thambi Yousuf
Replied by Thambi Yousuf on topic K2 Menu with submenus
hi nicholas,

i just installed your menu module, can you help me adjust the postioning. it is overlapping to the right, and some menu categories / sub category not visible
www.samratbazaar.com.sg

Please Log in or Create an account to join the conversation.

  • Nicholas Lima
  • Nicholas Lima's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 4 months ago #73758 by Nicholas Lima
Replied by Nicholas Lima on topic K2 Menu with submenus
Hi, this is a error in your css (or not). but If you make this simple adjustment it work fine;

Remove the overflow

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
overflow:hidden;
position:relative;
width:202px;
}

like this

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
position:relative;
width:202px;
}

Sorry for all trouble

Thambi Yousuf said:hi nicholas,
i just installed your menu module, can you help me adjust the postioning. it is overlapping to the right, and some menu categories / sub category not visible
www.samratbazaar.com.sg

Please Log in or Create an account to join the conversation.

  • Nicholas Lima
  • Nicholas Lima's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 4 months ago #73759 by Nicholas Lima
Replied by Nicholas Lima on topic K2 Menu with submenus
I'm sorry because i don't have answered you message. But if you still want to know, tell me and i will help you.

Alexis Enrique Valera said:Thanks Nicholas Lima
I need a big favor from you if you have some time to answer my question

Can you tell us how to put the images in the CSS, please, it will help us a lot

Thanks in advance for your answer

Best regards and Thanks in advance.

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #73760 by Thambi Yousuf
Replied by Thambi Yousuf on topic K2 Menu with submenus
hi nicholas,
not able to find the overflow hidden in menu
just attached a copy of the k2.css and would pm you. just resend me the file after removing the hidden overflow. it would be a very great help. something wrong i do my whole effort comes crashing down
/samratbazaar.com.sg/components/com_k2/css
this path is correct or not
thanks
thambi

Nicholas Lima said:Hi, this is a error in your css (or not). but If you make this simple adjustment it work fine;
Remove the overflow

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
overflow:hidden;
position:relative;
width:202px;
}

like this

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
position:relative;
width:202px;
}

Sorry for all trouble

Thambi Yousuf said:hi nicholas, i just installed your menu module, can you help me adjust the postioning. it is overlapping to the right, and some menu categories / sub category not visible
www.samratbazaar.com.sg
Attachments:

Please Log in or Create an account to join the conversation.

  • Nicholas Lima
  • Nicholas Lima's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 4 months ago #73761 by Nicholas Lima
Replied by Nicholas Lima on topic K2 Menu with submenus
Sorry, i don't have said the css file to change. you have to change you template.css (templates/rt_mynxx_j15/css/template.css in line 68) and it will be fine.

find the css clases bellow and remove the overflow

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
overflow:hidden;
position:relative;
width:202px;
}

I hope you can do it now. If you need some more thing i can do, tell me!!!
Thanks for the support of my module.

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #73762 by Thambi Yousuf
Replied by Thambi Yousuf on topic K2 Menu with submenus
hi nicholas,
no luck
removed overflow:hidden from col2
still the same
any other idea, pls let me know,your menu bar is so fast and just great, cannot let it go just for this overlapping
thanks

Nicholas Lima said:Sorry, i don't have said the css file to change. you have to change you template.css (templates/rt_mynxx_j15/css/template.css in line 68) and it will be fine.
find the css clases bellow and remove the overflow

.s-c-s .col2 {
float:left;
left:202px;
margin-left:-50%;
overflow:hidden;
position:relative;
width:202px;
}

I hope you can do it now. If you need some more thing i can do, tell me!!!
Thanks for the support of my module.

Please Log in or Create an account to join the conversation.

  • Nicholas Lima
  • Nicholas Lima's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 4 months ago #73763 by Nicholas Lima
Replied by Nicholas Lima on topic K2 Menu with submenus
What browser are you using? Using firefox I got to see the submenus. I Fix another bug in css. Below is the css file you have to change and the line. I hope it works. Also tested in Opera 10

Add the z-index in modules/mod_k2_menucat/css/style.css on line 31 like below

ul.level1, ul.level1 ul {
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
margin:0;
padding:0;
width:160px;
z-index:9999;
}

Here's a tip if you're using Firefox, try the "firebug". is a perfect app for developers

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #73764 by Thambi Yousuf
Replied by Thambi Yousuf on topic K2 Menu with submenus
hi nicholas,

just check my page on the bottom left side. any idea to increase the font size, i tried this k2.css but could not find which line to edit
/samratbazaar.com.sg/components/com_k2/css

the menu model works no nice, pls help me with the modification - thanks

thambi
singapore

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #73765 by jbmaury
Replied by jbmaury on topic K2 Menu with submenus
Hi,

a simple but very very good module..

Thanks a lot

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum