Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 12:59 am (All times are UTC )

 




Post new topic Reply to topic  [ 10 posts ] 
Author Message
Posted: Sun Jul 15, 2007 10:04 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jun 13, 2007 8:32 pm
Posts: 35
Hi all.

Joomfish problem. Actually it is a Joomfish language selector problem. Please take a look at this page: http://www.tourism-quality.com/Dev/
Take a look with both Firefox and Explorer. Explorer displays the language selector in the correct way, one flag next to the other, while firefox puts one flag under the other. I tried fiddling with joomfish language selector css, but no success. Any ideas?


Last edited by flouts on Mon Jul 16, 2007 2:05 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Jul 15, 2007 10:48 am 
User avatar
Joomla! Exemplar
Joomla! Exemplar
Offline

Joined: Thu Aug 18, 2005 9:58 am
Posts: 8101
Location: Hillerød - Denmark
Mod note ot2sen: Moving thread from Extensions Directory Forum --> to Laguages / Multilingual & Joom!Fish Forum

_________________
Ole Bang Ottosen - Joomla! Translation Coordination Team
Joomla Leadership Team - Production Working Group - i18n/l10n/translation

Webløsninger og professionel support http://www.ot2sen.dk | Dansk Joomla! support - http://joomla.dk/


Top
  E-mail  
 
Posted: Mon Jul 16, 2007 1:56 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jun 13, 2007 8:32 pm
Posts: 35
Anyone please?

This is driving me crazy.. Cant get flags to display correctly in firefox... I even moved the joomfish css definitions within my templates css file, but still no luck. What i get now in firefox, is as the page loads, the flags appear correctly (horizontaly) for a moment, and then switch to vertical....

Help, i am going crazy..... I guess it has smthg to do with the template css...some conflict with floats maybe, but cant find it...


Top
  E-mail  
 
Posted: Mon Jul 16, 2007 2:04 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jun 13, 2007 8:32 pm
Posts: 35
OK.... i managed to solve it by myself...

What i found, was that the ul class, had a float:right; property which made conflict with other floats in my template and flags went crazy.
Removed this line and everything works fine...

But this is custom solution, for a custom problem :)

Pitty it wont be of use to someone else....or maybe it will....whatever....I go work :)


Top
  E-mail  
 
Posted: Sun Jul 29, 2007 9:24 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Jan 31, 2006 10:55 pm
Posts: 30
Location: AZ
KUDOS!

This is was I was looking for! Thanks for posting your resolution and not leaving this without the solution.
saved me about 30min of research.


Top
  E-mail  
 
Posted: Mon Aug 27, 2007 7:44 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jul 04, 2007 10:28 am
Posts: 37
flouts, I have the same problem. The default joomla templates for 1.0.12 do not show flags... I have read just about everywhere looking for the magical tip to no avail. Could you report your solution in detail for non-experts?

Greetings,


Top
   
 
Posted: Sun Oct 28, 2007 1:51 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Oct 26, 2007 8:12 pm
Posts: 1
I modified the file mod_jflanguageselection.php. (I changed the string .$language->shortcode into .$language->iso) or you can change the shortcode in the joomfish language manager.


Top
  E-mail  
 
Posted: Thu May 08, 2008 2:55 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Apr 24, 2008 1:06 pm
Posts: 1
Hello,
Could someone take a look Why my polish flag does not want to work.
I have implemented the solution with changing the mod_jflanguageselection.php file.

my site:
http://www.piekloniebo.pl


Regards,
Dariusz


Top
  E-mail  
 
Posted: Thu May 29, 2008 2:30 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 29, 2006 7:43 pm
Posts: 10
okay - for those who (like me) need more detailed info on even where to find the proper spot to delete to get the flags in FF working properly - here you go!

go to modules/mod_jflanguageselection/tmpl/ and dload the mod_jflanguageselection.css file.
delete the following from it:

#jflanguageselection
{
float: right;
margin: 15px 0px 10px 5px;
}

save and re upload... that should do it.
Cheers! :) :)


Top
  E-mail  
 
Posted: Tue Jul 21, 2009 3:05 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jun 11, 2009 5:33 am
Posts: 7
what I did to fix this was
changed modules/mod_jflanguageselection/tmpl/mod_jflanguageselection.css

Code:
#jflanguageselection
{
float: inherit;
margin: 15px 0px 10px 5px;
}


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group