Hi,
This is quite strange. Where do the widget come from? Are those widgets from your theme or default WordPress widgets?
Hi Vincent!
Thank you for your reply.
I suppose these widgets are from the theme. I create them through the oridinary post-form like an normal “post’.
Do you need screenshots?
Thanks again and kind regards
Lars
I think I understand what the problem is, I have logged a bug report. Stay tuned there: https://github.com/marvinlabs/customer-area/issues/90
In the meantime, what would be useful for me is that you find out what those widgets are, and if I can get a copy of their code.
I think you should try contacting the theme author to let him know there is a problem too. Here is some information that could help him:
Our plugin uses the WordPress hook “the_content” to output the navigation menu. And it checked the current global $post object. So maybe the widgets are not setting this global variable and thus we are making our check on the private page itself instead of the post displayed in the widget (which then always prints the navigation menu).