Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 20,751 through 20,775 (of 31,072 total)
  • Author
    Search Results
  • #98823
    Paul Wong-Gibbs
    Keymaster

    I can’t figure out how to unload wp_enqueue_script() files :( Has anyone done this before?

    @imjscn If this is urgent I would recommended that you edit the default theme’s functions.php and delete the wp_enqueue_script() line. Remember this is only temporary and when you update BuddyPress in future, it will get added again.

    #98822
    Michael Eisenwasser
    Participant

    @hcleary

    Please try upgrading to the newest version of the theme, which you can download at buddyboss.com. If you have an old version (from a week or two ago) there was a bug with this exact issue.

    gregfielding
    Participant
    #98820
    Paul Wong-Gibbs
    Keymaster

    Michel, this forum is quietest at weekends. Please allow a day or two before re-posting to a topic; if you haven’t had a response, then people probably don’t have an answer.

    As you can tell from the trac ticket you found, when it was previously reported, no-one figured out exactly why this was happening, so we couldn’t fix it. Looking at a comment on the ticket now, someone seems to think that if you put the following line into your theme’s functions.php, it might resolve the issue:

    remove_action( 'pre_user_login', 'bp_core_strip_username_spaces' );

    If the ticket covers the same problem that you have, this might be a fix. You can tell by creating a new user account once you’ve put that into your functions.php. I cannot guarantee that this would not cause any other issues. Indeed, I can’t understand why BuddyPress does this anyway, without spending a couple of hours investigating.

    The issue seems to be the presence of spaces in the username/log in name. If this does fix your issue, please would you give us a sample of username/log in name so I can investigate.

    modemlooper
    Moderator

    members/single/activity/permalink.php

    This is something that was debated before. I think it should match rest of site. Originally this page didn’t even have a navigation!

    #98811

    In reply to: missing stylesheet

    modemlooper
    Moderator

    Try activating Twenty Ten theme and see if the BuddyPress theme fixes itself.

    #98802

    the share button looks good on the activity page…works bad for me. can that be because i have another, seperate share button on my theme pages? it made it’s way to facebook but didnt show the post just a link and the link takes me back to that “white page of death” as ive heard it called….lol

    #98785
    @mercime
    Participant

    @desha, You’re welcome. You add new style in active theme’s style.css file.

    #98773
    desha
    Member

    Perfect. Thank you. I believe that is in the theme.css file (or is there a better place to put in the css override?

    Avi M
    Participant

    Same thing happened to me a while ago. I think it had something to with changes to BP and my use of a nonupdated version of my theme.

    #98751
    David
    Participant

    @boonebgorges works perfect! thanks. I have hopefully one last issue that completely has me stumped. It works on my testing machine, but when I put it live I get errors. It has to do with me including the above idea but using my own custom data table. I insert my own form and add it with the function like above and put my own processing in the save function like above using the standard insert/update sql pointing to the new table for the form. It works on my local machine, but when I upload it live and click on ” create group” i get the following error….sorry for all the code

    Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-content/plugins/buddypress/bp-groups.php on line 1053

    Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-content/plugins/buddypress/bp-groups.php on line 1054

    Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-includes/pluggable.php on line 890

    I am working in a child theme and I am at my ends trying to fix this. I am so close to what I want to do I just would hate to give up now. thanks for any tips you can give me.

    #98750
    @mercime
    Participant

    Via CSS – add `body.groups #item-actions { display: none; }`
    or
    create bp-default child theme and copy over groups/single/group-header.php following folder structure and delete lines 3-21

    #98749
    @mercime
    Participant

    Create a child theme and add header.php into it. Then wrap the BP components including bp_nav_items in conditional tag https://codex.wordpress.org/Function_Reference/is_user_logged_in

    #98748
    LPH2005
    Participant

    @alphadeangelo

    He’s using the Ultimate Blogging Theme: http://www.ultimatebloggingtheme.com/

    @cmubrad – I don’t know all of the details of that theme but the easiest is to install the site wide activity plugin and use a widget in the sidebar.

    #98743

    sorry if my reply is OOT, but I like your site theme, are you making by your own or buy from the designer, its eye cathcy

    #98731
    LPH2005
    Participant

    The easiest is to modify the php files in your theme as well as the css files.

    In particular, I modified the /activity/index.php file by removing the sidebar code near the bottom of the file.

    Blog posts are done by having a template file written without a sidebar also.

    Finally, adjust the container and padder css to your liking.

    #98730
    csbarrett
    Member

    @mercime, I’m not sure what was causing it, but once I created a child theme from Citizen Kane, I found that the header image from the bp-default theme was showing up behind the custom header image I uploaded (it has a transparent background so I could see behind it). I was trying different things, so I don’t know what was causing it. But sorry about the confusing post.

    @modemlooper, the code you posted is what was left after I cut out lines 54-80. I also cut out line 84 as @mercime suggested. I put it back because it was in the code you posted but it didn’t seem to make a difference. Thanks both of you for your help though, it works now.

    @Jenny, you might want to check out the BP-WP Navbar Menu plugin. It lets you customize the bp admin bar and you can add all your bp links under a drop-down menu (labelled “Community” by default).

    #98727
    imjscn
    Participant

    Looks like it’s really a problem. DJPaul said need unlock loading in default theme. Now waiting the solution :-)

    #98719
    Pixyweb
    Member

    Great, thanks for your reply

    #98715
    modemlooper
    Moderator

    It will fit most any theme with some modification to the HTML and possibly CSS. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #98713
    hcleary
    Member

    I have upgraded to BP 1.2.6. I’m getting the same error above. Any ideas?

    Boone Gorges
    Keymaster

    Are you using a custom theme? It sounds like the theme wasn’t updated to account for the new BP_Button class.

    #98683
    modemlooper
    Moderator

    Easiest way is to remove all the li links from the header.php file except the home link and wp_list_pages( ‘title_li=&depth=1&exclude=’ . bp_dtheme_page_on_front() ); and then add a sidebar menu widget for any links you need. Next version of BP will use WP menus for the top nav so you won’t need to customize the html.

    remove everything from between ul id=”nav”

    replace with

    <ul id="nav">
                    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif?>>
                        <a href="<?php echo site_url() ?>" title="<?php _e( 'Home''buddypress' ) ?>"><?php _e( 'Home''buddypress' ) ?></a>
                    </li>

                    <?php wp_list_pages( 'title_li=&depth=1&exclude=' . bp_dtheme_page_on_front() ); ?>

                    <?php do_action( 'bp_nav_items' ); ?>
    </ul><!-- #nav -->

    #98681
    Hugo Ashmore
    Participant

    and so you now need to follow the instructions I outlined above.

    #98679
    ophidite
    Member

    I add this to the css of my theme :

    #content-sidebar {
    float: left;
    width: 100%;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    }

    #content-sidebar .padder {
    margin-right: 350px;
    border-right: 0px solid #ddd;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    }

    and i call

    in index.php of my bp activity page

Viewing 25 results - 20,751 through 20,775 (of 31,072 total)
Skip to toolbar