Replies
- Brajesh Singh on November 14, 2022 at 6:35 pm in reply to: Remove overlapping link on -forgot password- page #47346This reply has been marked as private.
- Brajesh Singh on November 14, 2022 at 6:34 pm in reply to: Remove overlapping link on -forgot password- page #47345
Hi Daniel,
Thank you for considering the renewal of our membership.
I sincerely appreciate your continued support for us.Please use the coupon from my next reply.
Regards
Brajesh - Brajesh Singh on November 14, 2022 at 6:02 pm in reply to: Remove overlapping link on -forgot password- page #47343
Hi Daniel,
You are welcome.
Yes, you are right about the site experience.Regards
Brajesh - Brajesh Singh on November 14, 2022 at 5:38 pm in reply to: [Resolved] BuddyPress admin Actvity hide #47338
Hi yuriix,
It is good to know that the code is working.I am sorry, The activity shortcode does not have anything to do with the WooCommerce products. Are you using any integration for recording activity of Woo products?
I will suggest disabling some of your addons and testing it.
Regards
Brajesh - Brajesh Singh on November 14, 2022 at 5:36 pm in reply to: Remove overlapping link on -forgot password- page #47337
Hi Daniel,
you can put it in the functions.php of your child theme.Regards
Brajesh - Brajesh Singh on November 14, 2022 at 1:53 pm in reply to: [Resolved] Removing cover image header from some page #47333
Hi Tom,
You are welcome. - Brajesh Singh on November 14, 2022 at 10:44 am in reply to: Clarifying question about adding Xprofile fields to the members directory #47327
Hi Carsten,
Thank you.Please allow me to put a better sample for you today.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on November 14, 2022 at 10:42 am in reply to: [Resolved] Hide settings navigation tab: “Account-settings” with css? #47325
You are welcome!
- Brajesh Singh on November 14, 2022 at 10:42 am in reply to: Remove overlapping link on -forgot password- page #47324
Hi Daniel,
your css is correct. You are probably putting it in additional css section of your customizer. That is not loaded on login page.You may use the following code to force it to be loaded on login screen
add_action( 'login_footer', function () { ?> <style type="text/css"> body.login div#login h1 a { display: none; } </style> <?php } );Regards
Brajesh