• Resolved kharzbh

    (@kharzbh)


    latest wordpress update broke the slider and now it’s not showing … hope it gets fixed soon .

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this in Customize > Additional CSS for now:

    
    .flexslider#flexslider-featured .slides > li { display: block; height: 1px; width: 1px; }
    .flexslider#flexslider-featured .flex-viewport .slides > li { display: block; height: auto; }
    .flexslider#flexslider-featured .slides > li > article { overflow: hidden; height: 0; width: 0; }
    .flexslider#flexslider-featured .flex-viewport .slides > li > article { height: auto; width: auto; }
    

    I’m looking into the WP 5.9 issue.

    Thread Starter kharzbh

    (@kharzbh)

    that fixed it … thank you .

    Hi. Same issue of slider not showing up after update to wp5.9. I tried adding the above code. But its not solving the issue. This is a solid template otherwise.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi – the code should fix it. Try clearing cache of the site and force-refresh it by pressing CTRL+F5.

    Hi Alx, Thanks. Issue is fixed. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider not showing with latest wordpress update’ is closed to new replies.