Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Updated now slider gone #4503
    Br1tt
    Participant

    The same thing happened to me, but I found that a bit of CSS customization that I’d used before the update was causing the problem (of the slider not showing up).

    I had added some code that was intended to make the slide load faster. If you have added the code below and now aren’t seeing the slider, you might be able to fix it by DELETING this customization…

    /* FIX SLIDER LOAD TIME */

    .ht-slide{display:none;}
    .bx-wrapper .ht-slide{display:block;}

    Once I deleted this, my slider returned.

Viewing 1 post (of 1 total)