Replies
- Brajesh Singh on October 23, 2019 at 12:15 pm in reply to: [Resolved] Hide 'wp-login' in https://domain/wp-login.php #26107
You are welcome 🙂
- Brajesh Singh on October 23, 2019 at 12:15 pm in reply to: Generel WP question, users are directed to WP login after one failed attempt #26106
Hi,
The widget does not handle the login. It simply shows you a form. The data is submitted to wp-login.php.If it is a success, you get redirected and do not see wp-login.php. if it fails, you see wp-login.php as it was handling the action.
Regards
Brajesh - Brajesh Singh on October 23, 2019 at 12:13 pm in reply to: [Resolved] Remove the subject line requirement in messages? #26105
Hi Han,
This is very much dependent on theme.I will suggest asking your theme developer.
Regards
Brajesh - Brajesh Singh on October 23, 2019 at 12:11 pm in reply to: Media Upload box not opening on iPhone #26104
Hi,
can you create a video to show me the current behaviour.Thank you
Brajesh - Brajesh Singh on October 23, 2019 at 12:11 pm in reply to: [Resolved] Buddypress member type registration doesn't work. #26102
Hi Frank,
thank you.I will certainly look into it in future.
Regards
Brajesh - Brajesh Singh on October 23, 2019 at 12:08 pm in reply to: [Resolved] Hide 'wp-login' in https://domain/wp-login.php #26101
Hi Carsten,
you may use
https://wordpress.org/plugins/rename-wp-login/Regards
Brajesh - Brajesh Singh on October 23, 2019 at 5:31 am in reply to: Change behaviour inside the lightbox #26095
Yes, you are right.
you will need to create these folders in your currently active theme.
Regards
Brajesh - Brajesh Singh on October 23, 2019 at 5:19 am in reply to: Change behaviour inside the lightbox #26093
Hi,
Please copy plugin/mediapress/templates/mediapress/default/buddypress/activity/views/grid-photo.php to
Your theme/mediapress/default/buddypress/activity/views/grid-photo.phpNow, you will see somethin like this
<a href="<?php mpp_media_permalink(); ?>"change the
<?php mpp_media_permalink(); ?>with
<?php mpp_media_src( 'original' ); ?>Regards
Brajesh - Brajesh Singh on October 23, 2019 at 5:08 am in reply to: Change behaviour inside the lightbox #26091
Hi elias ,
Welcome to BuddyDev.Please visit Dashboard->MediaPress->settings->Theming
Please adjust the lightbox settings there(enable/disable etc).Currently, we do not have the option to link to media.
If you want to do it, you will need to override a template file? Please let me know if you are comfortable with that and I will share how to do it.
Regards
Brajesh Hi Rafi,
Welcome to BuddyDev.Do you want to rename it(change label) or do you want to mix it with profile updates?
Currently, mixing it with profile update is not feasible as we use a different action type.
If you want to change the label, Please use any translation tool to do it.
Regards
Brajesh