• Hi,
    Great slider but could not adjust in the free version to make one slider to work well both in desktop and mobile.
    So, to solve this issue, I made two different sliders – one for desktop and one for mobile and hide it accordingly.
    But this make a bug with the last slide which is freezed when it needs to go to the first one.
    I work with Elementor and even when I tried to put the two shortcodes in different sections, the problerm still happens.
    Whewn I deleted one shortcode the problem is gone.
    So, what is the solution?

    link: flowersoapscoil [dot] ipage [dot]com/1007

Viewing 1 replies (of 1 total)
  • Thread Starter webcart

    (@webcart)

    OK, so a small hack to solve it untill you will fix it:

    CSS:

    @media screen and (max-width: 768px) {
    .the-widget-shortcode{
         visibility: hidden;	
         position: absolute;
    }}
    @media screen and (min-width: 769px) {
    .the-widget-shortcode{
    	visibility: hidden;
    	position: absolute;
    }}
Viewing 1 replies (of 1 total)
  • The topic ‘Slider Freeze’ is closed to new replies.