Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #529900

    Hi,
    I have a one page website with different sections. The menu at the top of the site scrolls to different to different parts of the front page.

    I would like to hide the header image on the when the website first loads, once the user clicks on a menu item and the site scrolls down to that section I would like the header to appear. I have played around trying to figure out how I would do this with no success. Any suggestions would be great.

    #529904

    Hey aztamer!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #529906

    Hi Yigit,

    Here is the link:

    Thanks

    #529914

    Hey!

    I though there was a custom background image on your header. Would you like to hide the logo on initial load and then show when scrolled down?

    Best regards,
    Yigit

    #529916

    Exactly, hide logo on inital load of the page and when the page scrolls it appears.

    Thanks

    #529927

    Hi!

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

    @media only screen and (min-width: 990px) {
    .logo { opacity: 0; }
    .header-scrolled .logo { opacity: 1; }}

    and then go to Enfold theme options > Header > Header Behaviour and choose to display shrinking header

    Best regards,
    Yigit

    • This reply was modified 8 years, 5 months ago by Yigit.
    #529938

    Hi Yigit,

    I’ve added the CSS and modified he header behaviour to shrink. The logo doesn’t appear any more when the page loads, however it doesn’t reappear once I scroll down or click on a item in the menu.

    #529969

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?
    Also, would you like to use transparent (or glassy) header on your page? Shrinking header or using transparent header will make it easier to achieve what you would like.

    Cheers!
    Yigit

    #530743

    Good morning, here are some login details

    #531477

    Hey!

    you are using an old version of the theme. Please upgrade to the newest version and let us know if you still need help.
    Deactivate all plugins while testing. Are you using any caching plugin? if yes deactivate it first, before deactivating the whole plugin.

    Regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.