Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1359759

    What’s the easiest way to add a conditional link to show for logged in users only on my mobile menu?

    #1359800

    Hey nV15OoBtg21iTn5z,

    You could use the .logged-in class maybe?

    #link-id {
      display: none; 
    }
    
    .logged-in #link-id {
      display: block;
    }

    Best regards,
    Rikard

    #1359857

    I couldn’t get that to work properly.

    Instead, I did this: https://kriesi.at/support/topic/enfold-conditional-menu/

    I was afraid to try this at first because it was 9 years old and I hadn’t seen anything else about it, but it works perfectly. What a great feature!

    #1359887

    Hi,

    Great, I’m glad that you found a solution, and thanks for sharing it. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1369171
    This reply has been marked as private.
    #1369178

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Conditional Link in Mobile Menu’ is closed to new replies.