Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #980545

    I have done the following as you asked me to do in https://kriesi.at/support/topic/make-the-4-columns-overlap-the-advanced-layer-slider/#post-980231

    .home .template-page.content.av-content-full.alpha.units{
    position: relative;
    z-index: 9999999;
    margin-top: -100px;
    }

    However, when scrolling down, content ends up overlaying over the ope of the header!?!?!?!

    This is wrong, how can it be fixed??

    #980723

    Hey whdsolutions,

    Please add a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #980746
    #980959

    Hi,

    Thanks for the link. Please try this instead:

    .home .template-page.content.av-content-full.alpha.units{
    position: relative;
    z-index: 100;
    margin-top: -100px;
    }

    Best regards,
    Rikard

    #981032
    #981067

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #header {
        z-index: 99999999;
    }
    
    

    Best regards,
    Yigit

    #982962

    This now works, but has now caused another problem.

    We have a translation plugin on the site and the plugin is now hidden behind any home page content (see screen shot).

    #983231

    Hi,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Basilis

    #983542

    But because of the CSS edits your support team have asked me to implement, this is what has caused this issue.

    So in fact this is not the plugin at fault, bu the custom code you have supplied!

    #983771

    Hi whdsolutions,

    You might want to remove the code, it probably needs to be applied to a bit more specific selector or maybe css will not suffice.

    Best regards,
    Victoria

    #989584

    Since the initial fix has been implemented, the WordPress Menu Bar and the plugin for translation now sits behind everything on the home page – see attached…

    Making the site a mess… How can these be made the most forefront elements?

    #990169

    Hi whdsolutions,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #990181

    Of course

    #990700

    Hi whdsolutions,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #990713

    New paasword

    #991930

    Hi whdsolutions,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.admin-bar  #header {
        z-index: 1 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #991968

    Hello there

    Nothing has changed

    See http://new-medi4-co-uk.stackstaging.com/ and click the translate button then scroll through the home page

    :-(

    #991971

    I have just added and it works

    .tool-container {
    bottom: 50px !important;
    top: auto !important;
    z-index: 99999999 !important;
    }

    #992063

    Hi,

    I’m glad you were able to get a working solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Content going over the top oh header?????’ is closed to new replies.