Replies
- Brajesh Singh on December 30, 2017 at 4:10 am in reply to: [Resolved] Multiple blank comments after multiple image upload? #12610
Thank you for confirming.
Marking as resolved.
Regards
Brajesh - Brajesh Singh on December 30, 2017 at 4:09 am in reply to: [Resolved] Will update break my lightbox customisation? #12609
Thank you.
I am glad it is resolved.regards
Brajesh Hi Monsur,
Thank you.
I checked it. It is not a css issue. Your grid is set to one column(mpp-u-24-24).Can you please post me your shortcode. I can help with that.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on December 30, 2017 at 3:47 am in reply to: [Resolved] Displaying zip files in documents area giving google error #12606
Please upgrade to 1.3.2.
Let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on December 29, 2017 at 9:08 am in reply to: [Resolved] Displaying zip files in documents area giving google error #12595
Hi Audiomonk,
It is fixed in 1.3.1. You can even disable the gogole doc viewer if it does not work(from MediaPress->settings->Themes tab).If possible, Please hold on before you update, I am releasing another point release today(We have an issue with the activity lightbox not opening correct image which occurred in 1.3.1).
Regards
Brajesh - Brajesh Singh on December 29, 2017 at 8:59 am in reply to: [Resolved] buddypress activity, like and comment email notifications not working #12593
Thank you for the feedback. I am glad you got it resolved. Marking this thread as resolved.
Regards
Brajesh Hi Shelley,
Thank you.In that case, you may use this code in your bp-custom.php
/** * Filter and translate the WordPress login text label. * * @param string $translation translation. * @param string $text original text. * @param string $domain text domain. * * @return string */ function buddydev_filter_email_login_label( $translation, $text, $domain ) { if ( 'Username or Email Address' === $text && 'default' == $domain ) { $translation = 'Email Address'; } return $translation; } add_filter( 'gettext', 'buddydev_filter_email_login_label',10, 3 );Regards
Brajesh- Brajesh Singh on December 29, 2017 at 1:39 am in reply to: [Resolved] Media moderator backend count + image size #12589
Thank you Richard.
I am glad it is working for you. I am still not sure what caused it specifically for you. Please do let me know if you ind the reason some day.
Happy Holidays 🙂
Regards
Brajesh - Brajesh Singh on December 29, 2017 at 1:36 am in reply to: [Resolved] Multiple blank comments after multiple image upload? #12588
Hi Audiomonk,
I am sorry for the delayed reply.Can you please link me to a page on the site or a screenshot one more time. It should work automatically. There is no need to copy the file if it not overridden in the theme.
Regards
Brajesh