Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #915330

    Hi!

    I´m having a problem with Google Maps not showing on iphone and tablets.
    You can check the page; https://www.sudersand.se/kontakt
    I have now hidden the Google map-section for tablets (both landscape and portrait) and mobiles and put in a fullwidth easy slider (hidden for desktops), but the easy slider doesn´t show either.
    I have no idea why!
    All caches have been flushed for a million times. =)

    And another problem, on the same page, is that it all looks fine on the swedish one, but on the english/german pages the “styling” of the contact-page is all messed up. Can you take a look, please?
    Just follow the language-flags at the top right corner of the page.

    #915513

    Hey Johan,

    Thank you for using Enfold.

    Please try to deactivate the Autoptimize plugin then refresh the page a few times. The screen options are not working because the css codes that are supposed to hide the elements are missing.

    Best regards,
    Ismael

    #915534

    Ok, I´ll try…
    But there seems to be a problem to minify scripts with enfold? Are there any other plugins you can recommend that works better?

    Regards Johan

    #915687

    Hi,

    We are releasing a new version where we will include our own minifying :)
    Until then, you can always use Autoptimise, it does work.

    Best regards,
    Basilis

    #915689

    But then I don´t understand…
    Am I supposed to deactivate autopt, refresh a few times, and then reactivate and it is suppose to function without problem?

    Regards Johan

    #915714

    Hi,
    Yes, that is how it works when you want to do modifications and cache everything together.

    We cant do something regarding that from our side we are afraid.

    Best regards,
    Basilis

    #915726

    Ok, I understand.
    I´ve tried to deactivate, flushed cache, refreshed the page, but it still doesn´t work…
    I can´t see the easy slider on the ipad or iphone. Its just empty, white space.

    B.Regards
    Johan

    #915917

    … and the style of the german/ english contact page still isn´t working… Swedish contact page looks like it should.
    What am I missing? =)

    B.Regards
    Johan

    #916239

    Hi,

    So the issue that you see a white space is not happening to all, but only some languages?
    If so – you do need to add the slider to other languages also from the backend.

    Best regards,
    Basilis

    #916281

    There are two problems.
    I will copy the text from the first post I wrote:

    “I´m having a problem with Google Maps not showing on iphone and tablets.
    You can check the page; https://www.sudersand.se/kontakt
    I have now hidden the Google map-section for tablets and mobiles and put in a fullwidth easy slider (hidden for desktops), but the easy slider doesn´t show either. (empty, white space).

    And another problem, on the same page, is that it all looks fine on the swedish one, but on the english/german pages the “styling” of the contact-page is all messed up. Can you take a look, please?
    Just follow the language-flags at the top right corner of the page.”

    With messed up styling – I mean that the contact form and the text is spread in full width and not inside the maximum 1050px width.

    Best regards Johan

    #916964

    Hi,

    There was an invalid css code in the Quick CSS field. The screen options are working properly now.

    Best regards,
    Ismael

    #917058

    Thanks Ismael!

    But the fullwidth easy slider does not show on ipad or iphone still. Check https://www.sudersand.se/kontakt.
    I´ve provided a photo in private.

    Did you turn off W3 total cache and autoptimize?

    Regards Johan

    #917500

    Hi,

    Yes, we have to turn it off, so we can be able to see any changes that we are doing on the templates.

    Thank you for your understanding

    Best regards,
    Basilis

    #917587

    So this is still on your todo-list and I should keep them turned off…? =)

    Thanks for your help.

    Regards Johan

    #918154

    Hi,

    The slider is displaying on our end. What is the actual resolution and model of the iPad? Please try this css code in the Quick CSS field.

    @media only screen and (min-width: 990px) {
    .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
        display: block;
    }
    }
    
    @media only screen and (min-width: 1200px) {
    .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
        display: none;
    }
    }
    

    Best regards,
    Ismael

    #918210

    For real? Its showing a fullwidth slider on ipad/ iphone with you and a google map modul on your desktop?

    Im having an old ipad but a both my iphone 6s and iphone 7s is showing the same as the picture I´ve put in private.
    Even after the code you just gave me, Ismael.

    Regards Johan

    #918866

    Hi,

    Yes, it’s displaying properly on a browser emulation. However, it’s not displaying on an actual iPad device. I can’t find any errors in the console so I’m not sure what’s causing the issue. Please try to replace the slider with a color section, set a minimum height and then apply the image as background.

    Best regards,
    Ismael

    #918871

    All right, I´ll try that…
    Can I turn on all my plugins? And change back to swedish? =D

    Regards Johan

    #918890

    I´d tried to add a color section and it works!
    Thanks!

    The only remaining problem now is that the Google Maps isn´t hidden on tablet landscape and the color section isn´t showing in landscape.
    I bought a new ipad yesterday =D so it seems to be some problem with the themes settings of the pixel screensizes? Maybe a ipad is larger than 990px in landscape?
    It looks fine on tablet portrait (and I made a separate color section for iphones).

    I´m turning in my plugins now btw. =)

    Regards Johan

    #919582

    Hi,

    Yes, that’s probably the case. Please add this code in the Quick CSS field. :)

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    
    @media only screen and (min-width: 1025px) {
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: none;
        }
    }
    

    I’m sorry about the plugins. Yes, please enable them now except for the cache or minification plugin if there’s any.

    Best regards,
    Ismael

    #919977

    I´ve added the code and it is still showing perfectly on iphone and tablet portrait,
    but now none (of the google map or colorsection) is showing at all on the landscape.

    And now a fullwidth slider is gone on the frontpage. Only happening on landscape though.

    This was a tricky one to fix… =)

    Regards Johan

    #921260

    Hi,

    bought a new ipad yesterday =D

    Did you buy an iPad Pro? Please try this css code.

    @media only screen and (min-width: 990px) {
         .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
             display: block;
         }
    }
    
    @media only screen and (max-width: 1280px) and (min-width: 768px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    
    @media only screen and (min-width: 1281px) {
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: none;
        }
    }

    Best regards,
    Ismael

    #921317

    Working like a charm!
    On my new, not pro but regular, iPad! =D

    Thanks a lot!

    Regards Johan

    #921987

    Hi,

    Awesome. Please open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Not showing on iphone/ tablet, and more’ is closed to new replies.