Search Results for 'theme'
-
AuthorSearch Results
-
November 27, 2010 at 8:48 pm #99365
In reply to: Group settings create
Robert
ParticipantI activate orginal theme from buddypress and ………..
http://awesomescreenshot.com/05b3zo315other idea ?
November 27, 2010 at 6:07 pm #99354In 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.
November 27, 2010 at 5:56 pm #99349In reply to: Help with inserting photo’s into activity feed
Virtuali
ParticipantYes, 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.
November 27, 2010 at 5:24 pm #99342In 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.
November 27, 2010 at 5:15 pm #99341Virtuali
ParticipantYou 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.November 27, 2010 at 5:09 pm #99340In reply to: [Resolved] Sidebars left and right in a fluid theme
pcwriter
ParticipantRats! 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…
November 27, 2010 at 4:50 pm #99339vanisia
Memberthanks 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.
November 27, 2010 at 4:01 pm #99338In reply to: [Resolved] Sidebars left and right in a fluid theme
pcwriter
ParticipantLol…
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;November 27, 2010 at 11:45 am #99330In reply to: Group settings create
Robert
ParticipantI 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/GFOLNNovember 27, 2010 at 7:26 am #99325In reply to: Group settings create
Virtuali
ParticipantTo 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?November 27, 2010 at 7:23 am #99324In reply to: I need a tutorial of Citizen Kane Theme
dragosh
ParticipantHow 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.November 27, 2010 at 7:21 am #99323Virtuali
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
November 26, 2010 at 6:29 pm #99270Virtuali
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)
November 26, 2010 at 4:43 pm #99265In reply to: Is Platform a buddypress theme?
Hugo Ashmore
ParticipantSorry 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.
November 26, 2010 at 4:28 pm #99262In reply to: Is Platform a buddypress theme?
Ekine
ParticipantThank you for helping out. So I guess it is just a “normal” wordpress theme.
November 26, 2010 at 3:58 pm #99247In reply to: adding bp login to my wp theme
@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/
November 26, 2010 at 3:54 pm #99246@mercime
ParticipantYou 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.November 26, 2010 at 3:18 pm #99245In reply to: Send-to autocompletion is broken
Boone Gorges
KeymasterJust 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.
November 26, 2010 at 2:33 pm #99243In reply to: Is Platform a buddypress theme?
Hugo Ashmore
ParticipantYou’ll need to run the template pack plugin on it
November 26, 2010 at 12:00 pm #99238In reply to: adding bp login to my wp theme
vanisia
Memberoh thanks! i do have the bp template pack installed but it seems to be giving me a bigger headache.
November 26, 2010 at 11:13 am #99236In reply to: Send-to autocompletion is broken
Hugo Ashmore
ParticipantI 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.
November 26, 2010 at 10:03 am #99232Hugo Ashmore
ParticipantThe 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?
November 26, 2010 at 5:54 am #99217In reply to: SideBar Whos Online and Recently Active
eor
MemberI 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,
EORNovember 26, 2010 at 4:38 am #99213Virtuali
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!
November 25, 2010 at 9:20 pm #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/ -
AuthorSearch Results