How to hide register link from menu if user is logged in? – UserPro Forums https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/feed/ Tue, 07 May 2024 22:37:54 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43306 <![CDATA[How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43306 Thu, 09 Oct 2014 14:16:21 +0000 Halnex I’ve been searching for hours, can’t find anything in the guide docs.

I want to hide the register links if the user is logged and vice versa.

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43542 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43542 Mon, 20 Oct 2014 13:21:41 +0000 Steve Woody Any updates on this please ?

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43581 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43581 Thu, 23 Oct 2014 05:36:30 +0000 konstacom there is a plugin you can used called modal login/logout. there are some plugins from wordpress that will give you the login/logout option.

Secondly, you can instal IF Menu plugin which lets you put conditions on any Menu, you will select Hide Register when User is logged in.

Try that, am sure it will help.

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43803 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43803 Sun, 02 Nov 2014 13:41:01 +0000 kreacom Hi guys, you also can use CSS to hide some links.

Wordpress adds a .loggedin class on the body.

That’s how I managed to hide or show the menu items that i want to show for the logged out and logged in user.

The support is so inexistant over here we have to help each other 😉 pass forward!

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43934 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43934 Fri, 07 Nov 2014 04:05:22 +0000 test Thanks Kreacom,

Its such an awesome plugin.

Hopefully the support picks up. Would make this the best on the market then.

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43935 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43935 Fri, 07 Nov 2014 04:06:57 +0000 Steve Woody I dont really want to add anymore plugins to the site and not keen as this already has the model option but I will play with the css hide.

I’ll post my work so others can copy.

Agree hope that the support picks up.

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43936 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43936 Fri, 07 Nov 2014 04:29:01 +0000 Steve Woody By adding this to the style.css you can remove the register and login menu links

.logged-in .popup-register{display: none}
.logged-in .popup-login{display: none}

or if you wanted to combine them together its

.logged-in .popup-register , .logged-in .popup-login{display: none}

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43954 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43954 Fri, 07 Nov 2014 15:33:23 +0000 kreacom Thanks Steve for the share!

]]>
https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43962 <![CDATA[Reply To: How to hide register link from menu if user is logged in?]]> https://forum.userproplugin.com/forums/topic/how-to-hide-register-link-from-menu-if-user-is-logged-in/#post-43962 Sat, 08 Nov 2014 04:19:43 +0000 Thanks Steve 🙂

]]>