Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #924679

    Hello,

    On mobile phones, my interior pages are not loading images correctly.
    We have the latest version of PHP and Enfold running.

    Thanks for all your help.
    You guys are great!

    Kind regards,

    David

    #926148

    Hey djsmbd,
    I looked at your pages on my Android device and it seems that all of the images are loading, are you experiencing this issue with Android devices? Can you include a mobile screenshot of the issue that we can compare with?

    Best regards,
    Mike

    #926204

    Thanks Mike,

    We are viewing it on the latest version of IOS.

    #926244

    Here is the link for the mobile screen shot

    #926541

    Hi,
    Do you mean the layerslider at the top of the page?
    The best solution to have a great visitor experience with the layerslider is to create a mobile only version of your slider. Placing the new slider under your current one on the page and using css to hide one or the other depending on the screen size, such as this:

     @media only screen and (max-width: 767px) {
    div#layer_slider_1 {
    display:none!important;
    }
    }
    
    @media only screen and (min-width: 768px) {
    div#layer_slider_2 {
    display:none!important;
    }
    }

    While this code may need a little tweaking for your site, we can help adjust it for you.

    Best regards,
    Mike

    #927615

    Hello,
    Installing your code completely stops the sliders from working.
    Please advise.

    #927760

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #935448

    Did you solve this yet?

    #935472

    Hi,
    It doesn’t look like you have included the admin login to the thread, Please post the login info in the Private Content area.

    Best regards,
    Mike

    #936135

    See private.

    #936315

    Hi,
    I have looked at your sliders and don’t see that you have any mobile versions of them,
    The best solution to have a great visitor experience with the layerslider is to create a mobile only version of your slider. Placing the new slider under your current one on the page and using css to hide one or the other depending on the screen size, such as the code above, which will only work if you have two sliders on one page.
    We will be happy to show you how this works if you first create a duplicate slider resized for mobile view. Lets use the FAQ page as an example.

    Best regards,
    Mike

    #941136

    Hi Mike,

    Do I really need to create mobile sliders?
    The home page renders correctly and the site worked well until the recent upgrade.

    Please advise.

    #941537

    Hi djsmbd,

    Do you really want to make your users download the 1920px images on mobile phones?

    Google will scream that the images are not optimized for mobile.

    Best regards,
    Victoria

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