Great video. Thanks! As a quick aside: in case anyone wants to just hide a certain menu for logged in/logged out (maybe the plugin mentioned in the video stops being updated at one point), this little bit of css will do the job: body:not(.logged-in) li#menu-item-#### { display: none; } Where the #### is the menu item ID.
I believe IfMenu prevents it from being loaded though. With the code above, the links will still be accessible within the HTML. I could be wrong about If Menu though. I'll double check!
Hi Kyle, checked the website and got a Undefined array key warning in the header caused by the zapier plugin. Anyway, great work again. Love the block visibility plugin.
Amazing product and love the walk-through on the website build....so helpful, thanks for sharing that with us all. I have watched many of your videos and have recently wondered what camera you are using to record your videos?
hi, just visited your website, looks great! want to know if you can share how to build the mega menu your current site looks like? are you using an extra mega menu plugin or just generatepress and generateblocks? cheers
Save $50 on Agency Copilot through August 31, 2023: copilot.theadminbar.com
Nice. I'm bookmarking this.
Great video. Thanks! As a quick aside: in case anyone wants to just hide a certain menu for logged in/logged out (maybe the plugin mentioned in the video stops being updated at one point), this little bit of css will do the job:
body:not(.logged-in) li#menu-item-#### {
display: none;
}
Where the #### is the menu item ID.
I believe IfMenu prevents it from being loaded though. With the code above, the links will still be accessible within the HTML.
I could be wrong about If Menu though. I'll double check!
Hi Kyle, checked the website and got a Undefined array key warning in the header caused by the zapier plugin.
Anyway, great work again. Love the block visibility plugin.
This is SO timely! Thanks Kyle!
Ah that's great! I love when a plan comes together! 😅
Nice solution. Thanks, Kyle!
Glad it was helpful!
Amazing product and love the walk-through on the website build....so helpful, thanks for sharing that with us all.
I have watched many of your videos and have recently wondered what camera you are using to record your videos?
Thanks! It's a Sony A6100
hi, just visited your website, looks great! want to know if you can share how to build the mega menu your current site looks like? are you using an extra mega menu plugin or just generatepress and generateblocks? cheers
It's all GP/GB. I used this tutorial: snippetclub.com/building-a-mega-menu-with-generatepress-blocks/
@@TheAdminBar thanks!
Hi Kyle@@TheAdminBar, this tutorial was free now only for premium members I see. Will you do a tutorial about mega menu?
Is there a good way via plug in or code snippet to "hide" menu items to logged in or logged out users?