Hi, I'm using Mega Slider for Drupal 7 and have following issue:
The problem is that the slider loads all elements at the same time, when you load or refresh the site.
For 1-2 seconds you see all images at the top left corner and then a second later everything is working fine.
Is there a way to fix this?
Thanks
David
Hi,
Which version are you using? Is it the latest one 7.x-2.20?
Please try this solution: Go to MD Slider > Configure and add the Effect zone width
(because of css position: absolute;
width of wrapper needs to be defined so that elements' position displays correctly)
If your problem is not solved, please send us your site url and admin account by "private comment" so that we could check your issue
Hi,
I'm using version 7.x-2.19. That's the latest verison at Codecanyon. Where can i find version 7.x-2.20?
The effect zone is allready set. So that can't be solve the problem.
I can't send you the site, because it's not online now, only local on my computer.
Any other ideas?
thanks
I found the problem! Sorry it was my mistake.
I used:
#block-md-slider {
height:600px;
}
Changing to...solved the problem:
#block-md-slider {
min-height:600px;
}
Hi,
It's so good to hear that you solved your problem. For the latest version, please visit your account page http://megadrupal.com/user/deaza