-
AuthorPosts
-
July 14, 2015 at 7:48 pm #473406
Hi there,
first of all: Many thanks for your great support in the last months! Without your help I would have never been able to get my websites online – although you created with enfold a theme that’s really easy to handle. But when I started I had really no clue of wordpress etc. – and now? Here it is: http://www.magazinschmiede.deNevertheless I need your help again. I’ve build the pages with custom css-classes and different content for mobile and desktop devices. The mobile content is only for really small devices, the desktop content should be displayed on tablets. On android it works perfectly. But if you have a look on it on an ipad in vertical format, only the header, slider and footer are displayed. In landscape mode everything is fine.
With your help I made these changes quick css:
@media only screen and (min-width: 1024px) {
.container { max-width: 1150px !important; }
}
@media only screen and (max-width: 769px) {.only_desktop { display: none !important; }}
@media only screen and (min-width: 768px) {
.only_mobile { display: none !important; }}Is there something missing?
Warm regards,
hermelinaJuly 14, 2015 at 10:33 pm #473461Hi hermelina!
Please change to
@media screen and (min-width: 1024px) { .container { max-width: 1150px !important; } } @media screen and (max-width: 769px) {.only_desktop { display: none !important; }} @media screen and (min-width: 768px) { .only_mobile { display: none !important; }}
Only is used mostly for old browsers
Best regards,
BasilisJuly 15, 2015 at 1:04 am #473496Hello Basilis,
thank you for the quick answer. I changed the settings and cleared several times all caches, but it’s still the same.
Do you have another idea?Warm regards,
HermelinaJuly 27, 2015 at 1:51 pm #479061Hi Hermelina!
Sorry for the late reply!
I do not have an actualy tablet but when i resize browser window, i cannot see anything wrong with your layout. Can you please post a screenshot and show the issue you are getting if you have not figured it out already?Cheers!
YigitJuly 27, 2015 at 4:41 pm #479156July 31, 2015 at 4:19 pm #481448Hi!
I don’t have an iPad to test on but I don’t see anything out of the ordinary on your site on PC or Android. You have tried clearing the cache on Safari?
Be sure to deactivate all plugins while testing. I couldn’t figure out which version of Enfold your using though it is most likely unrelated.
Cheers!
ElliottAugust 3, 2015 at 12:57 pm #482058Hi,
I’m using the newest version of enfold. On PC and Android it works fine, but I’ve got the feedback from several apple-users that it does not work on ipad in vertical mode – just like documented on the screenshots.
As a lot of people use these devices, I would like to get this issue fixed. So please, could you have a look again?Many thanks & cheers!
hermelinaAugust 4, 2015 at 2:17 pm #482681 -
AuthorPosts
- You must be logged in to reply to this topic.