Images not displaying correctly on iphone
Moderator: forum_m
Images not displaying correctly on iphone
hi there,
Images are displaying in a 1 column formation on iphone, any ideas?
JJ
Images are displaying in a 1 column formation on iphone, any ideas?
JJ
-
- Posts: 7224
- Joined: February 26th, 2015, 1:40 pm
Re: Images not displaying correctly on iphone
please share site url
-
- Posts: 7224
- Joined: February 26th, 2015, 1:40 pm
Re: Images not displaying correctly on iphone
Hello jemmajo,
please share the temp access at lizarweb[at]gmail[dot]com
We'll test the issue and let you know about this.
Thanks.
please share the temp access at lizarweb[at]gmail[dot]com
We'll test the issue and let you know about this.
Thanks.
Re: Images not displaying correctly on iphone
hi sorry for been an idiot but what exactly does that mean I have to do? what do i need to send you?
JJ
JJ
-
- Posts: 7224
- Joined: February 26th, 2015, 1:40 pm
Re: Images not displaying correctly on iphone
Hello jemmajo,
you need to send the temporary access of your site at lizarweb[at]gmail[dot]com
We will test the issue on your site with the theme you are using and will fix it asap.
Thanks.
you need to send the temporary access of your site at lizarweb[at]gmail[dot]com
We will test the issue on your site with the theme you are using and will fix it asap.
Thanks.
Re: Images not displaying correctly on iphone
sorry im not sure how to go about that
-
- Posts: 7224
- Joined: February 26th, 2015, 1:40 pm
Re: Images not displaying correctly on iphone
Hello jemmajo,
for creating a temp access-
follow the below steps-
1) Go to "Users" setting in admin dashboard.
2) Select "Admin".
3) username field is there and a temporary password you can create which you can change later.
4) mail the username and password on the email mentioned above.
For reference you can see http://imgur.com/a/ebbys
Thanks.
for creating a temp access-
follow the below steps-
1) Go to "Users" setting in admin dashboard.
2) Select "Admin".
3) username field is there and a temporary password you can create which you can change later.
4) mail the username and password on the email mentioned above.
For reference you can see http://imgur.com/a/ebbys
Thanks.
-
- Posts: 7224
- Joined: February 26th, 2015, 1:40 pm
Re: Images not displaying correctly on iphone
we fix the issue of Gallery on page http://www.logovisual.com/thinkingwall/
if you see this issue on other Gallery insert given code in Custom CSS Style box of Gallery in plugin option
if you see this issue on other Gallery insert given code in Custom CSS Style box of Gallery in plugin option
Code: Select all
@media handheld and (max-width: 667px), screen and (max-device-width: 667px), screen and (max-width: 667px), only screen and (max-device-width: 667px)
{
#container div
{
max-width: none !important;
}
}