Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,176 through 22,200 (of 32,562 total)
  • Author
    Search Results
  • #99365

    In reply to: Group settings create

    Robert
    Participant

    I activate orginal theme from buddypress and ………..
    http://awesomescreenshot.com/05b3zo315 :( other idea ?

    #99354

    In reply to: Domain.com and BP

    Virtuali
    Participant

    @xiayou, from looking at your website, it looks like you are using a custom theme. The first thing that comes to mind, is Are you using the BP template pack?

    Are you using a host that is free, or do you have a subscription?

    If you have a subscription, it is most likely not the host, more likely conflicting plugins, or a theme that just has a bad bug.

    Try switching to the BP default theme to see if the problem persists, so we can knock off the possibility that it is the theme.

    #99349
    Virtuali
    Participant

    Yes, I do have the problem, except it does not overlap the sidebar. It is a flaw with the plugin, because it is meant for a buddypress default theme.

    For your sake since it is overlapping, try going into the plugin css, and setting the right margin position to “hidden”.

    Another option is to disable the sidebar in the right, but you might not want to do that option.

    You also can go into the easy albums forum, and search on similar topics to this issue.

    #99342

    In reply to: Group settings create

    Virtuali
    Participant

    @robert, If this happened just recently, there is a high chance that there is a conflicting plugin. It is usually not the php file that is incorrect. First, try deactivating all plugins that relate to buddypress, and see if the problem persists. (deactivating will not delete settings)

    If you have done that, and it is still not working, try installing the BP template pack again. This will recreate the template files, such a groups, into your custom theme again.

    Virtuali
    Participant

    You can get all the styling for you custom theme in /plugins/buddypress/bp-themes/bp-default/inc/css/default.css

    In order for it to take affect in your theme you need to add “/* Inherit the default theme styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );” into your custom css page.

    #99340
    pcwriter
    Participant

    Rats! I thought I had it. Putting more widgets in the sidebar to test, another puzzle popped up:

    By adding position:absolute; to the sidebar, it no longer increases the height of the content div if it’s longer. Back to the drawing board… :-(

    vanisia
    Member

    thanks for your help once again! by any chance, would you know how to change the styling for the profile page?

    the bp theme has the data in zebra styling which i am trying to have for my current. the strange is, i did use the table css from the bp theme.

    #99338
    pcwriter
    Participant

    Lol…

    After hours of puzzling this over, I finally ask a question in this forum, and then inspiration hits me.
    Solved the puzzle with a simple margin-left:0; and position:absolute;

    #99330

    In reply to: Group settings create

    Robert
    Participant

    I use a custome theme
    Version 1.2.6
    just recently..

    I edit a lot file from theme but it was working, now i try to replace groups file template with originals but.. nothing..

    Here my create.php
    http://jump.fm/GFOLN

    #99325

    In reply to: Group settings create

    Virtuali
    Participant

    @robert,

    To help solve your problem, you need to list some more information.

    Are you using the Buddypress default theme, or a custom theme?
    What version of Buddypress are you using?
    Has this problem always been there, or just recently?

    #99324
    dragosh
    Participant

    How can I set-up a drop-down menu for the main navigation?
    For example, I want to put Activity, Members, Groups, Forum under Community.

    Thank you,
    D.

    Virtuali
    Participant

    @kkeller22,From viewing your site, it may look like you have not enabled some features in the WP-Admin.

    Is the “Extended Profiles” enabled in your “Component Setup” In Wp-Admin? Do you have Buddypress Template Pack Plugin Installed? (if not using default theme)

    If it is, always check for plugins that may be causing the problem. If that is not it, tell me, and we can work on going inside the html structure of your website :)

    Virtuali
    Participant

    @hnla, sorry, by “BB” I mean BP. And no, I do not have a separate copy of Buddypress. All I did to test it out is deactivate the BP template pack, and activate the BP Default Theme, thinking that would for-sure fix the problem. It did not fix the problem, checking off the list that it is not the theme that is causing the problem. Another Solution I did try was deleting buddypress plugin, and completely reinstalling it. Still does not fix the problem. I have set up a new installation for the forums several times, and I am just so lost on where to go!!! :(

    More Information:
    What do you mean by site setup? (I will list anything)
    I am using Buddypress version: 1.2.5.2
    Arras Theme Version: 1.4.3.1
    I am using Godaddy Hosting. Godaddy Interface.
    Buddypress Related Plugins:
    BP-NotificationWidget
    BP Group Control
    BP Group Documents
    BP Group Reviews
    BP GTM System
    BP Profile Search
    BuddyPress Announce Group
    BuddyPress Better Pagination
    BuddyPress Community Stats
    BuddyPress Group Email Subscription
    BuddyPress Group Tags
    BuddyPress Like
    BuddyPress Links
    BuddyPress Moderation
    BuddyPress Share It
    Easy Albums – Buddypress users create and share images, video and audio albums – the easy way.
    Enhanced BuddyPress Widgets
    External Group Blogs
    RS Buddypress Activity Refresh
    TDLC Birthdays
    User Name Availability Checker for wordpress/buddypress

    (Yes, I did try deactivating them all)

    #99265
    Hugo Ashmore
    Participant

    Sorry have no idea but it shouldn’t be hard to determine, download it and check it’s stylesheet comments, or even try and install it you should soon know if it’s BP compatible.

    #99262
    Ekine
    Participant

    Thank you for helping out. So I guess it is just a “normal” wordpress theme.

    #99247
    @mercime
    Participant

    @vanisla – It will be easier if you have HTML/CSS and WP theming experience. Check out this template pack walkthrough for some ideas – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

    @mercime
    Participant

    You can borrow styling from lines 291 – 1750 of the default.css of bp-default theme.
    https://trac.buddypress.org/browser/tags/1.2.6/bp-themes/bp-default/_inc/css/default.css
    Then adjust/customize styling to taste.

    #99245
    Boone Gorges
    Keymaster

    Just to clarify: All people experiencing this problem are using the default theme, and have the friends component disabled, right? By design, the autocomplete does not work with Friends turned off (a limitation which was recently fixed in the trunk), but it definitely shouldn’t be doing what some have described here.

    #99243
    Hugo Ashmore
    Participant

    You’ll need to run the template pack plugin on it

    #99238
    vanisia
    Member

    oh thanks! i do have the bp template pack installed but it seems to be giving me a bigger headache.

    #99236
    Hugo Ashmore
    Participant

    I can’t recreate this issue on a clean 1.2.6 / 3.01.

    If you do think this is an issue with BP and there are no custom themes or plugins running that may conflict with JS then you will probably need to create a ticket in Trac so that one of the core devs can look into it.

    Hugo Ashmore
    Participant

    The forums component of BuddyPress i.e the forums available under / within ‘Groups’ is provided by a bundled copy of bbPress, so now the extra detail (this is why it’s so vital to supply all pertinent info from the start) you provide somewhat changes the nature of things:

    And little more info on the problem, is I am not using the current version of BB, because the latest version just put me on more problems
    <snip>because, as an experiment, I switched to the BB default theme!

    BB theme? do you mean BP theme?

    I think you are going to need to clarify – in detail – your site setup, so were clear on what were dealing with.

    So do we take it that you have installed a separate copy of BBpress? of so I suggest that you uninstall / deactivate it and re-run the buddypresss forum install as a fresh install, but I’m not 100% on that as I’m not sure really exactly how you have set things up @mercime may have some thoughts on this so best to wait for further input.

    You do need to establish how your site is set up, what paths and directories it uses and as to how you access them well that for most folk is normally via ftp and ftp connection will generally log you into your server root, that is the level above your doc root, you would then normally see a few directories listed. On a Linux server your doc root can variously take names such as html_docs, www, html_public, http_public, htdocs but it’s this directory, however named, that contains your main site files and in WP/BP case it holds the main config, index, and other startup files including bb-config. We can’t really tell you how you access your site that is really something you must work out, you must have got the files up there in the first place or was this one of those script installs?

    #99217
    eor
    Member

    I honestly have been trying to fix this for days now and don’t have the slightest clue anymore of whats causing the vertical display rather than the horizontal. I’m assuming it has something to do witih the template pack I used to make my theme compatible but I really don’t know.

    Anyone else ever see this? Anybody give me some hints on how to fix it? This is driving me nuts. I just want to launch the social network.

    Thanks so much,
    EOR

    Virtuali
    Participant

    @hnla, I apologize if I have a rude tone, It’s just I want to get this working! It’s been broken ever since I installed buddypress. :). I am quite confused on your suggestion of checking and un-checking the box, because I have tried all of the options. (un-check, and click save, recheck and click save) And they do not help the problem. And I cannot tell if the bb-config file is in the correct location, because I cannot find it in the first place, and I do not know if ” /var/chroot/home/content/47/6114047/html” is the correct location. (P.S, I am using the Arras Theme).

    @mercime, I have indeed deactivated all plugins other than bb, and bb template pack, nothing.

    And little more info on the problem, is I am not using the current version of BB, because the latest version just put me on more problems.

    And I know for sure it is not the theme that is causing the problem, because, as an experiment, I switched to the BB default theme! Forums still broken.

    AAARG!

    #99195
    @mercime
    Participant

    @prionkor yes, it’s clear now. You would have to add the 2nd sidebar yourself in the files moved over to your active WP theme when you went through the BP Template Pack Process.
    Here’s a walk-through example which could give you some clues on what to expect or how to proceed – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

Viewing 25 results - 22,176 through 22,200 (of 32,562 total)
Skip to toolbar