Replies
- Maksim Rusakovich on September 25, 2018 at 7:27 am in reply to: [Resolved] BuddyPress Signup Avatar. not correct cropping preview #17626
Hello Brajesh.
Thank you. Is it possible to fix aspect ratio?
I checked standard avatar changer in member profile.
It uses the aspect ration. How to implement it with your plugin?- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 25, 2018 at 6:25 am in reply to: [Resolved] Embed streamable.com video in member profile field #17622
Hello Brajesh
Thank you for your great help.
1. I inserted this code:
@media (max-width: 480px) { .data iframe{ height: 180px; } }
in my child theme
2. Could you add possibility to insert standard coub link to the video?
Because regular users can be confused.Thank you.
- Maksim Rusakovich on September 25, 2018 at 6:19 am in reply to: [Resolved] BuddyPress Signup Avatar. not correct cropping preview #17621
Hello Brajesh
I updated the plugin.
But the issue is the same
http://prntscr.com/kyd63fCould you check it?
* Limit BuddyPress Avatar file size. * * @param int $size size in bytes. * @param string $type upload type(avatar, cover_upload). * * @return int */ function buddydev_limit_buddypress_avatar_file_size( $size, $type ) { if ( 'avatar' == $type ) { $size = 5000 * 1024; // in bytes, 1024 bytes = 1KB } return $size; } add_filter( 'bp_attachments_get_max_upload_file_size', 'buddydev_limit_buddypress_avatar_file_size', 10,2 );
I use this snippet if it can influence.
- Maksim Rusakovich on September 25, 2018 at 5:52 am in reply to: BuddyPress Ajax Registration. Add PCRE regex validation. #17620
Hello Brajesh.
Sure. I understand you. But this developer have not answered 3 years.
- Maksim Rusakovich on September 24, 2018 at 9:30 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17613
Hello Brajesh
Great support! You’re awesome.
CSS is working great.Just one question. How to remove frames in portrait mode?
http://prntscr.com/ky9in0But leave full screen in landscape mode?
http://prntscr.com/ky9iuoIf I try to add
embed, iframe, object { max-width: 100%; max-height: fit-content; }
It’s remove the frame in portrait mode.
But in landscape mode the video gets smaller.Could you help to resolve it?
Page for testing: https://r.abodva.com/members/abodva/Thank you once again.
- Maksim Rusakovich on September 24, 2018 at 8:44 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17609
Yes. It’s working.
http://prntscr.com/ky922kStandard COUB plugin is also working in profile field.
I just insert the standard url https://coub.com/view/u0zh9What steps can I do to debug it?
—
UPDATE.
My mistake. some snippet influenced on coub.
Checking hot to make coub bigger.
https://r.abodva.com/members/abodva/- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 24, 2018 at 8:06 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17607
Hello Brajesh.
1. Disabling doesn’t help.
2. Coub standard plugin is disabled
3. Should I update to 1.0.1?
Any ideas?
- Maksim Rusakovich on September 24, 2018 at 7:46 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17605
Hello Brajesh
1. Understand. I mean I can’t update my plugin to 1.0.1.
http://prntscr.com/ky8dm2
now in file* Plugin Name: COUB Custom * Version: 1.0.0 * * A basic plugin that uses local proxy file to retrieve content from coub. */ // Do not allow direct access over web. defined( 'ABSPATH' ) || exit;
2. code: http://prntscr.com/ky8d4j
profile: http://prntscr.com/ky8d9j
Url embed: http://prntscr.com/ky8e81
- Maksim Rusakovich on September 24, 2018 at 7:22 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17601
Hello Brajesh
3. I check php info with this plugin https://wordpress.org/plugins/wordpress-php-info/
Result:
http://prntscr.com/ky83bs5. Yes, but where can I download 1.0.1 version?
- Maksim Rusakovich on September 24, 2018 at 7:11 pm in reply to: [Resolved] BuddyPress Signup Avatar. not correct cropping preview #17599
Great. Thank you.