- Posts: 120
- Thank you received: 0
Setting menu effects: Fade, Scroll Down, Drop-In
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 months ago #12237
by elanna
Setting menu effects: Fade, Scroll Down, Drop-In was created by elanna
Hi, guys!
I was trying to change some menu effects I have from the template, but I do not find much information about it in your site. Could you give me some hint?
I've installed the template trhough Hot Start procedure, ok?
Other issue is what coul I do to organize the Main Menu with itens and subitens?
I was trying to change some menu effects I have from the template, but I do not find much information about it in your site. Could you give me some hint?
I've installed the template trhough Hot Start procedure, ok?
Other issue is what coul I do to organize the Main Menu with itens and subitens?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #12243
by ivan.milic
Replied by ivan.milic on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
You can change menu effect in template parameters,
For other issue what is problem you have now?
For other issue what is problem you have now?
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 5 months ago #12256
by elanna
Replied by elanna on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
Perfect... but subitens in the Main menu remais with no suggestion...
Do you have any component or module compatible with your template to indicate? Or may I find any 3rd part componente and install ite with no issues?
Do you have any component or module compatible with your template to indicate? Or may I find any 3rd part componente and install ite with no issues?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #12259
by ivan.milic
Replied by ivan.milic on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
We have no problems with our modules and templates like that, if you need assistance you can bay our extra time to help you make your site.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 5 months ago #12261
by elanna
Replied by elanna on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
I understand.
Well, what I really wan to do is a customization on Main Menu, in order to use some drop down subintens when a External URL Menu option is defined.
The subitens list must to be openned once the main item were selected. If you have some sample to show me...
Or look at: www.nstalker.com/products/our-technology/
This sample site uses subitens openned. It could work for me as well.
How do you estimate efforts to do it, and I how do I buy this extra time to customize this module?
Well, what I really wan to do is a customization on Main Menu, in order to use some drop down subintens when a External URL Menu option is defined.
The subitens list must to be openned once the main item were selected. If you have some sample to show me...
Or look at: www.nstalker.com/products/our-technology/
This sample site uses subitens openned. It could work for me as well.
How do you estimate efforts to do it, and I how do I buy this extra time to customize this module?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #12263
by ivan.milic
Replied by ivan.milic on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
That menu in link always shows all items. You wold have only to set Always Show Sub-Menu items to Yes to make it like that. To make it as you described:
Suppose you will put that module to the left. First you will set Always Show Sub-Menu items to Yes in menu module settings.
then put this at the bottom of template_css.css:
.column_left .menu > li > ul {
display:none;
}
.column_left .menu > li.active > ul {
display:block;
}
for custom jobs you must contact us by sending us e-mail using option "report to moderator"
Suppose you will put that module to the left. First you will set Always Show Sub-Menu items to Yes in menu module settings.
then put this at the bottom of template_css.css:
.column_left .menu > li > ul {
display:none;
}
.column_left .menu > li.active > ul {
display:block;
}
for custom jobs you must contact us by sending us e-mail using option "report to moderator"
Please Log in to join the conversation.
Time to create page: 0.185 seconds