Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 14,801 through 14,825 (of 31,073 total)
  • Author
    Search Results
  • #134701

    Ah, 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 ) );

    #134694
    Rachel
    Member

    Hi,

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

    #134691
    Hugo Ashmore
    Participant

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

    @mercime
    Participant
    Hugo Ashmore
    Participant

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

    #134677
    frostdawn
    Member

    Whew. 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! :D *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. :P

    Thanks so much for your assistance mercime. :)

    Hugo Ashmore
    Participant

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

    It was the theme. Don’t use iTheme2 with BuddyPress. It won’t work.

    Thanks, Hugo. I really am grateful for your help.

    Hugo Ashmore
    Participant

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

    I’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.

    #134664
    roclimb
    Participant

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

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

    #134639
    @mercime
    Participant

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

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

    #134631
    djwinner
    Participant

    Hey @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.

    #134629
    abbersbolton
    Participant

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

    #134613
    djwinner
    Participant

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

    #134598

    In reply to: Group directory

    monchib
    Participant

    thank 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))?>

      /

    `

    #134576

    In reply to: Member special widget

    websitevala
    Member

    a 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 else

    #134557
    @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.

    #134556
    @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.

    #134555
    kljlkj
    Member

    I’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

    #134554

    In reply to: Group directory

    monchib
    Participant

    Ok 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 advance

    #134553
    frostdawn
    Member

    Okay. 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?

    @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

Viewing 25 results - 14,801 through 14,825 (of 31,073 total)
Skip to toolbar