-
AuthorPosts
-
March 9, 2018 at 7:40 pm #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
March 13, 2018 at 5:04 pm #926148Hey 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,
MikeMarch 13, 2018 at 7:21 pm #926204Thanks Mike,
We are viewing it on the latest version of IOS.
March 13, 2018 at 9:19 pm #926244Here is the link for the mobile screen shot
March 14, 2018 at 11:07 am #926541Hi,
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,
MikeMarch 15, 2018 at 7:41 pm #927615Hello,
Installing your code completely stops the sliders from working.
Please advise.March 15, 2018 at 10:21 pm #927760Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMarch 30, 2018 at 9:27 pm #935448Did you solve this yet?
March 30, 2018 at 11:15 pm #935472Hi,
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,
MikeApril 2, 2018 at 6:01 pm #936135See private.
April 3, 2018 at 5:56 am #936315Hi,
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,
MikeApril 12, 2018 at 9:17 pm #941136Hi 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.
April 13, 2018 at 3:13 pm #941537Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.