Viewing 15 replies - 16 through 30 (of 36 total)
  • Hi Moira,

    This worked for me. I removed the variableheight=”true” from my code and then added this css to style.css

    .wpsisac-slick-carousal.design-6 .slick-image-slide img {
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
    object-position: unset !important;
    }

    Are you you using any cache plugin on your website?

    I was also facing this issue during plugin updating but once clear all the cache , I am able to see the real output.

    You can also check out demo website.

    We have made a little change in css, Can you please add this plugin again? We have not updated the version

    In the latest version we have following js now:

    // For Carousel Slider
    	$( '.wpsisac-slick-carousal' ).each(function( index ) {
    		
    		var slider_id   = $(this).attr('id');		
    		var slider_conf = $.parseJSON( $(this).closest('.wpsisac-slick-carousal-wrp').find('.wpsisac-carousal-conf').text());
    		
    		jQuery('#'+slider_id).slick({
    			dots			: (slider_conf.dots) == "true" ? true : false,			
    			arrows			: (slider_conf.arrows) == "true" ? true : false,
    			speed			: parseInt(slider_conf.speed),
    			autoplay		: (slider_conf.autoplay) == "true" ? true : false,
    			autoplaySpeed	: parseInt(slider_conf.autoplay_interval),
    			slidesToShow	: parseInt(slider_conf.slidestoshow),
    			infinite 		: true,
    			slidesToScroll	: parseInt(slider_conf.slidestoscroll),
    			centerMode 		: (slider_conf.centermode) == "true" ? true : false,
    			variableWidth 	: (slider_conf.variablewidth) == "true" ? true : false,			
    			rtl             : (slider_conf.rtl) == "true" ? true : false,
    			mobileFirst    	: (Wpsisac.is_mobile == 1) ? true : false,
    			responsive 		: [{
    				breakpoint 	: 1023,
    				settings 	: {
    					slidesToShow 	: (parseInt(slider_conf.slidestoshow) > 3) ? 3 : parseInt(slider_conf.slidestoshow),
    					slidesToScroll 	: 1,
    				}
    			},{
    				breakpoint	: 767,	  			
    				settings	: {
    					slidesToShow 	: (parseInt(slider_conf.slidestoshow) > 3) ? 3 : parseInt(slider_conf.slidestoshow),
    					slidesToScroll 	: 1,
    					centerMode 		: (slider_conf.centermode) == "true" ? true : false,
    				}
    			},
    			{
    				breakpoint	: 639,
    				settings	: {
    					slidesToShow 	: 1,
    					slidesToScroll 	: 1,
    					dots 			: false,
    					centerMode 		: true,
    					variableWidth 	: false,
    					
    				}
    			},
    			{
    				breakpoint	: 480,
    				settings	: {
    					slidesToShow 	: 1,
    					slidesToScroll 	: 1,
    					dots 			: false,
    					centerMode 		: false,
    					variableWidth 	: false,
    					
    				}
    			}]
    		});
    	});

    Where we have false the centermode and variableWidth for mobile.

    And also if you do not want image fit then please also use following css:

    .slick-image-slide-wrap{height:auto !important;}

    Thread Starter Moira Ashleigh

    (@moira-ashleigh)

    Why would you not make a new release when I am not the only one with the problem?
    Why would I have to uninstall and re-install?

    Hello,

    We have faced only 2 issues and almost they are fixed. We have already sent so many updates for the same plugin and now we are testing it in more details.

    Once our testing will complete we will release a new update ??

    Hope you will understand.

    Please delete the plugin and again install the same plugin and hopefully it will solve your issue.

    Do no worry about the content that you have added in the slider. It will be safe if you remove the plugin. And once you install the latest version of this plugin, you can see the same data in the slider section.

    Thread Starter Moira Ashleigh

    (@moira-ashleigh)

    Uninstalled, deleted, reinstalled, activated, cleared cache, tried a different browser

    No change still a vanilla slider

    https://wm4.co.uk/

    Can you please give us time till Monday because here in India 2day is holiday due to an Indian fastival.

    I will check the issue on Monday and reply you back.

    Thread Starter Moira Ashleigh

    (@moira-ashleigh)

    Where are we with a fix for this? I would like to turn the website over to my client and this is hanging as a problem.

    Hello,

    Let us check all the issues today and send the update.

    Hello,

    Please update the plugin (v1.3.3). Hope this update will work for you.
    Please write us back if still you face any issue.

    Thread Starter Moira Ashleigh

    (@moira-ashleigh)

    It is still not working correctly.
    M

    You are talking about the slider after the navigation bar right?

    Thread Starter Moira Ashleigh

    (@moira-ashleigh)

    That is correct it is supposed to look like design 6 with centermode true – but I am happy that it at least now works mostly the same on the phone as on the browser – so lets let it go. ??

    I do not want to spend more free time chasing this since I cannot charge my clients for plugin bugs. ??

    WE are releasing next week I need to move to testing mode. :\
    M

Viewing 15 replies - 16 through 30 (of 36 total)
  • The topic ‘Slider broken’ is closed to new replies.