• Ron Camp

    (@ron-camp)


    My Slideshow plugin works great in Internet Explorer and Chrome. However, in Firefox the slideshow appears to the far right and I can only see it when I scroll to the right with the horizontal scroll bar. This was embarrassing when I showed site to someone who uses Firefox browser. How can I fix this? Thanks for your assistance!

    https://ww.wp.xz.cn/plugins/slideshow-jquery-image-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • mbrsolution

    (@mbrsolution)

    Can you share your URL.

    Thank you

    Thread Starter Ron Camp

    (@ron-camp)

    Thanks. My url is

    http://www.bodymindspiritacupncture.com

    Please view in Firefox. I appreciate your assistance.

    Thread Starter Ron Camp

    (@ron-camp)

    Thanks. My url is

    http://www.bodymindspiritacupncture.com

    Please view in Firefox. I appreciate your assistance.

    mbrsolution

    (@mbrsolution)

    Hi, can you test one of WordPress default themes like Twenty Fourteen.

    Thank you

    Thread Starter Ron Camp

    (@ron-camp)

    I do not use the TwentyFourteen theme. How can that help me?

    mbrsolution

    (@mbrsolution)

    You can test a theme from the Appearance menu without installing the theme. This is only to test if your theme is causing this issue.

    I don’t know if this helps you but I was bored so I checked this out.

    (also you misspelled the url above)

    There’s a position:relative !important; on div.slideshow_content. I have no idea why it’s not working the way it is but if I change it to position:absolute !important; it works in Chrome and Firefox.

    Maybe if you add:

    .slideshow_container .slideshow_content {
    position: absolute !important;
    }

    to your stylesheet it will work? I’m not sure what kind of hierarchy you’ve got though – it might get overruled anyway. You could try changing it in the slideshow’s stylesheet.

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

The topic ‘Problem with Firefox and Slideshow Plugin’ is closed to new replies.