Multilanguage problem

Support desk for Villa Belluci Joomla Hotel Template
GK User
Sun Nov 22, 2015 9:41 pm
Instead of the language menu (ua – home page – 0001, ru – home page – 0002) is displayed multilanguage menu (home page – 0000). Although his module is unpublished.
I duplicated the language menu modules to Header position. In this position, everything works fine.
Home page and Screenshots - http://cvnet8.chernivtsy.net/
In a template Protostar, all working fine
What is the problem?
Thanks
User avatar
Fresh Boarder

teitbite
Tue Nov 24, 2015 6:54 pm
Hi

In our templates menu is no handled by a module. Here is an instruction how menu should be build: https://www.gavick.com/documentation/jo ... joomla-1-7

Or You can just use multiple template styles and select a different menu and language to it.
User avatar
Moderator

GK User
Fri Nov 27, 2015 7:35 pm
Thanks. I made a multilingual menu.
Unfortunately, this is more difficult than in the standard Joomla version. And one question remains.
The name "Home" multilingual menu (Home) is displayed on the pages of both languages.
For the main language is normal. But how for the second language to replace this inscription as appropriate to the language (Home-ru) ?
User avatar
Fresh Boarder

teitbite
Sat Nov 28, 2015 6:15 pm
Hi

I'm simply hiding Home element and adding new for each languages which are simply linking to a site's url with information about language, for example http://www.mysite.com/en
User avatar
Moderator

GK User
Sun Nov 29, 2015 7:26 pm
Many thanks, I solved this problem :-)
Could you suggest how to remove the separator before the HOME now.
And one more question:
How to make links are unstressed (not underline) ?
Now in Template.css
a {
text-decoration: none;
}
User avatar
Fresh Boarder

teitbite
Mon Nov 30, 2015 11:10 am
Hi

Try add this to override.css

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li:nth-child(2)::before {
display: none;
}


what underlined links You have in mind ? I cannot see any on homepage.
User avatar
Moderator

GK User
Mon Nov 30, 2015 4:06 pm
User avatar
Fresh Boarder

teitbite
Mon Nov 30, 2015 7:46 pm
Hi

Please add this to override.css file:

Code: Select all
.single-page .item-body a, .blog-page .item-body a {
    border-bottom: medium none;
}
User avatar
Moderator

GK User
Tue Dec 01, 2015 6:58 am
I made changes. But in both cases, nothing has changed
Tell me, what am I doing wrong.
Excuse me, I'm a doctor, and web design is only my hobby :D
Now my override.css file

Code: Select all
.single-page .item-body a, .blog-page .item-body a {
border-bottom: medium none;
}
Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li:nth-child(2)::before {
display: none;
}
I'm sorry. Thanks
User avatar
Fresh Boarder

teitbite
Tue Dec 01, 2015 11:44 am
Hi

Please remove all this "Code: Select all" from there. It's not a part of the css.
User avatar
Moderator

GK User
Tue Dec 01, 2015 7:45 pm
I removed. Nothing has changed (I have also done, with no result)

.single-page .item-body a, .blog-page .item-body a {
border-bottom: medium none;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li:nth-child(2)::before {
display: none;
}
User avatar
Fresh Boarder

teitbite
Wed Dec 02, 2015 5:20 pm
Hi

You forgot to allow using override in template settings. I cannot see this file being used by Your site right now.
User avatar
Moderator

GK User
Wed Dec 02, 2015 9:21 pm
Many thanks
User avatar
Fresh Boarder

teitbite
Fri Dec 04, 2015 4:29 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron