Replies
- Daniel on November 14, 2022 at 4:11 pm in reply to: Remove overlapping link on -forgot password- page #47335
Hi Brajesh,
Thank you for the code, that’s awesome!
Just may I ask you to which php file I need to add the code? Is it the child theme’s function.php file or the login.php file?
Thank you.
Regards
Daniel - Daniel on November 13, 2022 at 4:34 pm in reply to: [Resolved] Redirect users immediately after profile photo upload #47316
Hi guys,
That’s a nice feature, to which php file can I add the code to redirect user after successfully upload and crop profile photo?
Thanks for the input.
Regards
Daniel - Daniel on November 13, 2022 at 11:38 am in reply to: [Resolved] Customize website logo link to get redirected to BP profile when logged in #47315
Hi,
I know that this will be customized code that will need to be added on my themes function php file:
/*Replace Login page url link*/ function login_page_URL( $url ) { $url = home_url( '/members/me' ); return $url; } add_filter( 'login_headerurl', 'login_page_URL' );
But the code should have a condition that only for logged in users the main website url should change. That’s why I wanted to ask you if I could hire you to do the job? The goal will be that the logged in users will not see anymore the login landing page after they are logged-in and when they are clicking on the website logo, that they will get redirected to their BP page.
I can pay via Paypal.
Thanks for your feedback.
Regards
Daniel - Daniel on November 12, 2022 at 8:20 am in reply to: Remove overlapping link on -forgot password- page #47306
Hi Brajesh,
Thanks for your help! I would like to hide the logo and the overlapping link together but the CSS I am using don’t apply on that page at all, that’s very strange.
I have used:
body.login div#login h1 a { display: none; }
and as well I tried:
.login h1 { display: none }
but the CSS code doesn’t effect the page.
Do you have any solution to hide the logo and the overlapping link together to get rid of it?
Thank you for your assistance.
Regards
Daniel - Daniel on November 11, 2022 at 1:26 pm in reply to: Remove overlapping link on -forgot password- page #47296This reply has been marked as private.
- Daniel on November 7, 2022 at 10:09 am in reply to: [Resolved] Media Press limit upload number of images #47248
Hi Brajesh,
Thanks very much for the code, it worked as I wished!
Regards
Daniel - Daniel on November 6, 2022 at 4:02 pm in reply to: [Resolved] Media Press limit upload number of images #47232This reply has been marked as private.
- Daniel on November 4, 2022 at 12:56 pm in reply to: [Resolved] Fatal Error when updating to newest BuddyPress version 10.4.0 #47206
Hello,
Just to let you know that my theme works again with BuddyPress newest Version after updating it.
That’s some real good news. I also was able to resolve all the other bugs when not showing favorites, mentions and add friend requests.
All is great today 🙂
Regards
Daniel - Daniel on November 4, 2022 at 12:44 pm in reply to: The BP Menus PERSONAL MENTIONS FAVOURITES FRIENDS GROUPS #47205
Hi Brajesh,
To come back to that topic, I think I didn’t explain it well:
The Delete button shows up on BP “PERSONAL” Activity stream of the user which works fine, but since I am using the Facebook Stream Plugin of BuddyDev, the Delete Button only shows some seconds on the “YOUR STREAM” activity page of the user and then it disappears after refreshing the page. I would like that the user also can delete all his own posts on the “YOUR STREAM” activity stream and not only on the “PERSONAL” activity stream.
Is there a code I could add to the plugin?
Thanks for your reply.
Regards
Daniel Hi guys,
Yes but when activating the plugin, the users do not receive any notifications anymore.
Could you test it if you have the same issue?
Thanks.
Regards
Daniel