- Posts: 19
- Thank you received: 0
Is it compatible multilanguage site?
-
andrius
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 1 week ago #44635
by andrius
Replied by andrius on topic Is it compatible multilanguage site?
(each time you create menu you must configure it in 'Menu Configuration' tab in template options)
if you mean in sparky framework -> Menus Settings , then i click those menu i created, no options are avaivable, like in original ones.
if you mean in sparky framework -> Menus Settings , then i click those menu i created, no options are avaivable, like in original ones.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 week ago #44636
by ivan.milic
Replied by ivan.milic on topic Is it compatible multilanguage site?
Can you send us admin access so we have a look . Send login info using 'Report To Moderator' button
Please Log in to join the conversation.
-
andrius
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
10 years 4 days ago #44707
by andrius
Replied by andrius on topic Is it compatible multilanguage site?
did you get login info?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 days ago #44708
by ivan.milic
Replied by ivan.milic on topic Is it compatible multilanguage site?
I saw that and I informed staff to check out that theme.
The following user(s) said Thank You: andrius
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
10 years 3 days ago #44710
by milos
Replied by milos on topic Is it compatible multilanguage site?
Hello Andrius,
Please edit file /templates/hot_sparks/css/tadmin.css and for this class:
div.controls select.MenuTypeSelect
add this line:
display: block !important;
After this, it should look like this:
Regards
Please edit file /templates/hot_sparks/css/tadmin.css and for this class:
div.controls select.MenuTypeSelect
add this line:
display: block !important;
After this, it should look like this:
Code:
div.controls select.MenuTypeSelect {
float: left;
width: 170px;
margin: 15px 40px 0 10px;
display: block !important;
}
Regards
The following user(s) said Thank You: andrius
Please Log in to join the conversation.
Time to create page: 0.079 seconds