Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,676 through 19,700 (of 68,969 total)
  • Author
    Search Results
  • #168790

    In reply to: remove admin-bar

    Developer ICAN
    Participant

    In 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?

    #168789

    Hi, 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,

    #168782

    In reply to: BP Groups and Forums

    @mercime
    Participant

    do 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

    #168779

    In 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?

    #168778

    In 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.

    #168777

    In 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.

    #168775
    @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).

    #168774
    @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/

    #168766
    Techknowledgic
    Participant

    Thanks 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

    #168763
    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!

    #168762
    RomanDaily
    Participant

    Thank 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,
    Roman

    #168761
    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.

    #168753
    RomanDaily
    Participant

    @ meg@info:

    It is an ordinary wordpress theme. Exciter by izithemes.com.

    Best regards!

    #168752
    RomanDaily
    Participant

    Thank 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!

    #168751
    Techknowledgic
    Participant

    Thanks 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!

    #168750
    meg@info
    Participant

    Hi @romandaily,

    I think the problem is not from css,
    your theme is buddypress child theme, or simple wordperss theme ?

    Regards,

    nando99
    Participant

    this makes buddypress unsuable for me… can anyone help?

    #168748

    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.

    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.

    #168745
    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.css

    
    ul, li {
      list-style-type: none !important;
    }
    

    Have you checked to see if these bullets show up when activating Twenty Twelve Theme or bp-default?

    #168727
    javiercenteno
    Participant

    Problem 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!

    #168726

    You 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.

    Unsal Korkmaz
    Participant

    FirmaSite 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:

    FirmaSite

    #168720
    Techknowledgic
    Participant

    Here 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

    Techknowledgic
    Participant

    Guys 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 😀

    #168716
    zerosit
    Participant

    tks, Hugo…

    I guess I’ll just have to go back to them for help then…

    cheers

Viewing 25 results - 19,676 through 19,700 (of 68,969 total)
Skip to toolbar