Search Results for 'theme'
-
AuthorSearch Results
-
May 17, 2012 at 9:06 pm #134701
In reply to: How can I make the logo display? [RESOLVED]
Wendy Cockcroft
MemberAh, that’s where it is. Thank you, Hugo, it’s not immediately apparent.
Edit: how do you stop it repeating? I changed the code and the CSS says not to repeat it. Why is this not working?
// Add a filter to bp_dtheme_header_image_width and bp_dtheme_header_image_height to change these values.
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘bp_dtheme_header_image_width’, 401 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘bp_dtheme_header_image_height’, 80 ) );May 17, 2012 at 4:43 pm #134694In reply to: Can’t access My Account tabs using sub domain
Rachel
MemberHi,
Thanks for your help!
I added this line of code: define( ‘BP_ENABLE_MULTIBLOG’, true ); to my wp-config.php file but the results were the same. If I click on any of the tabs under My Account or Notifications I get led back to my main site.
I tried putting the code in different locations throughout the wp-config.php file but it made no difference, this is where it is now. (see below)
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);define( ‘BP_ENABLE_MULTIBLOG’, true );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);Please help!
Thanks!!!May 17, 2012 at 3:40 pm #134691In reply to: How can I make the logo display? [RESOLVED]
Hugo Ashmore
ParticipantIf you look in the BP default themes functions file you’ll see the constants for setting the header dimensions you can re set these using those examples with your own values and run from your own functions file or I guess bp-custom.php?
May 17, 2012 at 2:35 pm #134687@mercime
ParticipantMay 17, 2012 at 2:30 pm #134686Hugo Ashmore
ParticipantThat sounds like bp_activity_action() the function is located in the core files /activity/bp-activity-template.php
You may not find this an easy function to deal with though and will probably have to build a filter grabbing the $activities_template->activity->action and returning that to bp_get_activity_action judging by the function.
May 16, 2012 at 10:44 pm #134677In reply to: Members page not functioning
frostdawn
MemberWhew. Upgrading to 1.4.4 of the bp corporate theme fixed a few things and broke a few others- but the broken things are tenable. The community navigation and sublinks for the buddypress designed pages went away, but can be manually added back into the navigation (actually better behavior). The upgrade also fixed the older problem I had with the logged in user name (where it was displaying the entire directory structure leading up the active user’s name). I need to go back and fix a few things, but the main part is, the members page is working again!
*Snoopy dance* Also, the bbpress forums look MUCH nicer- once I get things worked out, I’ll try and tackle the sitewide forums for BP again. Only issue left is the Nivo slider. No good options out there unfortunately. ‘Easy Nivo Slider’ simply didn’t work (at all). ‘Simple Nivo Slider’ works, but requires you to post each and every image for the slider as a featured image within blog entries- not very practical to have a blog category of nothing but images- that will confuse users. And the OIK Nivo Slider is needlessly complex and interdependent on about a dozen different plugins of varying version levels. Last but not least is the dev7 Nivo Slider that is paid to access, but they openly admit it won’t work with deluxe themes (which bp corporate is if I’m not mistaken). Sooooooooooooo close. 
Thanks so much for your assistance mercime.
May 16, 2012 at 7:37 pm #134673Hugo Ashmore
ParticipantNot a problem glad you have it pinpointed. There are quite few themes that mercime has run through and template converted which may help out with BP compatible themes you find the list in the codex.
May 16, 2012 at 7:24 pm #134672Wendy Cockcroft
MemberIt was the theme. Don’t use iTheme2 with BuddyPress. It won’t work.
Thanks, Hugo. I really am grateful for your help.
May 16, 2012 at 6:51 pm #134671Hugo Ashmore
ParticipantJust install WP and use the standard WP theme , ensure WP works before adding any plugins or themes, when WP works correctly then you can progress to BP using default bp theme and test that that works.
May 16, 2012 at 6:45 pm #134670Wendy Cockcroft
MemberI’ve got a white page of doom at the moment. I’m going to pull the whole thing down and reinstall is using the BuddyPress theme. I really appreciate your help, Hugo. Bear with me. I’ll let you know if this works because I’ll know if it’s the theme or something else.
May 16, 2012 at 5:32 pm #134664In reply to: [Resolved] css not showing image with child theme
roclimb
ParticipantThanks Mercime, that was actually it. I had the url wrong…and, I didn’t realize I need an images folder in the child theme as well. I changed the url to background-image: url(‘images/background-rope-header.png’); and added an images folder to the child theme and it adds the backgrounds like it should.
Thanks for helping with this
have a great day
RobMay 16, 2012 at 6:40 am #134640In reply to: Help! Compatibility pack confusion!
Hugo Ashmore
Participant`“For the record you don’t re-name the BP files you just ensure they are copied over ”
– well the walkthroughs/codex/instructions suggest you copy the sidebar/header/footer and rename as sidebar-buddypress.php etc so i was just following that. `My bad yes BP added ‘buddypress’ into the get_*() calls to allow child themes to call distinct header,footer,sidebar named files for the purposes of combining BP templates into existing themes.
This process of converting BP to be used in a third party theme is a choice though, yes there is a level of difficulty and you will require some basic – very basic – coding skills if you have decided to go this route and those will need to be learnt. It is never expected that an absolute novice could cope with this process, the novice needs to rise above that baseline.
mercime will guide you through the process though, but do understand that you choose to go down a customised route so need to to have a somewhat extended skill set now.
May 16, 2012 at 6:07 am #134639In reply to: Help! Compatibility pack confusion!
@mercime
ParticipantThere are two ways to make theme compatible with BP template pack – change 16 files (works in all WP themes) OR add foo-buddypress.php files (possible in some themes) – and it will depend on div#container location and other factors.
What theme are you using? I can take a look. Open up header.php, copy all, paste in http://www.pastebin.com, click submit, and post the generated URI here. Do the same for index.php, page.php, sidebar.php and footer.php PLUS loop.php or better yet, loop-page.php if you it.
May 16, 2012 at 4:34 am #134635In reply to: WOO Canvas (child theme) Customization and Ajax
likoma
Participant@mercime Thanks so much for the help. I have it all in there and it’s all looking great: http://chipyela.com/members/. My only issue is still the AJAX/Javascript. I’m stuck. On Members page, try Order By and the AJAX cog just keeps spinning.
I don’t know much about AJAX and Javascript other than I know there can be conflicts. I don’t know how much you know about Canvas, but it’s a powerhouse: lots going on with all kinds of features. I’ve tried:
— Made Canvas main theme (didn’t work),
— Made other WOO themes active (then AJAX works),
— Turned off any feature I could find in Canvas, (didn’t work),
— Even deleted any JS file I found in Canvas (didn’t work, then put them back),Any ideas what it might be? Well, I guess we know what it is: a Javascript/AJAX conflict, but any ideas on fixing it? I use Canvas SO MUCH and I’m just getting into BuddyPress and I would love to get this working. I’m sure with the end of support at WOO for Canvas BuddyPress (for which the AJAX didn’t work either, BTW), it’d be great to have a Canvas theme working with BuddyPress.
Any ideas are welcome! Thank you so much for your time.
May 16, 2012 at 1:40 am #134631In reply to: 404 Error On ‘Favorite’ Button
djwinner
ParticipantHey @mercime can you please look into this and let me know how to proceed?? I am stuck between a rock and hard place with the theme author and software developers playing the blame game. Just need this resolved so we can launch the site. Thanks.
May 15, 2012 at 10:57 pm #134629In reply to: Help! Compatibility pack confusion!
abbersbolton
ParticipantThanks for the help guys, but the stuff in the codex article there is exactly what’s in the instructions for the template pack.
Hugo – Thanks but as my site is a specific type of website the converted themes aren’t really diverse enough to suit it. The instructions are fine except when you get to altering code as I am not au fait with website coding and have very little confidence there.
“For the record you don’t re-name the BP files you just ensure they are copied over “
– well the walkthroughs/codex/instructions suggest you copy the sidebar/header/footer and rename as sidebar-buddypress.php etc so i was just following that.The trouble I’m having is that I simply don’t know how to ensure the content of the page doesn’t overlap the sidebars, and which bits of code to paste to rectify this – it’s not clear enough in the instructions for a novice like myself I’m afraid! (Maybe that’s the intention but I have to try!)
Take my example here – this is the page.php file for my current theme:
``
I don’t understand how this pertains to the other files and what out of this I should replicate and how. Even the walkthrough for the simple 2011 theme it’s not as simple as copying, but rather adding extra code in which I don’t know if I can replicate for my theme.
Any help or advice welcome.
ThanksMay 15, 2012 at 5:26 pm #134613In reply to: 404 Error On ‘Favorite’ Button
djwinner
ParticipantOK so now I just got this message from theme author: “I do understand that you have a site lunch today but it looks like the issue is on buddypress end
Submitted a support ticket.”Problem still not resolved and I am getting two different stories from each side. We need to launch today but can’t with this issue. Tempted to disable. How can I go about doing that in the code??
May 15, 2012 at 1:58 pm #134598In reply to: Group directory
monchib
Participantthank you Hugo, I hope I did exactly what you said and now I see Created by:
It doesn’t get the avatar or name….
This is the code. I’m really sorry to bother you and I really appreciate your help.
`<?php/**
* BuddyPress – Groups Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
*
* @package BuddyPress
* @subpackage bp-default
*/?>
global $groups_template;
$group_detail = $groups_template;-
<a href="”><a href="”>
Created By: <a href="group->creator_id) ?>”> $group_detail->group->creator_id , ‘width’ => 80, ‘height’ =>80))?>
/
`
May 15, 2012 at 7:05 am #134576In reply to: Member special widget
websitevala
Membera widget for member a admin to post some content and see all member’s profile page i use one theme but in that theme i use text widget and it saw on directly on home page i don’t want that i want when member login after that see
so is there available plugin or widget for all member to see latest news or something elseMay 14, 2012 at 11:54 pm #134557In reply to: Members page not functioning
@mercime
Participant“Nivo Slider for WordPress” is compatible up to WP 3.2.1 so might as well find other Nivo plugin.
As for BP Corporate theme, it probably needs to be upgraded. If you’re adventurous:
a. backup your BP Corporate Theme
b. Install/activate Theme Check plugin and when you check the theme, you might find issues which might include instructions on how to resolve such.
c. After b) Install/activate Log Deprecated Notices plugin. Go to front end and click on a few links. Then go to wp-admin Tools > Deprecated Notices and check issues in theme, if any.May 14, 2012 at 11:41 pm #134556In reply to: WOO Canvas (child theme) Customization and Ajax
@mercime
Participant@musicdesigns @likoma created a child theme of Woo Canvas and used BP template pack plugin. What I posted above are the instructions for template pack, and it’s done.
May 14, 2012 at 11:01 pm #134555In reply to: WOO Canvas (child theme) Customization and Ajax
kljlkj
MemberI’m using Wootheme’s Canvas too, would love to be able to use a BP child theme on it.
Please keep us updated with your progress, would love to give it a whirl
May 14, 2012 at 9:44 pm #134554In reply to: Group directory
monchib
ParticipantOk I understood I have to create the file “goups-loop.php” in my child theme. I succeed to add text and other lil things, but when I try to add “created by” and the user id of the group admin or his avatar, I get: “Created by: no admin” Can anyone help me? Which code should I use to get group admin name or avatar?
I also tried to add this code in “goups-loop.php”:But it gives me error. If I change “creator_id” with any other Class it works perfectly (id; name; slug; description; status;….).
Thanks in advanceMay 14, 2012 at 9:43 pm #134553In reply to: Members page not functioning
frostdawn
MemberOkay. deactivating everything and re-uploading BuddyPress and activating bp-default cleared out the basic problems so that it worked as expected. Then I found 2 things that individually break the Members pages. One is the BP Corporate theme (MAJOR part of even considering building the site in the first place). The other is the plugin for “Nivo Slider for WordPress” which is killing me since this was one of the best and brightest plugins on the site for the client.

Recommendations?
May 14, 2012 at 7:22 pm #134550@mercime
Participant== Do I just create a couple of directories in my child template like so…/members/single/ and replace home.php with my own? ==
That’s the right way

wp-content/themes/YourChildThemeFolder/members/single/home.php -
-
AuthorSearch Results