Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.de

    Nevertheless 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,
    hermelina

    #473461

    Hi 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,
    Basilis

    #473496

    Hello 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,
    Hermelina

    #479061

    Hi 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!
    Yigit

    #479156
    #481448

    Hi!

    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!
    Elliott

    #482058

    Hi,
    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!
    hermelina

    #482681

    Hi,

    I’m having trouble finding anything wrong both on your screenshots and the actual site itself, the only thing I could see that is slightly off are the columns in the Gut zu wissen section which goes a bit thin before going full width, is that the issue?

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.