Search Results for 'theme'
-
AuthorSearch Results
-
August 23, 2012 at 2:56 am #140026
In reply to: Admin bar load in Header instead of Footer?
Austin Nichols
MemberBump
PS
I completely understand why this was originally inserted into the footer. Originally this bar was just a feature for admins. Now that BP and others have turned it into a site feature this load last logic no longer applies. Furthermore, it doesn’t matter how “lite” you make your theme. If you have media embeds, images, like buttons, etc. in your page content you will see a noticeable delay, that depending on theme could make it appear broken. If it is going to be used as a site element it should be treated as such.Moreover, there seems to be a growing attitude at WP that making themes idiot proof is more important than developer control. Don’t get me started on Post Formats. This goes as far as ignoring customization questions that may conflict with any pseudo coding philosophy they cling to. There is nothing wrong with breaking the rules as long as you know what they are.
Sorry wasn’t trying to turn this into a rant, I just have strong feelings about that stuff.
August 22, 2012 at 9:33 pm #140017In reply to: Is buddypress overriding the template filter?
enderpal444
Participant@djpaul @boonebgorges Could you give this a quick look. I tried adding theme root and theme root uri but now it doesnt even load the stylesheet. So I have this in total to try and load my “MobileThemeBeta” for mobile browsers.
`add_filter( ‘template’, ‘my_mobile_template’, 99999, 1);
function my_mobile_template($template){
if(wp_is_mobile())
return ‘MobileThemeBeta’;
return $template;
}add_filter( ‘theme_root’, ‘theme_root’, 99999, 1 );
function theme_root( $root_path ) {
if (wp_is_mobile())
return ‘MobileThemeBeta’;
return $root_path;
}add_filter( ‘theme_root_uri’, ‘theme_root_uri’, 99999, 1 );
function theme_root_uri( $root_url ) {
if (wp_is_mobile())
return ‘MobileThemeBeta’;
return $root_url;
}add_filter( ‘stylesheet’, ‘my_mobile_stylesheet’, 999999, 1);
function my_mobile_stylesheet($stylesheet){
if(wp_is_mobile())
return ‘MobileThemeBeta’;
return $stylesheet;
}`August 22, 2012 at 8:21 pm #140011Roger Coathup
ParticipantI suggest going into phpnyadmin and trying a database repair. It sounds like a corrupted db
August 22, 2012 at 6:40 pm #140009In reply to: Problem with Friending function BP 1.6.1
lwaltzer
ParticipantI should note I tried the bp-default theme, and deactivated all other plugins.
August 22, 2012 at 5:54 pm #140000Tammie Lister
ModeratorWhen you say ‘each update’ do you mean of the theme or of BuddyPress?
August 22, 2012 at 5:42 pm #139998@mercime
ParticipantDelete Avatar works for WP3.4.1/BP 1.6.1 with bp-default or child theme of bp-default for me. Could very well be a plugin conflict. Have you tried deactivating some plugins at a time to see which is possible culprit? Single/multisite?
August 22, 2012 at 5:19 pm #139997In reply to: ERROR: Your reply cannot be created at this time.
@mercime
Participant@haraldo88 either a theme issue or a plugin conflict because I don’t recall any issues with this in the days of BP 1.5+. Change to bp-default theme and see if error is corrected. If not, deactivate plugins except BuddyPress then check if you can reply to forum post.
August 22, 2012 at 5:15 pm #139996@mercime
ParticipantB. CREATE A BLANK sidebar-buddypress.php
Open up the blank sidebar-buddypress.php file and at the very TOP of the file, add this:
``
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/snapwire/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
August 22, 2012 at 5:15 pm #139995@mercime
Participant@aindreas Based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If you’ve revised any of the BP template files transferred to your snapwire theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your snapwire theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. COPY your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
``Not sure if the breadcrumbs will work here, but if there’s an error, delete the last line (breadcrumbs) above.
Save file.
August 22, 2012 at 4:33 pm #139993In reply to: Theme issue – Page alignment
@mercime
Participant== I would like to have both option. Keep sidebar in right side when required or remove it completely ==
@mumbaipav looking over your files, you’d have to make a decision, it’s either
A. Create only two files (which I can post later) and upload to snapwire theme folder in server for either
1. All BP templates with sidebar, or
2. All BP templates no sidebarOR
B. Revise 16 BP Template files for some BP templates with sidebar and some with no sidebar (full-width)
Btw, should you opt for full-width either way, post code of full-width page in pastebin.com
August 22, 2012 at 3:27 pm #139989danbpfr
ParticipantNo you’re at the right place

Answer from @JJJ here (since BP 1.3):
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-profile-field-limit-to-5-numbers/And BP 1.6 introduces ‘multi_format’ parameter to xprofile_get_field_data(), so that themers can return comma-separated values as an option (source: BP codex)
But no idea at this time (no doc for this in codex) on how to use this in your case. Sorry.
Try to ask @modemlooper ?August 22, 2012 at 3:09 pm #139988papaitirtha
MemberI will thanks .. But the funny part is even on the live preview of themeforest the problem exits
http://themeforest.net/item/huddle-wordpress-buddypress-community-theme/full_screen_preview/835549Anyways thanks a lot guys
Tirtha
August 22, 2012 at 2:49 pm #139984danbpfr
Participantplease post questions one by one.
For the question about template, it seems there is something wrong from within it. As you know also, you paid a $60 licence to use the Huddle themeforest theme. This price includes support and you have to ask them first for disfunction and updates, not here.
FYI, the last update of the theme is 21 August 12. Did you use this update ?
Same question to @travcentralenFor the second question about retrieving profile fields automatic links, i don’t know, but please search a bit on this forum. I saw a similar one in the past 3 days….
August 22, 2012 at 2:35 pm #139982August 22, 2012 at 11:15 am #139977In reply to: The comment option don’t work…
websitevala
Memberhi all,
i have facing same problem on my site too
i have WP 3.3.2, BP 1.5.5, BB press 2.0.2, bp-default theme,Single WP and cpanel VPS server
and also using plugin like BP chat, BuddyPress Activity Plus
and i tried all things to solve this issue but yet not get result
i tried to re-install theme and BP plugin but can’t get result
can anyone solve this problem
Please help…..ASAPAugust 22, 2012 at 8:31 am #139962In reply to: Group members list
hkcharlie
ParticipantOh! and can I do this via my child theme?
August 22, 2012 at 7:58 am #139961Hugo Ashmore
ParticipantPlease kindly solve this fast.
As you have you have confirmed it’s not an issue with BP but with your custom theme, the advice already given earlier needs to be followed re updating the custom theme. For starters try doing a visual compare of the profile display files in members/single/profile/profile-loop.php of bp-default and your theme version.
August 22, 2012 at 7:28 am #139956In reply to: [Resolved] bp-default theme, profile to activity
hkcharlie
Participantyes thank you – close.
August 22, 2012 at 4:59 am #139950In reply to: IE 8 Avatar upload Issue
@mercime
Participant@luk-gaming First, do provide a throw-away username and password to your site as you are asking for support here.
Just tested uploading and cropping an avatar with IE8 in my test installation. The upload and crop work just fine.
To troubleshoot, deactivate plugins except BuddyPress and BP Template Pack plugin then check if issue is resolved. If that doesn’t solve it, deactivate BP Template Pack plugin and change theme to bp-default theme then check if issue is resolved. .
August 22, 2012 at 3:10 am #139948In reply to: Theme issue – Page alignment
mumbaipav
Participant@mercime please find below links
header.php http://pastebin.com/SbbaV8mA
Main Index Template (index.php) http://pastebin.com/PaGQzkck
page.php http://pastebin.com/4pMVHhZH
sidebar.php http://pastebin.com/fTJcHjrg
footer.php http://pastebin.com/HVC3WuEf
Thanks
August 22, 2012 at 2:35 am #139947@mercime
Participant@maindreas please confirm whether this is the PulsePress theme you’re using per code posted above https://wordpress.org/extend/themes/pulsepress
August 22, 2012 at 2:12 am #139944papaitirtha
MemberI´m also having the same problem. I am using the same template . I just modified a bit.
http://theblakenetworktv.com/members/blake/profile/
If you see this problem exists with me and @travcentralen .
Well when I use default buddypress theme with all the plugins it works. So I assume the problem is with the template?
I am new in wordpress. This is my 2nd time with wordpress but 1st time with buddypress.
Please kindly solve this fast.
Thanks a lot
Tirtha (TJ Designers)August 22, 2012 at 12:57 am #139943In reply to: The comment option don’t work…
@mercime
ParticipantThere’s no soccer ball here. Please start your own topic and give more information about your installation – WP/BP versions, theme used, plugins used, Windows or Linux server, localhost or shared hosting or VPS and the like. Also, have you tried changing to bp-default theme and deactivating plugins first.
August 22, 2012 at 12:52 am #139942In reply to: Buddypress Group Error 404
@mercime
Participant@philip2 need more information. WP/BP versions? Have you tried changing to bp-default theme to see if issue is resolved?
August 22, 2012 at 12:43 am #139940In reply to: [Resolved] bp-default theme, profile to activity
@mercime
Participant@hkcharlie no problem. So your issue is resolved then?
-
AuthorSearch Results