Three Navbars - Simultaneously shows up Answered

Hey Everyone! I was looking to see if someone might be able to help me figure this out. I am quite new to Memberstack so I apologize if I am overthinking this. I am trying to make it so that I have three Navbars. One for guests (non-members), one for members and one for users on a paid plan. I cant seem to figure out the attribute workflow for this. I set the guest navbar to (non members) I set the members bar to (members only) and I set the paid plan navbar to the content ID. The problem is that the members navbar shows up as well when your a paid members and i cant seem to figure out how to separate members from paid subs. Thank you

Comments

5 comments

  • Comment author
    Tyler Bell

    Hey Nathan! Try this…
    Wrap your members navbar with another div.
    Add the inverse paid plan content attribute to that div. It would be something like

    data-ms-content="!paid-plan"

    Note the exclamation point. Make sure to change

    paid-plan

    to whatever your content id is.
    I think that will work for ya 😃

    0
  • Comment author
    Nathan Hovatter

    ahh, thats awesome! Thank you!

    0
  • Comment author
    Tyler Bell

    Did that work for you?

    0
  • Comment author
    Nathan Hovatter

    So far so good! Great work around!

    0
  • Comment author
    Tyler Bell

    Sweet!

    0

Please sign in to leave a comment.