Okay
  Public Ticket #168115
How do I completely remove the portfolio NAV on single portfolio pages?
Closed

Comments

  •  1
    Dennis started the conversation
    How do I remove the top portfolio NAV on single portfolio pages? http://wp.christianlife.org/ministries/christianlifekids/
  •  1
    Dennis replied

    I want to get rid of ALL the elements, not just the title. 

  •  1,089
    ThemeNectar replied

    Hey Dennis,

    add this into the Custom CSS box located in your Salient Options panel:

     
    .project-title {
        display: none!important;
    }
    
    Cheers :)
  •  1
    Dennis replied

    Awesome. That did remove the portfolio NAV, but now I have a black line between the top header NAV and the content in the page. I notice that same dark line shows up on all the pages of my site when the page first loads, but then the page header image we have set for each page will parallax fade down over top of it when it loads: 

    1. Can I remove the dark line in some way? 

    2. What I would prefer to do is get the full with image I have loading to load exactly like the "page header image" option on normal pages. With the same effects and format, fading in, parallax scrolling, and same text font sizes and effects when scrolling down. 

    Make sense?

  •  1,089
    ThemeNectar replied

    Hey again Dennis,

    1. For some reason I am unable to see the black line you're referring to. Since i've checked in multiple browsers I'm going to assume it has something to do with you being logged in (that admin bar on top can create small discrepancies like this).

    2. Sine the page header can't be used on single portfolio pages, your best bet would be to create a Nectar Slider to use since that can still have the parallax effect turned on inside projects as shown in the demo. If you run into styling issues when using that effect because of the previous mod I just gave you, just let me know and i'll help resolve that too :)

    Cheers :)

  •  1
    Dennis replied

    That works. Thanks! 

  • Adrian replied

    I am also getting a black bar where the title was after applying the code below. I have copied it into a different browser that isn\'t logged in so it\'s not that. Any thoughts?

  •  8,990
    Tahir replied

    Hey Adrian,

    Could you provide the page url ? .

    -T


    ThemeNectar Support Team 

  • Adrian replied

    Very first pages going in but here\'s where I\'m stuck, I was hoping the nectar slider would go to the top of the page.

    http://smart-photography.co.uk/wordpress/portfolio/burghley-house/

  •  8,990
    Tahir replied

    Hey Again,

    You have set the project title to display:none so therefore it was showing the space.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .parallax_slider_outer.first-section {
        margin-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Adrian replied

    Great, that\'s the box gone. Any chance it can do the transparent top or am I pushing my luck!

  • Adrian replied

    i can see from other posts that this is not possible. Sad, it looks so much better :-(

  • [deleted] replied

    Hi!
    I\'m also trying to remove the top nav from single portfolio pages. I\'m using the codes shown here in Salient\'s custom CSS box, but things are not looking quite right. Though the grid, title and arrows are not there anymore, i\'m getting a white rectangle in their place, like a page header that shouldn\'t be there, and below it, a black box. A nectar slider, that i\'m trying to use at the top of the page, is underneath all of this...

    What am i doing wrong here?

    thanx in advance

    .project-title {
        display: none!important;
    }
    .parallax_slider_outer.first-section {
        margin-top: 0px !important;
    }
  • [deleted] replied

    Well, i think i figured most of those things out. What i don\'t seem to resolve is the header: the only way to let it transparent is using an image or a bg color as the \"page header\"? If so, can i get the page header to have flexible height, as nectar sliders do?

    thank you, once again

  •  8,990
    Tahir replied

    Hey ,

    No i am afraid we only have fixed height of Fullscreen.

    Thanks


    ThemeNectar Support Team