Conversation
supportHi, i am using Ultimate Membership Pro plugin on my wordpress page and in that plugin I am using on my account page user account menu. On that menu there is different account custom taps. How can i hide in that menu the links when user clic on some link? Is there any scripts or ideas i can manage to hide the menu with this plugin? On the heder of the site I have own menu includet with the theme I am using, and in the theme menu its working automaticly. Thank you for your help.
You should try function jQuery hide() https://api.jquery.com/hide/
Hi, Thank you for your answer. So i can instal this plugin and insert the jQuery code in it and it should works?
Yes, it should works. But you have to use jQuery instead of $ because the short form of jQuery ($) will conflict with WordPress codes
You should try function jQuery hide() https://api.jquery.com/hide/
Hi, Thank you for your answer. So i can instal this plugin and insert the jQuery code in it and it should works?
Yes, it should works. But you have to use jQuery instead of $ because the short form of jQuery ($) will conflict with WordPress codes