I create a view slideshow block, but when the page is loaded , the slideshow block only show once , and then will be blank immediately.

Comments

rafayama’s picture

you can fix it via css, it is kinda "dirty", but it works

#views_slideshow_cycle_teaser_section_slideshow-block (parent div of div.rows) {
width: (img width) !important;
}
#views_slideshow_cycle_main_home_slider-block {
overflow: hidden;
height: (img height);
}
.views-slideshow-cycle-main-frame-row {
position: static !important;
}

brunodbo’s picture

Title: view slideshow don't work in IE8 » Slides disappearing right after page load
Project: Zen » Views Slideshow
Version: 7.x-5.1 » 7.x-3.0
Component: IE problems » Code

Confirming that the fix in #1 worked for me, thanks!

Moving this to Views Slideshow's queue.

brunodbo’s picture

Title: Slides disappearing right after page load » Slides disappearing right after page load in IE8

Oops, lost the most important part there...

Sophie.SK’s picture

I've had this problem a few times: the solution is to remove img { max-width: 100%; } from your CSS (or overwrite it with "auto") in your theme.

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

if anyone is still experiencing this, please re-open with details about module versions and preferably a link.