Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #313888

    Hi Enfold team!

    Im not sure if you can help me with this, but i seen to have an issue with the transparent menu in the Opera Browser.

    When i scroll down on the home page then things get weird, i have included a screen shot of the results after scrolling.

    #313914

    Also i have found that on all the other pages on my site where the header transparency is set to none in the page layout option, they still have transparency in the header, and the dark background of the site for our menu overlay turns the menu bar to grey. The only page on the site that should have transparency in the header is the home page. I have made sure thats the only page with the transparency/glassy setting turned on.

    #314909

    Any assistance here would be greatly appreciated.

    #314964

    We have disabled the stick header menu now so that this issue does not display anymore, if you would like us to reenable it so you can see the issues pls let us know.

    #315198

    Hi!

    Please re-enable and post the link to your website so we can look into it

    Regards,
    Yigit

    #315705
    This reply has been marked as private.
    #315736

    Hey!

    Please try adding following code to Quick CSS

    #header_main_alternate, #header {
    -o-transform: translateZ(0);
    }

    Cheers!
    Yigit

    #315759

    Hi Yigit, that code does not seem to have worked

    #315762

    Hi!

    Can you try it as following

    #header_main_alternate, #header {
    transform: translateZ(0);
    }

    Regards,
    Yigit

    #315812

    Thanks Yigit that sorted out the opera rendering issue! What was wrong?

    I still have the issue with the menu bar being transparent on the other pages of the site, but those page have been set to have ‘no transparency’ in the layout. What could be causing this?

    #316350

    Hi!

    I checked the other pages and the menu looks fine. Can you please give us a link to the actual page with the issue? A screenshot describing the problem will help.

    Cheers!
    Ismael

    #316641
    This reply has been marked as private.
    #316826

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div#header_main {
    background-color: white;
    }

    Best regards,
    Yigit

    #317200

    Thanks Yigit!, and the rest of the Enfold team! We really appreciate it.

    #317385

    Hey!

    Not at all McEwans, always glad to help :)

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Display issue on Opera Browser with Transparent menu bar’ is closed to new replies.