Hi can you test one of WordPress default themes?
yes, it runs on the default themes. it even works inside an article on the same page. but not at that specific position of the theme. on firefox you just see a white blank area. on any other browser it works.
Are you saying that you are currently using a Default theme? What option have you selected for Animation used for transition between slide?
i used Random animation.
i found fix by changing the
.slideshow_container .slideshow_content {
position: relative !important;
overflow: hidden !important;
}
to
.slideshow_container .slideshow_content {
position: absolute !important;
overflow: hidden !important;
}
thanks
Hi I am glad you found a fix 🙂 Can you mark this support thread as resolved.
Thank you