Replies
- Brajesh Singh on December 12, 2017 at 10:03 pm in reply to: [Resolved] Just purchased BuddyPress Editable Activity for $19.00, Need the download link #12313
Hi Naomi,
Thank you for the purchase.
I am sorry for the inconvenience. It seems there was some glitch on PayPal IPN notification( I have seen it once or twice in a year) and our selling setup could not record the purchase as successful.I did note the delay in confirming the order had marked it as complete manually.
You can download your purchased plugin from here
https://buddydev.com/members/naomibuch/membership/plugins/
Please do let me know if you need further help.
Thank you
Brajesh - Brajesh Singh on December 12, 2017 at 1:54 am in reply to: [Resolved] Buddypress Group Description Html tag support? #12280
You are welcome. Please do let me know whether you got it working or not when you have some time.
Thank you
Brajesh - Brajesh Singh on December 12, 2017 at 1:53 am in reply to: [Resolved] Set default group tab to Link Page To Groups page #12279
Hi Janet,
Thank you 🙂If we change this line
https://github.com/buddydev/link-page-to-groups/blob/master/link-page-to-groups.php#L77echo '<li class="bp-linked-group-page"><a href="' . get_permalink( $post ) .'">'. get_the_title( $post ).'</a></li>';to
echo '<li class="bp-linked-group-page"><a href="' . get_permalink( $post ) .'" target="_blank">'. get_the_title( $post ).'</a></li>';That will always open the link in new tab on click.
Hope that helps. - Brajesh Singh on December 12, 2017 at 1:51 am in reply to: [Resolved] Extended Friendship Request — Message box position issue #12278
Hi Julia,
We are aware of the position issue with some of the themes.I am not sure if we can provide a quick update for this plugin. Please allow us a week to check if we can have an alternative solution.
About the css:- It’s safe. We will remove it anyway. It is the prefixed version which is no more necessary(It was there for better browser compatibility when the plugin was released).
Regards
Brajesh - Brajesh Singh on December 12, 2017 at 1:48 am in reply to: [Resolved] BuddyPress Member Type Generator – types do not show #12276
Hi Zsuzsa,
Thank you. It might be due to some other conflicts. I do plan to add a warning in future when there are duplicate slugs to avoid the issue.Thank you for marking it as resolved.
Best Regards
Brajesh - Brajesh Singh on December 12, 2017 at 1:47 am in reply to: [Resolved] New friendship request Autogenerated EMAIL #12275
Hi Shelley,
The email templates have inline style. I will suggest copying the wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/emails directory to yourtheme(or child theme)/emails directory and modify it.That seems to be the best option.
- Brajesh Singh on December 12, 2017 at 1:43 am in reply to: Issue with provided code (profile tab depending to member type) #12274
No problem. I am glad It finally worked. I wish there was a way to filter email notification link.
Hi Shelley,
I am sorry for the confusion.Please visit Appearance > Customize > General > RSS and you will see a checkbox to disable the RSS Feed.
Hope that helps.
Regards
Brajesh- Brajesh Singh on December 11, 2017 at 11:39 pm in reply to: [Resolved] Buddypress Group Description Html tag support? #12269
That simply means that your theme is not styling it. It should be there if you check the source. You will need to style it to look like the unordered list using css.
- Brajesh Singh on December 11, 2017 at 10:59 pm in reply to: [Resolved] Buddypress Group Description Html tag support? #12266
Please try checking the source page. Some themes may not style it.
Do you see the ul tag in the textarea or does it get removed on update?