Skip to main content

How to create separate navbars for guests, members, and paid subscribers in Memberstack without overlap?

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

5 comments

  • Tyler Bell
    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
  • Nathan Hovatter
    Nathan Hovatter OP

    ahh, thats awesome! Thank you!

    0
  • Tyler Bell
    Tyler Bell

    Did that work for you?

    0
  • Nathan Hovatter
    Nathan Hovatter OP

    So far so good! Great work around!

    0
  • Tyler Bell
    Tyler Bell

    Sweet!

    0

Please sign in to leave a comment.

Sitemap