BuddyDev

Search

[Resolved] BuddyPress Extended Friendship Request – Styling issue

  • Participant
    Level: Enlightened
    Posts: 108
    Thorsten Wollenhöfer on #10194

    Hi Brajesk,
    Found an extended styling issue of your plugin, see the following screenshot:
    https://www.screencast.com/t/LJvHRDf8kjT

    Kindest regards,
    Thorsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10195

    Hi Thorsten,
    It is a known issue and the solution is to set max-width:100% on the text area.
    Since we do not pack any css with the plugin, It remains theme dependent.

    Loading a stylesheet for a one line of css is no go for me. Most probably, I will either add that on the plugin page or put inline(It is another bad practice).

    I will message once I check/updae on your site today.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 108
    Thorsten Wollenhöfer on #10196

    Ok Brajesh,
    If I know where to enter the right code snippet I can do this. It would be great to find special tricks to each of your plugins. It keeps more time for you concentrate on other hard work 😉

    Kindest regards,
    Thorsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10198

    Thank you for the suggestion.

    The problem lied in our direction. Till recently we focused on developers only so all our products did not include much for site admins to customize.

    We have our focus changed with the recent release of Member types pro and we plan to make more site admin friendly plugins in future and whenever the updates for our plugins come, each update will move towards this new direction.

    I believe we made the mistake in our strategy while focusing on developer only. It helped us keep the code to the minimal but we almost lost a huge market.

    I am hoping that the future change in our strategy will be a good thing for us as well as our community members.

    Hope that clarifies why you are finding so many stumbling blocks with our plugins.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10199

    The css taht you need will be

    
    .bpdev-popover-content textarea{
    
    max-width: 100%;
    }
    
    

    If that does not work, you may need to reset the min width(In case the theme ads min width).

    Hope that helps.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 108
    Thorsten Wollenhöfer on #10200

    Ok, now I understand you better. I’ll hope that all my issues I reported and will report help you to take the feedback for a better development.

  • Participant
    Level: Enlightened
    Posts: 108
    Thorsten Wollenhöfer on #10201

    For me 89% worked best! Thank you!!

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10202

    Sure. Your feedback has helped Recent visitors and I do look forward to implement more of them.

    Glad it is fixed for you.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 108
    Thorsten Wollenhöfer on #10204

    Hi Brajesh!
    See what I did and it works https://www.screencast.com/t/aMm4TM3f

    😉 best to you, Thorsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #10206

    Hi Thorsten,
    That looks great!

    Good job there finding the perfect percentage 🙂

The topic ‘ [Resolved] BuddyPress Extended Friendship Request – Styling issue’ is closed to new replies.

This topic is: resolved