Shape 5

Joomla Free Templates => Design Control - Free => : someca January 30, 2015, 06:56:30 AM



: show switch lang in mobile devices
: someca January 30, 2015, 06:56:30 AM
look top right at www.finquesmar.es there is a lang switch and a search box in moodule search, how can I show this module search in mobile devices ?
joan


: Re: show switch lang in mobile devices
: jonahh January 30, 2015, 01:39:53 PM
Hello,

In order to stop this from hiding up open the s5_responsive.css file and look for:

#s5_search_login_wrap

You'll notice it has a display:none on it which hides it at a certain resolution.  Just remove this so that it doesn't get removed.


: Re: show switch lang in mobile devices
: someca January 30, 2015, 02:52:44 PM
ok, and how I can show in this position module lang switch as in pc version?
thanks


: Re: show switch lang in mobile devices
: mikenicoll January 31, 2015, 12:05:11 AM
Hello,

I am not quite sure what you mean by your last statement. Could you clarify?


: Re: show switch lang in mobile devices
: someca January 31, 2015, 04:25:28 AM
yes, look www.finquesmar.es
in a pc, in top-right there is a lang selector, but when you see the site in a mobile device don't.
I asked if it it possible to show this lang selector in the search position in mobile version
joan


: Re: show switch lang in mobile devices
: mikenicoll January 31, 2015, 07:49:16 PM
Hello,

This area is hidden by coding in the s5_responsive.css file. You would need to remove or alter this coding:

:
@media screen and (max-width: 750px) {
  #s5_search_wrap { display: none; }
  #s5_social_clear, #s5_social_bar_narrow_screen { display: block; }
}


: Re: show switch lang in mobile devices
: someca February 02, 2015, 04:09:17 AM
yes, I'll try
thanks
joan


: Re: show switch lang in mobile devices
: mikenicoll February 02, 2015, 06:38:13 PM
NP