Okay
  Public Ticket #2731455
Remove Navigation on Team Member Detail Site
Closed

Comments

  • melontico started the conversation

    Hey again,

    I tried to find the solution here but couldn't.

    When opening a Teammember Detailpage the Navigation is overlapping the team member detail page that you barely can see the name.

    On your demos you just deactivate the navigation, which I think is a great way.

    Do you have a CSS solutions for this?

    Please find screenshots attached.

    Cheers

    Yannick

  •   melontico replied privately
  •  2,719
    Andrew replied

    Hi Melontico,

    Please heade to the team member element settings and choose meta overlaid as the team member style as shown below:

    6686660699.png

    Hope this helps.

    Thanks.

  • melontico replied

    Hello Andrew,

    sorry this is not what I meant. Please have a look on the screenshots which I sent to you earlier.

    I want the overview like it is. but when clicking on a team member the detail page appears behind my navigation bar so that you can barely see the name of the team member. Do you have a solution for this? 

    What this: http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview

    navigate to Elements -> Team member. when you click on a team member the navigation bar disappears. That is what I want

    Thank you very very much!

    Yannick

  •  2,719
    Andrew replied

    Hi Melontico,

    I am afraid, I am not replicating the issue from my end:

    7805904984.png

    Please let us know the screen size at which you are experiencing this.

    Thanks.

  • melontico replied

    MacBook Pro 13"

    But even if it fits on some display I'd like to disable the Nav on the detail page.

    There must be a way, because it disables on your demos :D

    Cheers

    Yannick

  •  2,719
    Andrew replied

    Hi Melontico,

    Please try this css:

    .nectar_team_member_overlay {
        z-index: 10000;
    }

    Thanks.

  • melontico replied

    Hey Andrew,

    yes it worked! Thank you.

    Had to make it like this so the Cross doesn't disappear:

    .nectar_team_member_overlay {
        z-index: 9999;
    }
    .nectar-close-indicator.visible {
        z-index: 10000;
    }
    

    Thanks!