• Hi I tried in the scripts.js first to add fade true:

    $('.slideshow').slick({
    		autoplay: true,
    		autoplaySpeed: 6000,
    		infinite: true,
    		dots: true,
                    fade: true,
    		pauseOnHover: true
    	});

    but that didn’t do anything. Is the slick out of date and that is the reason, I see the new version is different to this one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    Looks like theme integrated version is outdated we will update it soon.

    Thread Starter nanny7

    (@nanny7)

    Hi the upgrade to 3.02 still won’t work with adding fade etc. to jquery for child theme, also since the upgrade the slider has a div between the header and slideshow showing a title saying previous like it does when you hover over a nav link e.g. says the title of the link.
    How to remove this as it wasn’t there before the upgrade.

    Thanks

    Thread Starter nanny7

    (@nanny7)

    I had to add to the main scripts.js
    dots: false,
    arrows: false,

    If I have dots:true the the dots look really weird and have title boxes as well.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    This should be fixed in the latest theme version here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘child theme make slider fade’ is closed to new replies.