• Hello there. First of all – thanks for the theme!

    I would be really grateful if you could assist me with this matter. I can’t find a way to make the first, top section with everything in it fixed in one place (visible at all times) and all the other parts (sections) moving behind it (in and out of it when pushing the menu buttons).

    Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author MageeWP

    (@magictheme)

    Thanks for your support. If you want to have a fixed top section on every page, you have to go to Dashboard -> Appearance ->Editor, and amend the php codes in the Header (header.php) area, which proved to be a little bit complex for people without coding knowledge. Please make sure that you want this change, since we’ve tried it but the effect seems not that satisfying.

    Thread Starter Solomuner

    (@solomuner)

    I was trying to make the changes there in the editor by adding ‘position:fixed’ in the ‘section-benner’, then using the ‘section-banner’ for the first section of my page in the OneTone options. Didn’t help. I need this function badly to be honest..Was looking for such a theme for quite a long time and was sure there is a chance to make such a change. If you have a spare minute, I would really love to try.

    Theme Author MageeWP

    (@magictheme)

    Here is an easier method to solve your problem.

    Go to Dashboard -> Appearance -> Onetone Options, navigate to Home Page, open the Section 1 Select box and type in “section-banner foo” in the “Section Css Class” area.

    Then move to Onetone Options -> General Options, and paste the following codes in the “Custom CSS” box.

    body{margin:0px;}
    .foo{position:fixed!important; height:300px;z-index:98;overflow:hidden;}
    .section:not(.foo){ padding-top:300px;}
    .home-container {z-index:97!important;}
    .home-header{z-index:9999!important;}

    You can change the size of the background by amending “height” and “padding-top”.

    Please let me know if this solved your problem. Good luck!

    Thread Starter Solomuner

    (@solomuner)

    Hello Magee. I have tried your solution and to be honest skipped my idea. Might be missing something but as I didn’t get the result I wanted I simply decided to stay to the original looks of the theme. Many thanks for your time!

    Although, I still do have one question. Will start a new topic.

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

The topic ‘Fixed top section position’ is closed to new replies.