- Posts: 14116
- Thank you received: 1639
Problem with the long menu text.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
12 years 2 months ago #25559
by ivan.milic
Replied by ivan.milic on topic Problem with the long menu text.
Your flashes menu needs to be bigger in height to fit that sub menu. Also background images are just not wide enough to cover whole surface of menu you need images with bit bigger width.
Items font size is 9px so making them smaller is I suppose out of question.
For other question did you use menu item alias type for menu item when you created second menu item that points to same article?
Items font size is 9px so making them smaller is I suppose out of question.
For other question did you use menu item alias type for menu item when you created second menu item that points to same article?
Please Log in to join the conversation.
-
supergian1969
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
12 years 2 months ago #25694
by supergian1969
Replied by supergian1969 on topic Problem with the long menu text.
I must set the root menù to an single article, because i had not thought to mobile devices?
you have to touch the main menu(with postback)to bring up the second level menu and of course the third level is unattainable with touch devices.
I don't think you can solve these problems!
you have to touch the main menu(with postback)to bring up the second level menu and of course the third level is unattainable with touch devices.
I don't think you can solve these problems!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #25710
by ivan.milic
Replied by ivan.milic on topic Problem with the long menu text.
Open templates\hot_flashes\flashes_menu\menu.js
for devices:
line ~82
jQuery('#flashes > li > a').mouseover
change to:
jQuery('#flashes > li > a').click
for devices:
line ~82
jQuery('#flashes > li > a').mouseover
change to:
jQuery('#flashes > li > a').click
Please Log in to join the conversation.
Time to create page: 0.080 seconds