Tagged: cornerstone
-
AuthorPosts
-
September 26, 2016 at 9:03 am #1190852
Hi,
This morning I was working on some sliders which I have created with the previous version of Slider Revolution and my slides started become erratic and not rendering the images on my Samsung Tablet S2 and Sony Z3 Compact phone during testing.
I have tried the default browsers on those devices (since they are based on Chrome core I assume) and they did not work on them, too.
Later, slides started to appear on my Chrome browser on Windows 10 PC the same. Empty images and non-functional links etc. They were fine on Edge and IE 11.
I have cleared my Chrome browser cache and it did not help.
I went for a coffee for half an hour leaving my PC as it was and slider was working fine on Chrome again when I came back?!!
Currently those slides are loading without images and with a confused layout on Android devices.
I have checked images which I have used on this particular slider and noticed that the image resolution was 96 dpi instead of 72 dpi of other sliders which are working fine.
Could this resolution thing be the culprit?
Thank you.September 26, 2016 at 9:45 am #1190904Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 26, 2016 at 9:58 am #1190925This reply has been marked as private.September 26, 2016 at 10:35 am #1190965Hi There,
Would you mind providing a screenshot of the slider you are referring to?
Thanks
Joao
September 26, 2016 at 11:01 am #1191021This reply has been marked as private.September 26, 2016 at 11:03 am #1191028This reply has been marked as private.September 26, 2016 at 9:46 pm #1191698Hi There,
Thank you for the screenshots. I can see the issue on real mobile.
Can you check this thread:https://community.theme.co/forums/topic/image-layer-in-revolution-slider-not-showing-on-mobile/.Do let us know how this goes.
September 27, 2016 at 3:24 am #1191897Hi,
I have read the thread you suggested.
I did not understand the actual solution. The client says that he or she remade the whole slide from scratch as a hero scene instead of a regular slide.
My problem is that all things were working just fine with all the same visuals, text, layout etc. and it started to misbehave after I changed breakpoints for all four device resolutions in the main settings.
I have reverted back when this problem occurred and it did not cure the problem.
I have used a pre-built template made by the developers of Slider Revolution which was confirmed working with my version of X Theme.
So, are you suggesting that I should re build a new slider from scratch? What was the actual solution in that thread?
Thanks.September 27, 2016 at 7:10 am #1192150Hi,
I have changed image resolutions to 72 dpi with no change in behavior.September 28, 2016 at 3:30 pm #1194573Hi there,
Maybe it’s due to browser cache? It’s perfectly working on my end. And it has nothing to do with DPI.
Have you tried on other devices?
Thanks!
September 29, 2016 at 1:21 am #1195236Hi,
do you mean the cache on desktop browsers?
Desktop environment is not a problem.
Slider does not work on Android mobile devices. I have tried on four different devices with the same result:
images are loaded since I have disabled the lazy load feature, but beyond that nothing is working. Cannot scroll the page from within the slider, cannot tap the links embedded on the images etc.
Could you please do check the problem on Android devices?
Thank you.September 29, 2016 at 1:52 am #1195277Hi there,
Yes, I did, please check the attached screenshot.
It’s perfectly working on the tablet too. Are you testing on simulation mode and not on actual device?
Thanks!
September 29, 2016 at 2:16 am #1195312Interesting.
I am testing the actual pages and slides on different devices.
Could you please tap on one of the links and advance to the target slide?
You see, I have cleared my browser caches on all three devices and it still doesn’t work on my end.
Let me confirm that the navigation works on your device to eliminate the obsolete possibilities.
Thank you.September 29, 2016 at 3:38 am #1195383Hi there,
It’s not navigating to single post, it just scrolls but it renders okay. It’s because the links are bind with ID such as #discover and it’s treated as the one-page scroll.
Please add this code to Admin > Appearance > Customizer > Custom > Javascript. Or much better, add this on your slider’s custom javascript so it will run upon slider’s load.
jQuery( function( $ ) { $(document).ready( function() { setTimeout( function() { $('a.tp-rs-menulink').off('touchstart touchend'); }, 300 ); } ); } );
Hope this helps.
September 29, 2016 at 3:50 am #1195400Thank you very much Rad.
Working perfectly now. -
AuthorPosts