Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter chattynoir

    (@chattynoir)

    So I think I have found out the code I need (Taken from https://github.com/kenwheeler/slick):

    Example

    Change the speed with:

    $(element).slick(‘slickSetOption’, ‘speed’, 5000, true);

    I’m guessing I change the ‘speed’ to ‘autoPlaySpeed’, my main question is where do I put the code? I’m guessing it’s not in Custom CSS – tried and it didn’t like it!

    Thread Starter chattynoir

    (@chattynoir)

    Thank you for your response @t-p

    I have just taken on the management of the website, mainly to update content, but if I can to make minor adjustments to the code, I’m not an expert but have edited WordPress themes and confident to make changes, if I know where to look. Mainly to try and save the business some pennies due to COVID!

    So in answer to your questions, there is no plugin, it’s a feature of the theme, that was created specifically for the business – We can ask the creators to adjust it, but it will cost – so I’m hoping to be able to do it myself as the only thing that needs to be edited now is this ‘transition’.

    The carousel is Slick.JS from Ken wheeler, and I can see the type of code that I need to change the transition is the [autoplaySpeed] currently set to a default of 3000, so I need the default set to 5000 or 6000 – I just don’t know what custom CSS – any ideas?

    • This reply was modified 4 years, 5 months ago by chattynoir.
    Thread Starter chattynoir

    (@chattynoir)

    @wzglc6 Just been advised to try the following and it works – not sure if it will work for you? but it might help someone:

    .banner .banner-images .banner-images-image:before {
    content: “”;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    }

    My original CSS was, so there was an 0.15 opacity (I knew it!!!):
    .banner .banner-images .banner-images-image:before {
    content: “”;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 1;
    }

    Thread Starter chattynoir

    (@chattynoir)

    @wzglc6 Oh really? I have just taken on the site so I only have what’s there currently, no old CSS files that I’m aware of. I was trying to avoid using our agency as they charge a fortune and usually I can work stuff out but this really has me stumped

    Thread Starter chattynoir

    (@chattynoir)

    Thanks, @jnashhawkins – I thought that, but was reluctant to post there as I can’t see it as a plugin in my plugins menu? Could it have been installed another way without showing up as a plugin?

Viewing 5 replies - 1 through 5 (of 5 total)