Search Results for 'questions'
-
Search Results
-
WP version: 4.6.1
BP version: 2.7.2Hi all. I’m surprised this solution isn’t easy to find as it seems like a lot of people would want to do this, but I guess most themes have it already. I’m trying to integrate BP into a theme that isn’t BP compatible. It works but isn’t styled for it.
I moved the user navigation menu from the admin bar to the header so I could get rid of the admin bar altogether. Everything works except the Profile menu item isn’t showing the sub-menu. All the links are under Settings so I could just remove the Profile item. I just don’t know where the code is. I believe it’s pulling from ‘bp_nav_menu’ but I don’t know which file to tweak. Could you tell me where to look?
Also, the main issue is the styling. I can’t seem to find the CSS code to modify the navigation menu. I’ve been messing with it but a few things I can’t seem to find.
The code I used was from answer #2 on this link. (#1 didn’t seem to work as well.)
The php code was fine but the CSS code was kind of a mess and needs a lot of padding and alignment adjustments. Mainly, could you tell me two things…
1. Where do you add the alignment so the menu items are flush left?
2. Which section is the styling for the individual menu items (Activity/Profile/etc.) in the dropdown? Thought I found it but the code doesn’t seem to be appearing.
I know we’re supposed to post the link to our site but the menu only shows when you’re logged in and I’m still working on it so I prefer not to post it.
Also, I’m not a programmer. I can use Firebug and tweak php code and CSS but I’m still learning a lot of the stuff you guys probably know really well. If I sound stupid, well, in a lot of things I am. 🙂
Thanks for any help.
Hi,
I’ve seen old posts about this but I don’t think these questions have been asked lately 🙂 If they have I’m very sorry !
I have a WP Multi-site 4.6.2 with a BP 2.6.2.
Every multi-site is in a different language and on a different subdirectory :- mydomain.com in english
- mydomain.com/fr in French
- mydomain.com/es in Spanish
- etc.
I saw on other posts on this forum that Buddypress is common to all multi-sites. I guess that means that when a user registers on one of the multi-sites he can use his account on all the other websites of the Multi-site installation, right ? Meaning :
One user that registers on mydomain.com/fr as an author can also post content on mydomain.com/ and on mydomain.com/es, is that right ? (I hope it’s not because it would get messy quickly ^^⁾Also, more important : when a user is browsing mydomain.com/fr (so the French version of the website) when he clicks on “My Profile” it seems to automatically redirect him to the domain in English (mydomain.com/members/username/profile/), meaning it takes him out of the French Website to put him onto the English one. Of course this is not something I want as then the user gets totally lost because of that. I tried adding /fr to the url (like mydomain.com/fr/members/username/profile/) but it gives a 404 error.
Is there a way to correct this ?
Thank you very much !
Hello posting this question again, hopefully all is well and I’m informative as much as I can be.
WP 4.6.1
bbpress 2.5.10
buddypress 2.6.2
rtmedia 4.1.6WP installed as directory in root, no sub-directory
Tested with no plugins other then the ones listed above.
Custom theme SweetDate
No core files changed other than a landing page changed in wp-config.php
which was this:/** * Change BuddyPress default Members landing tab. */ define('BP_DEFAULT_COMPONENT', 'profile' );
I use bluehost version that has an installed WP
I’ve inquired this issue with the SweetDate Theme support forum and they told me to ask
about it here.My site is not live yet.
I hope that these two questions are at the right place.
I just have 2 concerns:
1. When creating a Group there is the option to post texts, pics, etc. If it is a long post and then it is submitted, the post comes with a ‘Read More’. When I click on it it opens up to a new page. From there if I hit the back button the post is gone. If I remove the Read More using:
.activity-read-more { display: none !important; }
then the text field is limited to about 30 words. Is there a way to remove the Read More and just have it as an open regular forum where there isn’t a need to expand or have it go to another page?
I’ve shared images labeled GroupPost 1to42. The other concern I have is in regards to uploading a Cover Photo for the User Group. If I post an intro text and it winds up being lengthy, the text expands the image. That seems odd. Wondered if this is how it is or on my end. Is there a way to have the text separate and not laid out on the Cover Photo? Would rather have the Cover Photo as a stand alone.
I’ve added an image COVER-TEXTThanks.
I realize the photos are a little small.
Hi pressers , accept my apologies if this has been discussed already .
I am about buying a premium buddypress theme, and i have a few questions i will appreciate if someone out there points me to the right direction .
My target is to have buddypress plugin installed with a few target users. Also i plan to add a “Job Board” plugin and possibly an instant messenger plugin to the same theme.Not very sure how this is going to play out . Anyway
1. Can I do this ?
2. What is the disadvantages with such setup ?
3. Will buddypress happily integrate with other theme as mentioned above ?Please any sincere response will be useful and appreciated .
Warmest Regards
dphelunThis is what I’m looking for: when a user clicks “reply” under an existing reply in a topic, the reply-box will appear directly beneath that reply.
Here’s an example discussion on our site: nexus.universaltheosophy.com/groups/key-concepts-study-group/forum/topic/theosophical-tenets-karma/ [MOD EDIT: deactivated the link as the site show the comment form only to loggedin users]
When a user clicks “reply” the page reloads and the user is brought to the bottom of the page, where the reply-box is located.
This is an example of what we want: highexistence.com/topic/what-is-your-philosophy-of-life-in-3-sentences/ [MOD EDIT: deactivated the link as the site show the comment form only to loggedin users]
You’ll see here that when you click reply, the reply-box accordions into place right then and there. No page reload, no scrolling down. Really want that functionality, but not sure where to start.
Here are two other support questions on this topic, for reference:
https://buddydev.com/support/forums/topic/show-bbpress-reply-form-beneath-each-reply/
Any help with this would be much appreciated!
Hi,
i can’t understand how to solve this 3 questions. I am not expert, i’m not a programmer and I can’t use code.
1) Logout: when a user logs out from a private page (message, for example) using the Buddypress-Access-Widget, it says “404 error page not found”. It’s obvious. How can i redirect the logout to the Home Page, solving the problem? Is there a solution without using code?
2) Lost password: in Buddypress Access Widget you can Log-In and Register. No more. If you put a wrong password, the user is redirect to wp-login and this “loses” my site’s look, because it goes to a WordPress branded page. Is there a solution?
Hi. In my project I have an Ajax function that reorganizes the activities.
Everything is working well except the oembed content, like YouTube videos, that are not embedded as expected.
I found this post that describe the same situation, but talking about WordPress posts.
http://wordpress.stackexchange.com/questions/175418/wordpress-embeds-in-ajax-inserted-content
Any suggestion will be appreciate.
Thanks.