Replies
- Maksim Rusakovich on September 17, 2018 at 2:54 pm in reply to: Create an alternative to BuddyVerified #17427
Hello.
Thank you. Sure. I understand you.
What is about the license? Could you update this plugin and upload for all in your website?Problems:
1. Remove icon and ‘”<‘ text in widget area.2. Add custom field to member profile for verified users.
Thank you for your help, Brajesh
Great support!
- Maksim Rusakovich on September 17, 2018 at 2:47 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17426
Great. Thank you.
Do you plan to make changes with leaving old avatar during a new avatar moderation?
- Maksim Rusakovich on September 15, 2018 at 12:51 pm in reply to: Create an alternative to BuddyVerified #17372
Hello Brajesh Singh
It’s a very good topic, but I see there is not progress. If you can update this plugin, it will be great.
I added request to buddypress alsohttps://buddypress.trac.wordpress.org/ticket/7967#ticket
+ other unsolved requests
https://buddypress.org/support/topic/buddypress-verified-user-can-verify-another-user/- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 14, 2018 at 7:27 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17361
Great.
Thank you.1. What is the best way to request the function in Buddypress?
2. Your plugins updates are coming automatically via wordpress dashboard?
- Maksim Rusakovich on September 14, 2018 at 6:25 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17359
Hello Brajesh
Great, that you have influence to Buddypress team!
Is it possible to limit avatar uploading period? - Maksim Rusakovich on September 14, 2018 at 5:51 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17356
Hello Brajesh.
Ok, I understand you.
But why not to save old photo until moderation? And use it instead of placeholder?
Because user looses his avatar, if the new one will be refused. - Maksim Rusakovich on September 14, 2018 at 7:07 am in reply to: [Resolved] Embed streamable.com video in member profile field #17339
Hello Brajesh,
Thank you very much for your help.
I see, that it’s not possible to make it good framed.
It’s better to leave it with frames but with bigger video size. - Maksim Rusakovich on September 13, 2018 at 7:00 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17337
I understand you.
Maybe you don’t understand me.
Youtube is working well.
<iframe width="978" height="550" src="https://www.youtube.com/embed/3k5KWFnnXK4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Stremable code:
<div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/s/vns0q/hvfgnq" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
How to remove <div> from embed code and leave only this part <iframe>?
<iframe src="https://streamable.com/s/vns0q/hvfgnq" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe>
I think this code is enough to get the right position of the video. What do you think?
- Maksim Rusakovich on September 13, 2018 at 6:41 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17335
Hello Brajesh.
Thank you.
Is it possible to cut
<div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;">
This part from embed code from streamable via
return wp_oembed_get( $val, array( 'width' => 400 ) )
I think this code is replace youtube width to 400px.
- Maksim Rusakovich on September 13, 2018 at 1:56 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17319
Hello Brajesh
I just inserted code mentioned above in functions.php
It’s working, but with not correct styling.
I’m not a coder. That is why I’m asking for help.1. I found that height parameter is the problem
https://gyazo.com/fb874d3f6408471a656d1280a4248ce5.media-container { /* height: 56.25vw; */ max-width: 177.78vh; }
2. I can’t override it with additional CSS in my child theme:
1. ` .media-container {
height: auto !important;} `
3. I found that embed stremable code has the same value in style:
`
padding-bottom:56.250%
`4. In member profile field I insert only link to the video:
Thank you
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.