Logo not displaying in Firefox browser

Discussion in 'Photomaker WordPress Theme' started by kbarnold, Jun 27, 2014.

Thread Status:
Not open for further replies.
  1. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hello,

    I have noticed that neither the default Photomaker logo or my custom logo will display properly in Firefox. It displays properly in Chrome, IE, Opera, and Safari. In Firefox, the logo briefly displays for a second and then disappears. It appears that the slider image immediately covers up the logo instead of the logo staying on top of slider image. I see this after clearing browser cache and trying on different computers. I do not presently have any custom CSS or custom code applied. http://qriweb.com/demo/photomaker-restaurant

    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I have checked your website in Firefox but not found such issue.
    Clear your system cache, it will work.
    Click on the link given below to see image for reference
    http://screencast.com/t/QgCP8nVn
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Piyush,

    I see your screenshot and I know you can see it but it really has me puzzled. I did clear the server cache and I purged Cloudflare CDN (I even bypassed it altogether). I deactivated all plugins also. Yet, it still will not display logo or slider heading and description in Firefox. I tried on 5 different computers in 2 different cities and ISP's. I even downloaded latest Firefox and installed on computer that did not previously have Firefox and still it does not display in Firefox. Then I realized that it would not display logo or header/description text slider on the Inkthemes live demos either, so I conclude that it is not just my server configuration. All other browsers work fine. I wonder if anyone else is having this problem with Firefox and can let me know. Any ideas?

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Kevin,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .tf_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.27);
    z-index:-1;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Hi Nitesh,

    Your code fixed the problem. Firefox is displaying logo and header text properly now. Thank you very much!
     
Thread Status:
Not open for further replies.

Share This Page