Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #127512
    Annemarie B.
    Participant

    Hello,

    This is my website: http://annemariebulla.de/.
    I´m using herefore the free version of parallax frame theme.

    My question is:

    How can I “unfix” my header title and menu so it is no longer visible (I want it to disappear) while scrolling down?

    As an alternate solution (if it´s not possible to change that) – how do I create this following “effect”:
    The fixed header title and menu lying first over my slider pictures and then suddendly placed in a black background box while scrolling down (as you can see it at the demo version => https://catchthemes.com/demo/parallax-frame/)

    Thanks a lot for your help!
    P.S.: Sorry for my bad english – hope you understand my questions 😉

    #127565
    tikaram
    Keymaster

    @annemarie-b : You cannot unfix header with the help of css. One of the menu items seems to be moving below the black background box. Go to Appearance => Customize => Additional css and add the following css.

    .nav-primary .menu a {
    	padding:37px 15px;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #127681
    Annemarie B.
    Participant

    Hello Tikaram,

    thanks for your quick response 🙂

    I tried your css, but unfortunately just the spacing between the single menu points (news, vita, theatre, free works and contact) changed…

    I´m still very unhappy about this fixed /sticky headline and menu which cover my portfolio pictures below while scrolling down :/

    Isn´t there any other solution?

    Best regards
    Annemarie

    #127768
    tikaram
    Keymaster

    @annemarie-b : Please disable Sticky Menu (or Anything!) on Scroll Plugin and add the following additional css.

    .fixed-header {
       position: unset;
       background-color: #000;
     }

    The plugins is conflicting with the css of the theme. Let me know if this resolves your issue.

    Regards,
    Tikaram

    #127795
    Annemarie B.
    Participant

    Hello Tikaram,
    thank you so much for your help! Now it works, I´m so happy about that 🙂

    Maybe you can help me with another little “design problem”?!
    I´d like to reduce the space between the red button of the promotion headline (it´s named “Herunterladen”) and the black footer box at the end of the homepage.
    Is there also any suitable css for?

    Tahnk you in advance + Best regards
    Annemarie

    #127839
    tikaram
    Keymaster

    @annemarie-b : Please add the following additional css.

    .home #content {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #127857
    Annemarie B.
    Participant

    Hello Tikaram,

    Thank you so much for taking the time to help me with this!! All of your additional css work very fine 🙂

    Finally one last question – it´s about my featured slider on the homepage:

    I would like to disable the links to the pages from the slider images.
    In other words, I would like to use the slider, but I would not like for the images to be links (to another “empty” pages without any content…).
    How can I disable these links?
    Is there also any suitable css for?

    Best Regards
    Annemarie

    #127917
    tikaram
    Keymaster

    @annemarie-b : Please add the following additional css.

    #feature-slider {
    	pointer-events: none;
        cursor: default;
    }

    Regards,
    Tikaram

    #127971
    Annemarie B.
    Participant

    Hello Tikaram,

    thank you so much for your great support! Now everything looks & works perfectly!

    Greetings
    Annemarie

    #128025
    tikaram
    Keymaster

    @annemarie-b : Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to "unfix" the header when scrolling’ is closed to new replies.