Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi can you test one of WordPress default themes?

    Thread Starter nbickel

    (@nbickel)

    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?

    Thread Starter nbickel

    (@nbickel)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Firefox display problem’ is closed to new replies.