• Ever since the latest update, using Smooth Slider on my homepage to show “recent posts” show post text on a black background. This used to be a white background (like the posts/pages itself have).
    1. How come?
    2. How can I resolve this problem and get back my white (or better: transparant) background?

    Many thanks in advance!

    Kind regards, Henk

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • js/smooth.js
    cleartypeNoBg: false, // set to true to disable extra cleartype fixing (leave false to force background color setting on slides)
    alter
    cleartypeNoBg: true,

    Thread Starter Henk Verbunt

    (@hverbunt)

    I changed the file… no effect unfortunately. Maybe I could change the background color to white?

    [email protected]

    (@keithsykestelecomsensecouk)

    I have the same Issue, it only happens when there is more than one post in the slider, It appears to be the CSS for ‘element style’ that is getting changed. see example CSS below, I disabled all other plugins and its still the case.

    Smoothslider version Version: 2.8.8 WP Version – 5.6

    element.style {
    max-width: 350px;
    margin: 0px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    opacity: 1;
    display: block;
    width: 350px;
    height: 245.8px;

    [email protected]

    (@keithsykestelecomsensecouk)

    Forgot to add Site in question is https://www.rbsc.org.uk, Only displaying one post at present for obvious reasons, I also tried your suggested fix with no joy. Thanks In advance Keith

    I too am having this problem. I notice that Henk seems to have fixed his site as I’ve just followed the link to his site.
    How did you solve it Henk?

    Thread Starter Henk Verbunt

    (@hverbunt)

    Hi @2sheds ,

    I followed the advice of @babuagiorgi :

    js/smooth.js
    cleartypeNoBg: false, // set to true to disable extra cleartype fixing (leave false to force background color setting on slides)
    alter
    cleartypeNoBg: true,

    At first it had no effect (as I wrote above) but suddenly, at once, it was fixed. So I can only suggest to do the same, make sure you update all plugins (not only smooth_slider) and I hope it’ll take effect on your site too!

    hi Henk

    thank you for such a quick reply. I have applied the change as per @babuagiorgi instructions and it has fixed my problem too.

    thank you once again and thank you @babuagiorgi

    Alan

    [email protected]

    (@keithsykestelecomsensecouk)

    Thanks Henk, 2sheds and babuagiorgi.

    Have applied the change again and all sorted I guess I had a cache issue the fist time I tried it, then rolled back the change.

    Much appreciated

    Keith

    I fixed it in CSS.

    Note: this will set all slider backgrounds to white… So in case you need different backgrounds on multiple sliders, you might need another solution.

    /* smooth slider background bug fix */
    .smooth_slider .smooth_slideri {
            background-color: white!important;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Black backgrounds in slider “recent posts”’ is closed to new replies.