Search Results for 'buddypress'
-
AuthorSearch Results
-
July 25, 2013 at 1:16 pm #168790
In reply to: remove admin-bar
Developer ICAN
ParticipantIn the latest BuddyPress – 1.9 – i want to hide the admin bar but keep it for WP site users (editors, admins) that aren’t BP users? Is that possible?
July 25, 2013 at 12:50 pm #168789In reply to: Navigation with bp_nav_menu()
Pierre from DesignBots
ParticipantHi, You can check what we’ve done for the French Buddypress community with @imath here :
Check my profile for example :
http://bp-fr.net/membres/mecanographik/regards,
July 25, 2013 at 7:26 am #168782In reply to: BP Groups and Forums
@mercime
Participantdo I have to configure a wildcard for my websites
You only need to configure wildcard if you created a network (multisite) with subdomain structure/mode e.g. http://community.example.com . Looking at your example above with subsite example.com/community in subdirectory mode, so no.
You don’t want both http://www.example.com and http://example.com to both be accessible. Why? Because Google will penalize you for duplicate content ironically from your own site. You need to decide whether you want www or no-wwww. Check what’s in the Site Address of your Settings > General, it should be the same as your WordPress Address, either both have www or both have no www.
Deactivate BuddyPress. You have to resolve the URL issue before you activate BuddyPress again. If you need assistance with this matter, please go to https://wordpress.org/support/forum/multisite
July 25, 2013 at 3:55 am #168779In reply to: BP Groups and Forums
Faramarz
Participant@mercime.. will do. Question, do I have to configure a wildcard for my websites? Here is my scenario: I have one main site WITHOUT buddypress installed and a sub-site WITH buddypress and I only want to have these features on my sub-site: Forums, Groups, Extended user profiles, Private messaging and Friends connection.
Also, I want my sites addresses to look like these
My Community site: http://www.domain.com/community .. also http://domain.com/community (without www) should be accessible
And my main site: http://www.domain.com/.. and http://domain.com/ (without www) should be accessible.
What kind of settings should I use to accomplish this?
July 25, 2013 at 2:58 am #168778In reply to: Missing Directories
@mercime
Participant@brandonecarr in previous BP versions, all components were activated by default. Starting BP 1.7 onwards, the only active components by default when you activate BuddyPress are Members (with Extended Profiles) and Activity Streams.
Go to Settings > BuddyPress > Components and activate the other components you want in your installation.
July 25, 2013 at 2:35 am #168777In reply to: Changing themes
@mercime
Participant@pssawhney ideally one should be able to change themes without any major issues. That’s why themes in the WordPress Theme Repository must not include shortcodes nor custom post types, etc. And it looks like Envato’s Themeforest is going to require that for incoming premium themes http://support.envato.com/index.php?/Knowledgebase/Article/View/472
If your Huddle theme has shortcodes and built in custom post types like portfolios for example, then yes you would lose the styles for those shortcodes and the portfolio will not be showing up in your new theme. Other than that, BuddyPress data are stored in database so assuming you have an updated WordPress theme which does not have a proprietary templating system, you should be good to go.
Recommend that you set up your own development site which mirrors your live/production site so you can test themes/plugins in development site before installing/activating in production site.
July 25, 2013 at 2:16 am #168775In reply to: Weird theme integration
@mercime
Participant@hugodisasters Not familiar with the theme you’re using but based on the image alone, looks like buddypress.css and buddypress.js which are enqueued by the plugin are missing. I suggest checking in your premium theme’s forums for similar issues or try reuploading BuddyPress plugin folder manually (FTP,etc).
July 25, 2013 at 2:08 am #168774In reply to: Page title and CSS issues
@mercime
Participant@brunodavid some premium WP themes have proprietary templating systems which prevent BP automagically inserting BP component parts into the_title and the_content of the theme’s page.php.
We don’t have access to the premium theme, but what has worked with others copying your theme’s page.php file and save it as buddypress.php then open up buddypress.php and change theme’s original template tags and HTML structure into the_title and the_content in the appropriate places. for more info https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
July 24, 2013 at 7:15 pm #168766In reply to: The page refreshes when I comment. Help!
Techknowledgic
ParticipantThanks for ur reply Hugo!
Yes he is done with the development but if I wanna add Buddypress forum after he is done it’s not his job anymore or I mean free job. I was using tal.ki forums and he installed it later I decided to move to a better forum like BuddyPress that’s why now it’s my duty to do the work. I have asked him for help about this but it’s taking too long for him to reply now and I can’t always wait him to reply for each issue I face that’s why I have to try to solve them on my own.
And yes I don’t have a good knowledge about CSS or javascrip or other programs but I have some knowledge that may help me to solve the problems I face that’s why the only way for me is to ask my questions here and if you need any more details I am ready
ty
July 24, 2013 at 6:19 pm #168763In reply to: [Resolved] BuddyPress looks strange…
bp-help
Participant@romandaily
Your welcome, I do think it is strange that a theme would contain images of a bullet instead of using standard markup but I am glad you got it worked out.
Cheers!July 24, 2013 at 6:05 pm #168762In reply to: [Resolved] BuddyPress looks strange…
RomanDaily
ParticipantThank you very much for help!
I have figured the problem out in the CSS file.
.post-entry ul li{ background:url(images/ul-dot.png) no-repeat; padding-left:28px; margin-bottom:10px; }
Best regards,
RomanJuly 24, 2013 at 6:01 pm #168761In reply to: [Resolved] BuddyPress looks strange…
bp-help
Participant@romandaily
That is one reason I asked if you had tried the other themes as to isolate the issue. Now that we know it is your theme you can use chromes developer tools and firebug for firefox to inspect the elements. The css code I gave you may need to be modified because I have no idea which selectors are using in this particular theme. If you are unsure how to do this you could contact the theme author for support and they may be able to provide a solution. It would also help if you supplied a link to your site in case others may assist.July 24, 2013 at 5:38 pm #168753In reply to: [Resolved] BuddyPress looks strange…
RomanDaily
Participant@ meg@info:
It is an ordinary wordpress theme. Exciter by izithemes.com.
Best regards!
July 24, 2013 at 5:36 pm #168752In reply to: [Resolved] BuddyPress looks strange…
RomanDaily
ParticipantThank you very much for the quick reply.
I tested the code you. It didn’t work.
After choosing another theme, Twenty Eleven, the bullets disappeared.
I am using a theme by izithemes.com.
Any other ideas?
Thanks in advance!
July 24, 2013 at 5:34 pm #168751In reply to: The page refreshes when I comment. Help!
Techknowledgic
ParticipantThanks for ur reply John!
Sounds like your theme has javascript errors in it somewhere. You’ll want to track them down and eliminate them.
Your questions so far have given me the impression that you’re quite new to WordPress web development (modifying plugin files, not knowing how to debug javascript, etc…) If this is the case, you’ll have a better experience by searching the web for similar problems, and solving some of these issues on your own.
That’s true, I have hired a web developer to design my website and he is done now with developing the website and now I found some problems I am trying to fix them on my own that’s why I am asking too many questions these days.
Also, words like “Help!” or “URGENT” don’t actually make anyone help you sooner than anyone else around here. Most volunteers will jump in and help who they can, when they can, — if you appear manic, it decreases the investment someone is willing to make in you, your site, and your topic.
Hoping to not sound discouraging. We’re excited you’re using BuddyPress, and want you to enjoy our community to its fullest.
No I understand you, I am already an admin on a big forum which has around 27K members and alexa rank around 35K and veryday I face members who ask questions like this ( like me 😀 ) and I know it won’t help but the previous question when I said urgent I was really afraid that all the data in the website has been lost because I didn’t have backup since around 2 days and I added so much stuff int the past couple of days and in this question I just was mentioning it’s a question by saying “Help!” and nothing more
Thanks again!
July 24, 2013 at 5:31 pm #168750In reply to: [Resolved] BuddyPress looks strange…
meg@info
ParticipantHi @romandaily,
I think the problem is not from css,
your theme is buddypress child theme, or simple wordperss theme ?Regards,
July 24, 2013 at 5:31 pm #168749nando99
Participantthis makes buddypress unsuable for me… can anyone help?
July 24, 2013 at 5:11 pm #168748In reply to: The page refreshes when I comment. Help!
John James Jacoby
KeymasterSounds like your theme has javascript errors in it somewhere. You’ll want to track them down and eliminate them.
Your questions so far have given me the impression that you’re quite new to WordPress web development (modifying plugin files, not knowing how to debug javascript, etc…) If this is the case, you’ll have a better experience by searching the web for similar problems, and solving some of these issues on your own.
Also, words like “Help!” or “URGENT” don’t actually make anyone help you sooner than anyone else around here. Most volunteers will jump in and help who they can, when they can, — if you appear manic, it decreases the investment someone is willing to make in you, your site, and your topic.
Hoping to not sound discouraging. We’re excited you’re using BuddyPress, and want you to enjoy our community to its fullest.
July 24, 2013 at 5:00 pm #168745In reply to: [Resolved] BuddyPress looks strange…
bp-help
Participant@romandaily
Not sure what theme your using because of the cropped image but you could try adding something like this to the themes style.cssul, li { list-style-type: none !important; }Have you checked to see if these bullets show up when activating Twenty Twelve Theme or bp-default?
July 24, 2013 at 1:37 pm #168727In reply to: [Resolved] jQuery Easing Plugin Error
javiercenteno
ParticipantProblem solved. There was a conflict with other js libraries so I removed them and used only the ones that come with the default BuddyPress theme.
Now I have a separate issue where the Activity feed is not filtering when I select a filter. It works well in the Groups or Members page but not in the main “activity” page (or in my case “Newsfeed”). I’m going through each page in my custom theme and comparing it to the default theme to make sure I didn’t forget to include something. Hopefully I’ll figure it out soon!
July 24, 2013 at 1:36 pm #168726In reply to: URGENT HELP MY WEBSITE IS DOWN!
John James Jacoby
KeymasterYou should never modify BuddyPress’s files. There’s no way for anyone to know what you’re doing to them, meaning there’s nothing we can do to help you besides recommend rolling back to an unmodified installation.
July 24, 2013 at 1:27 pm #168723Unsal Korkmaz
ParticipantFirmaSite 1.1.15 Released!
http://theme.firmasite.com/firmasite-1-1-15-released/
Color switch option for site title and taxonomy colors!Live Demo:
http://demo.theme.firmasite.com
Download & Official WordPress.Org page:July 24, 2013 at 1:16 pm #168720In reply to: URGENT HELP MY WEBSITE IS DOWN!
Techknowledgic
ParticipantHere is my website http://www.techknowledgic.com/
and it’s all of it down and also I can’t log in to my admin area in WP and I get the same error so how can I edit it or remove buddypress and reinstall it?
ty
July 24, 2013 at 12:54 pm #168717Techknowledgic
ParticipantGuys I fixed most of the problems so far but I still have small issues 😀
1-the size of the image is becoming very big and the quality much less so I need a solution for this issue
2-There is a log in area but there is not registration area http://www.techknowledgic.com/forums
Thanks guys for ur help 😀
July 24, 2013 at 12:52 pm #168716In reply to: How to make my theme work with buddypress 1.8
zerosit
Participanttks, Hugo…
I guess I’ll just have to go back to them for help then…
cheers
-
AuthorSearch Results