Replies
- Brajesh Singh on September 25, 2018 at 3:27 pm in reply to: [Resolved] Tabs Creator Pro, 404 not found #17648
In other words, I mean the screen the button links to, becomes unavailable for certain users. That’s why any linking pointing to these screen become broken.
- Brajesh Singh on September 25, 2018 at 3:24 pm in reply to: [Resolved] Tabs Creator Pro, 404 not found #17647
Hi Carsten,
The problem is link needs to be accessible/available to the user. When you change tab’s visibility, the links become unavailable for certain users and that’s why the private message button gets broken.
- Brajesh Singh on September 25, 2018 at 2:50 pm in reply to: [Resolved] Tab not moving / default sub nav not changing #17645
Hi Andreas,
Welcome to BuddyDev Forums.Here is the stepwise guide to help you.
1. Changing label and position:- If 15 does not work, THere is a possibility that some plugin is using a lower value. Try using a lower value like 9 or so.
2. For sub nav, Please use ‘my-friends’ as shown below.
a. https://i.imgur.com/hlL4dqA.png
b. https://i.imgur.com/unbqgke.png
c. https://i.imgur.com/G3wgCnf.png
d. https://i.imgur.com/7AoWjeL.png
Please try it and let me know if it works or not?
Regards
Brajesh - Brajesh Singh on September 25, 2018 at 2:26 pm in reply to: [Resolved] BuddyBlog not selecting tags #17642
Thank you.
- Brajesh Singh on September 25, 2018 at 2:26 pm in reply to: [Resolved] Tabs Creator Pro, 404 not found #17641
Hi Carsten,
It is expected.BuddyPress Private message buttons are hard coded to http://example.com/members/messages/compose url. If you remove the ‘compose’ sub tab, that link breaks.
A solution is to remove the private message button too if removing compose screen.
Regards
Brajesh - Brajesh Singh on September 25, 2018 at 7:59 am in reply to: [Resolved] BuddyPress Signup Avatar. not correct cropping preview #17630
Hi Max,
We are using ‘bp_core_add_cropper_inline_js’ which should have done it. Is there any chance that you have custom defined image size for avatar?There are two possibilities:-
1. The bp_core_add_cropper_inline_js() is not finding the image and that’s why not setting the ratio
2. Or there is a custom defined image height/width and their ratio is something else(I doubt it).
I will be investigating more tomorrow now.
Thank you
Brajesh - Brajesh Singh on September 25, 2018 at 7:53 am in reply to: [Resolved] Report Popup not completely visible #17629
Hi Carsten,
I am sorry but it is not coming from BP Nouveau.I just checked the header from BP Nouveau to make sure.
It would have been much better if that came from Nouveau as we could include the fallback.
Please do check again for the same.
Also, Please allow me 1 more day as I am planning to include the post moderation with this release too.
Thank you
Brajesh - Brajesh Singh on September 25, 2018 at 7:18 am in reply to: [Resolved] Embed streamable.com video in member profile field #17625
Hi Max,
You are welcome.Sure I will update the plugin later in the day and post back with the link.
Please do note that the new plugin(when I post it) will need same changes again(field/stylesheet).
Regards
Brajesh - Brajesh Singh on September 25, 2018 at 7:17 am in reply to: [Resolved] BuddyPress Signup Avatar. not correct cropping preview #17624
Hi Max,
The above code will have no effect. It restricts file size only.
It seems to me the problem lies with css applied on the cropped preview. Try right clicking and checking the css. Is there height/width applied , you will need to override it to avoid distortion.
- Brajesh Singh on September 25, 2018 at 7:06 am in reply to: How to make custom follow button load with ajax #17623
Hi Tosin,
Whihc theme are you using? We will need to add following code in the js filejQuery( document).ready( function ($) { $(document).on("click", ".hentry .follow-button a", function() { bp_follow_button_action( $(this) ); return false; }); });Adding that will make the button work via ajax.
Regards
Brajesh