-
AuthorPosts
-
pressmar Friend
pressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
December 27, 2009 at 10:55 am #147095Hey There,
i’m looking for a solution for the same problem once discussed in here – but the solutions wasn’t published here. I want to show the Joomfish Language selector in the top menubar on the right side. Hope anybody has the solution. In the last thread the solutions was to create a new position but not exactly how it should be done.
Maybe someone has the solution to do it in the same line as the search button (right of it).
Help would be great. Thanks in advance for your help.
Kindest regards.
OliverBest wishes for Xmas
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 29, 2009 at 8:25 am #327673Hello guy!
Please open the file:templatesja_leadindex.php and find codes at line 94
<div id=”ja-header” class=”wrap”>
<div class=”main clearfix”>replace:
<div id=”ja-header” class=”wrap”>
<div class=”main clearfix”>
<div id=”my-customtop”>
<jdoc:include type=”modules” name=”my-customtop” style=”raw” />
</div>2) add these css codes into the templatesja_leadcsstemplate.css
#my-customtop{
position:absolute;
right:0;
top:0;
}3) you access your administator, install the Language Selection module on the “my-customtop” postion
good luck
pressmar Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
December 29, 2009 at 10:12 am #327683Hey Tien,
thanks for you fast help. I changed everything in the two files. After starting the administration new, and reselcting the template no new position “mycustomtop” appeared in the administration, languageselector modul.
Is there any trick?
Maybe the two files are of interest.Thanks in advance.
Oliver:)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 29, 2009 at 10:31 am #327685Hello
You made sucessfull without mistake.
In the Configuration form of the Language Selection module, You type the ‘my-customtop’ text into the Position parameter
pressmar Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
December 29, 2009 at 11:00 am #327688Thanks again for you answer. It worked perfectly with the new position, but two new little problems appeared. Firefox cuts the black menu bar under the language locator.
Internet explorer uses now a very transparent menu, see pictures.
In Safari it works perfectly.
Do you have a solution for that too,
By the why is it possible to move the flags down in the middle of the menu bar in changing the css template?
TIA Oliver:D
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 30, 2009 at 6:42 am #327752Hmm
It work well on my site. Please up the project to your host and give me the link to your site, i need to have a closer look on the issue.Thanks
Dalibor Bosnjakovic FriendDalibor Bosnjakovic
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
May 23, 2010 at 1:52 pm #344415this works ok, but i would like some additional help. i would like that module to go all the way to the left. no metter what is the resolution of the screen it should be all the way on the left. i need that to show page peal banner module.
txDalibor Bosnjakovic FriendDalibor Bosnjakovic
- Join date:
- September 2014
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
May 24, 2010 at 9:23 pm #344580could someone please help?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 28, 2010 at 2:54 am #345006Dear dbosnj35!
I’m sorry, pls give me the link to your site, i would like to have a closer look on the issue
Thanks
pressmar Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
October 16, 2010 at 11:52 am #359253Hey tienhc,
i woud like to use the joomfish language selector once again in the hot-news on the right side. I tried to adapt the solution above to ores but i think there are too many changes in the structure. hope you can assist with a solution for ores as well.
thanks in advance
oliverSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 19, 2010 at 2:00 am #359463<em>@pressmar 198845 wrote:</em><blockquote>Hey tienhc,
i woud like to use the joomfish language selector once again in the hot-news on the right side. I tried to adapt the solution above to ores but i think there are too many changes in the structure. hope you can assist with a solution for ores as well.
thanks in advance
oliver</blockquote>Hello
you open the file; templatesja_oreslayoutsblocksheader.php and find the following code:
[PHP]
<jdoc:include type=”modules” name=”hotnews” style=”JAxhtml” />
</div>
<?php } ?>
[/PHP]
replace:
[PHP]
<jdoc:include type=”modules” name=”hotnews” style=”JAxhtml” />
</div>
<?php } ?><div id=”my-customtop”>
<jdoc:include type=”modules” name=”my-customtop” style=”raw” />
</div>
[/PHP]and add the following code into the template.css file
#my-customtop{
position:absolute;
right:0;
top:0;
}pressmar Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
October 22, 2010 at 8:04 am #360023Thanks for your answer. I changed everything as you proposed.(see attached files) but i don’t get the new menu position in the module section. Maybe you can assist.
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by pressmar 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum