Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478020

    Hello,

    My client and other users are using IE10 and 9 and the page title/breadcrumb background image isn’t showing up.

    Please see here: http://restorationcontractors.ca/about-us/

    The blue background image shows fine on all other browsers. I ran screenshots at https://www.browserstack.com/screenshots and it DOES show on all versions of IE, but not on IE on my clients computer.

    Furthermore, when I inspect element it shows file path without http:

    .alternate_color {
      background: #fcfcfc url(//restorationcontractors.ca/wp-content/uploads/2015/07/header-bg1b.jpg) center center no-repeat scroll;
    }

    I figure this may be the issue but don’t know how to fix it.

    #478773

    Hi jinsley8!

    Based on the screenshots, the breadcrumbs are appearing, but the RIA image is blocking them.

    May we have temporary access to your website so we can take a closer look?

    Cheers!
    Dake

    #479339

    login info attached

    thanks

    #479782

    Hey!

    Please insert the below css to your custom css section:

    .ria-menu {
        float: none !important;
    }

    Regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.