Search Results for 'questions'
-
AuthorSearch Results
-
April 6, 2019 at 5:11 am #304436
In reply to: Severe BuddyPress / Yoast conflict
msteimann
ParticipantThanks for your quick reply. The mentioned thread was just to show that someone has already tried to find a solution.
I have no coding skills at all, but I guess someone – either BuddyPress or YOAST team would have to make changes to their code in order to solve the issue. Can you please go ahead and raise the issue on Trac? If someone asks specific questions there, I most probably could not give the right answers.
Regards,
MartinApril 1, 2019 at 5:58 pm #304222In reply to: Advices & tips for complex config
shanebp
ModeratorDo not use multisite unless you absolutely need it.
The face that you need to ask, strongly suggests that you should be using a single install.For the rest of your questions, install the plugins you think you need and test, test, test.
If you still have questions, return to this topic and ask them.March 23, 2019 at 3:50 pm #303919In reply to: Associating WordPress Posts with a member profile
trig
ParticipantThank you for the response. I reviewed both links and not sure if it answers my questions.
While I understand that your plugin will allow the member’s posts to show, it doesn’t answer my core question of what if we as administrators are the “author” of the post in WordPress and how we then associate a post with that member so it can then show?
James
March 22, 2019 at 10:35 pm #303898In reply to: Moving store description to bottom of shop page
shanebp
ModeratorThese forums are for questions about BuddyPress.
For questions about other plugins, such as wooCommerce and WC Vendors, please use their support forums. This thread is off-topic and closed.March 19, 2019 at 11:13 pm #303729In reply to: Error with the Activity – upload media
shanebp
ModeratorPlease do not double post. Your duplicate post has been deleted.
Please use the support forums for rtMedia for questions and issues re their plugin.
March 9, 2019 at 8:02 pm #303429In reply to: Members Loop with ACF Parameter
shanebp
ModeratorPlease ask questions about ACF on their support forum.
They may have functions that will return the data that you need.
If not, they can tell you how to write a custom query for their data.March 8, 2019 at 3:22 am #303381Topic: Group AVATAR conflicts with JetPack
in forum How-to & Troubleshootingsamyliu
ParticipantMany questions about issue with updating group Avatar. I discover something and hope this will stop you from starching your head.
I found that when Jetpack Lazy image is activate, group avatar/photo cannot be shown and cannot crop image at all. Turned off Jetpack Lazy image option, crop image works alright, but upload always error.
I finally de-activate JetPack to be able to update my group Avatar.
February 26, 2019 at 9:24 am #303114In reply to: Help with ucommerce
shanebp
ModeratorThis is the support site for BuddyPress which does not offer forums.
Please ask questions about forums on the support site for bbPress.February 21, 2019 at 10:11 pm #303037In reply to: Comments notifications in Events Manager
shanebp
ModeratorYou need to ask Events Manager support questions about appropriate hooks.
Once you have that info, you can add your own notifications.
February 17, 2019 at 11:56 pm #302931sitesfromash
ParticipantHi. I hope someone can please help me. I have set up a group of two questions which I am requiring users to enter when registering for my site. I would like to be able to see the values entered by each user on the backend admin Users panel in the form of columns. However, I am unsure of how to accomplish this. I appreciate any assistance which anyone can provide me in regards to this matter.
February 12, 2019 at 2:28 pm #302800In reply to: Member search in mutiple profile fields
shanebp
ModeratorBP Profile Search will search as many profile fields as you want for each search input.
Just follow the directions for that plugin.
If you have additional questions, please ask them on the support forum for BP Profile Search.January 28, 2019 at 9:17 pm #302456In reply to: BuddyPress LearnPress tabs
shanebp
ModeratorThese are the forums for just the BuddyPress plugin.
Please direct your questions about LearnPress – BuddyPress Integration to the creators of that plugin.January 28, 2019 at 9:08 pm #302455In reply to: Activity Feed Banner
kevinrook
Participanti was able to get your first example to work
function add_banner() {
echo ‘this will be a banner’;
}
add_action( ‘bp_before_activity_loop’, ‘add_banner’ );when i replaced activity_loop for directory_activity it didnt seem to do anything.
sorry for the newbie questions & thank you for your help so far
January 28, 2019 at 2:46 pm #302443In reply to: Filter by group (not activity type)
shanebp
ModeratorIf you are not an experienced developer, you may be better off hiring such a person.
Until you write some code and ask specific questions about it, here are some general pointers…
Take a look at how the activities are restricted on a group activity page.
There are some codex pages that provide info:
Add custom filters to loops and enjoy them within your plugin
January 28, 2019 at 2:07 pm #302439shanebp
ModeratorThe All-in-One Event Calendar plugin only shows events created in that plugin.
Events created in other plugins are not supported.
btw – this is not the proper place to ask questions about 3rd party plugins.
Instead, you should use the support pages for those plugins.
Therefore, this thread is closed.January 25, 2019 at 8:06 pm #302410In reply to: How to output a topic list using the main loop
shanebp
ModeratorPlease ask questions about bbPress on their support forums.
It’s not easy to figure out what you are doing – or more importantly why.
I suggest you not use
pre_get_posts.
Instead write your own WP_Query on your custom page.This thread is now closed due to being off-topic for these forums.
January 25, 2019 at 5:16 pm #302408In reply to: Group in form
shanebp
ModeratorI do not know anything about coding …
You can use these forums to try and hire somebody to help you.
Or for specific questions about your code – but questions about other plugins are out of scope.
I suggest you talk to the creators of formidable forms about your issue.You can use
$groups = groups_get_user_groups($user_id);to get all the groups that a user belongs to.January 24, 2019 at 4:28 pm #302385In reply to: Category & Tag
shanebp
ModeratorThis is a BuddyPress forum.
Questions specific to WordPress should be asked on the WP support forums.January 16, 2019 at 11:43 pm #302265In reply to: Styling the BP profile tabs
mrwassen
ParticipantOK, no replies as of yet but some progress to report:
I abandoned the idea of making minor style customizations in my WS child theme’s style.css because of the inconsistent results I was getting (see my previous post). Instead, after more hours scouring of the internet, I found a different approach which is to setup folders under my child theme folders like so:
…/wp-content/themes/mytheme/buddypress/css
I then created a new file named buddypress.css in the new /css folder, put in a couple of css entries and voila! – it didn’t work. Determined to get this working, I then spent a few more hours of scoouring and through trial and error and finally came up with the following which does work for me:
1) setup the above mentioned folder structure under the child WP theme
2) copy buddypress.css from the core buddy press css folder under the chosen template (e.g. nouveau) to the new css folder
3) rename the new buddypress.css to “buddypress.min.css” (even though it is not “minified”)
4) changes made to the new buddypress.min.css now take effect (hoorah!)Although this approach seems to work, it does raise several questions:
A) since the custom version of the css file is not “minified”, does this not defeat the purpose of minifying css files in the first place (i.e. presumably performance improvements)?
B) I would have hoped that the custom css file would only need to contain deviations from the theme’s css – however this does not seem to be the case. It appears that the entire file needs to be copied. The concern here is that when buddypress is upgraded, there may be css changes in the upgrade that are now “masked” by the custom css file which contains the older version of the styling (in cases where no modifications were made) – this seems a bit “messy” to me
C) I guess my main question really is whether the above approach which I finally settled on is valid and is the best available approach.
Sorry for the lengthy post, but I am seeking clarity on this so that I end up with a good long term solution.
Dennis
December 10, 2018 at 10:39 pm #282696In reply to: Profile Not Showing up
binaryfabric
ParticipantIt was because I was updating my display name via wp_update_user that the profile page wasn’t showing.
So i guess the real questions is, why is it that when I update the display_name via wp_update_user, the profile url isnt updated?
December 6, 2018 at 1:42 pm #282524In reply to: Member workout tracking
krijali
ParticipantThat answers my questions well! I was expecting as much but wanted to make sure I wasn’t reinventing the wheel. I’ve worked with WP for a long time now and this is a passion project so hopefully I can devote some time to educating myself and getting it done. Thank you!
November 28, 2018 at 3:40 pm #282275In reply to: Setting up Forums and Sub Forums
shanebp
ModeratorBuddyPress uses bbpress.org for all forums.
Please use their support, bbpress.org/forums, for questions specific to forums.November 19, 2018 at 3:38 pm #282039In reply to: Knowledge exchanging community
shanebp
ModeratorWP and BP can do a lot of what you need.
You’ll also need something like LearnDash for lessons.
And wooCommerce for ecommerce.afaik, there are free versions of those plugins.
So you can set up a test site and try them all out together.
Then you should have a better idea of whether you need the premium versions, or some other plugins.At some point you will need to hire an experienced WP / BP developer to close any functionality gaps and perhaps write some custom code.
If you have wooCommerce or LearnDash questions, please ask them on their support sites.
November 14, 2018 at 8:52 am #281845In reply to: BuddyPress Activity Plus in groups not working
norrdesign
ParticipantIt seems that you have to have a paid account to ask them questions.
November 9, 2018 at 9:06 pm #281258In reply to: Display specific role on profile user
shanebp
ModeratorYou said the code you posted was not working.
Now you say it is working?
But you want some different?
Please make clear statements and ask clear questions. -
AuthorSearch Results