MicrostockGroup

Microstock Photography Forum - General => Symbiostock => Symbiostock - Technical Support => Topic started by: Ron on August 16, 2013, 01:10

Title: First 10 characters not showing in search field on mobile
Post by: Ron on August 16, 2013, 01:10
Hi all, when using Sys on my android phone Galaxy SIII mini the site is resizing but the search field is locked on the left side and the first 10 characters are not showing.

Known bug? Fixable? What can we do about this?

http://semmickphoto.com/ (http://semmickphoto.com/)

Title: Re: First 10 characters not showing in search field on mobile
Post by: Travelling-light on August 16, 2013, 01:27
Hi all, when using Sys on my android phone Galaxy SIII mini the site is resizing but the search field is locked on the left side and the first 10 characters are not showing.

Known bug? Fixable? What can we do about this?

[url]http://semmickphoto.com/[/url] ([url]http://semmickphoto.com/[/url])


It may not have been mentioned because a lot of people have dropped the Image/Blog dropdown and that fiits a phone screen OK. To get rid of it add

Code: [Select]
#symbiostock_main_search #select_type {
display: none;
}

to CSS.

Otherwise, you might have to dig into the search box sizing and make it scale with a width in %

Have you looked at adding the mobile menu widget? It saves a lot of screen space at phone size.
Title: Re: First 10 characters not showing in search field on mobile
Post by: Ron on August 16, 2013, 01:34
To be honest, I havent done anything to my site since the last SYS update to 2.5.5 coz I am waiting for the Premium Version. I dont have child theme installed so I need to redo my custom changes after every update. But once the Premium Version is installed I am going to do it properly.

So thanks for pointing this mobile widget out to me, and I will address this once I have the premium version.

For now I will just change the CSS code.
Title: Re: First 10 characters not showing in search field on mobile
Post by: Nikd90 on August 16, 2013, 09:29
Hi all, when using Sys on my android phone Galaxy SIII mini the site is resizing but the search field is locked on the left side and the first 10 characters are not showing.

Known bug? Fixable? What can we do about this?

[url]http://semmickphoto.com/[/url] ([url]http://semmickphoto.com/[/url])


It may not have been mentioned because a lot of people have dropped the Image/Blog dropdown and that fiits a phone screen OK. To get rid of it add

Code: [Select]
#symbiostock_main_search #select_type {
display: none;
}

to CSS.

Otherwise, you might have to dig into the search box sizing and make it scale with a width in %

Have you looked at adding the mobile menu widget? It saves a lot of screen space at phone size.


By CSS you mean style.css under symbiostock-child

Should it placed inside the
Body{

}
Title: Re: First 10 characters not showing in search field on mobile
Post by: Travelling-light on August 16, 2013, 12:06

It may not have been mentioned because a lot of people have dropped the Image/Blog dropdown and that fiits a phone screen OK. To get rid of it add

Code: [Select]
#symbiostock_main_search #select_type {
display: none;
}

to CSS.

Otherwise, you might have to dig into the search box sizing and make it scale with a width in %

Have you looked at adding the mobile menu widget? It saves a lot of screen space at phone size.

By CSS you mean style.css under symbiostock-child

Should it placed inside the
Body{

}

No, just add it to the end of the file. Inside the body tag is usually for the default font, text and background colours and the like.