- Posts: 6
COMMUNITY FORUM
numodusversus multilanguages
- Antonio
- Topic Author
- Offline
- New Member
Less
More
11 years 1 month ago - 11 years 1 month ago #137025
by Antonio
numodusversus multilanguages was created by Antonio
hello dear communities,
i have couple of issues with numodusversus template.
1) I need to use 2 languages, Italian and English. I enabled the 2 languages and relative menu but I don't know where is the positoon possible to put the language module so the 2 flags will appears.
2) the 4 central parts "content highlights" (template specific bloks) are not modules so if I change the language, how can I translate relative text?
Please could you help me to solve these issues
thanks a lot
Antonio
i have couple of issues with numodusversus template.
1) I need to use 2 languages, Italian and English. I enabled the 2 languages and relative menu but I don't know where is the positoon possible to put the language module so the 2 flags will appears.
2) the 4 central parts "content highlights" (template specific bloks) are not modules so if I change the language, how can I translate relative text?
Please could you help me to solve these issues
thanks a lot
Antonio
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
11 years 1 month ago #137026
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic numodusversus multilanguages
Hello,
1) It depends on your logo and main menu items if you could squeeze it on top. It would be helpful if you could provide a link to your page in order to recommend which would be the best position for your language flags.
2) You can create a copy of the template through Template Manager and choose which language will load which template. There you can choose different content for your Highlights section.
1) It depends on your logo and main menu items if you could squeeze it on top. It would be helpful if you could provide a link to your page in order to recommend which would be the best position for your language flags.
2) You can create a copy of the template through Template Manager and choose which language will load which template. There you can choose different content for your Highlights section.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 1 month ago #137027
by Antonio
Replied by Antonio on topic numodusversus multilanguages
Dear Yiota,
thanks a lot for your reply. About the point n.2 is exactly what I did last week end. :-)
Abou the point n. 1 at moment is in the flag module in the breadcrumbs position. I don't know if is the best solution.
The web site is www.pozzomisseomatera.com at moment is under construction so I activated it just for a few hours so you can see the logo etc. The best could be at the left of Home menu button if is possible.
Regards,
Antonio
thanks a lot for your reply. About the point n.2 is exactly what I did last week end. :-)
Abou the point n. 1 at moment is in the flag module in the breadcrumbs position. I don't know if is the best solution.
The web site is www.pozzomisseomatera.com at moment is under construction so I activated it just for a few hours so you can see the logo etc. The best could be at the left of Home menu button if is possible.
Regards,
Antonio
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
11 years 1 month ago - 11 years 1 month ago #137028
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic numodusversus multilanguages
Since your logo is that high and the whole header is taller than the demo's you could use a new module position right above the menu and search in the same container,
<div class="column large-8 small-12 mobile-2 menuWrap">
Use the position named nuModusVersus_Top and add this code
right above thisin the index.php of your template.
Then publish your module there.
You might need to add/modify the css for the responsive states. Just add the modified classes to your custom.css file.
<div class="column large-8 small-12 mobile-2 menuWrap">
Use the position named nuModusVersus_Top and add this code
<?php if($this->countModules('nuModusVersus_Top')): ?>
<div class="floatRight language">
<jdoc:include type="modules" name="nuModusVersus_Top" style="nu" />
</div>
<div class="clr"></div>
<?php endif; ?>
right above this
<?php if($this->countModules('nuModusVersus_Search')): ?>
Then publish your module there.
You might need to add/modify the css for the responsive states. Just add the modified classes to your custom.css file.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 1 month ago #137029
by Antonio
Replied by Antonio on topic numodusversus multilanguages
Done! do you like?
thanks a lot for your support.
Regards,
Antonio
thanks a lot for your support.
Regards,
Antonio
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
11 years 4 weeks ago #137030
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic numodusversus multilanguages
You are welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.