BuddyDev

Search

[Resolved] Issues about BuddyPress Extended Friendship Request

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #9050

    Hi,

    Thanks for creating such environment for us and providing helps.

    Currently I use the BuddyPress Extended Friendship Request Version: 1.1.0. The main functionality works fine in my site. However, there are several minor issues I need to look for your helps:

    1. It seems there is a overlapping of textfield and there is no “X” button to close. When I click the rest of page, the request should disappear but it doesn’t now.
    Here is the screenshot: http://imgur.com/a/qUlVU

    2. In my site, I largely use ajax in order to let users do not need to refresh page. However, I found when I sent request successfully, the request doesn’t disappear automatically and there is no X button to close.
    Here is the screenshot: http://imgur.com/a/kRpHL

    And because I use ajax in switching the tabs, as you can see the screenshot below, the request stay remaining when I switched to another tab.
    Here is the screenshot: http://imgur.com/a/zXvBg

    I’m wondering can you help me to solve these issues above?

    Thank you very much.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #9053

    Hello Dandy,

    Thank You posting. Cross button is already there to close the popup button. I think there might be chances that your theme hiding the button. Please test with other wordpress default theme and let me know if the issue still persist or not.

    Thank You
    Ravi

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #9055
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #9059

    Hello Dandy,

    Issue #1. Yes, Your theme is conflicting and hiding the close button. Please put the following code in your theme “styles.css” file to show the button

    
    .bpdev-popover .bpdev-popover-close {
       z-index: inherit;
     }
    
    

    Issue #2. To achieve the functionality we need to modify plugin’s js file.

    Please insert the following after line no. 216 in file name “bp-extended-friendship-request.js”

    
    popup.hide(300, 'swing');
    
    

    clean the browser cache and test it. Let me know if it works or not.

    Thank You
    Ravi

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #9065
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9074

    Hi Dandy,
    Since Ravi will be away for next few days, I will be assisting you.
    1. Please put the following css in your themes css file

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

    That will fix the text area overflowing.

    2. That’s a valid point. Please allow me to put and update and provide a custom even trigger for it in next 2 days.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #9080

    Hi, Brajesh

    Thanks for your reply. I tried the css code and because I did some customization (replaced textarea with dropdown options), so I changed “textarea” to “select” and it works perfectly now.

    Regarding to #2, thanks a million for considering my request. I’m looking forward to seeing the updates in next 2 days. Please let me know when you release the update.

    Thank you very much and hope you have a good day!

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9089

    Sure.
    Thank you for the patience Dandy.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #9126

    Hi, Brajesh

    Sorry to bother you again. I’m wondering is there any progress about the issue 2?

    Thank you very much.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #9142

    Hi Dandy,
    I have added a custom event “bp-ext-friendship-popover:close”. If it is triggered, all popups will be closed.

    Please upgrade to the 1.1.1. You will see an example at the bottom of this page

    https://buddydev.com/plugins/bp-extended-friendship-request/

    Hope that helps.

The topic ‘ [Resolved] Issues about BuddyPress Extended Friendship Request’ is closed to new replies.

This topic is: resolved