Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,976 through 32,000 (of 32,561 total)
  • Author
    Search Results
  • #37383
    John Blackbourn
    Participant

    In wp-content/themes/buddypress-home/css/base.css remove the max-width attribute from the body (line 37 currently).

    #37378
    jfcarter
    Participant

    1) Permissions are fine.

    2) What about the fact that the path doesn’t exist?

    /wp-content/member-themes/buddypress-home/index.php

    This isn’t even a location! Do I need to redefine a function or something?

    #37377
    Andy Peatling
    Keymaster

    Make sure the permissions are set to 644.

    #37350
    pythagoras
    Member

    http://connect.flexcommunity.net/

    It looks like we all need to get some themes going on here :)

    #37346
    realfam
    Member

    ok, I have noticed something that I can not explain. When I use the defautl theme the signup works fine. However when I use the custom theme and it calls up wp-signup.php the “Name” field is missing on the signup page. Any idea why that is happening? It hink its related somehow.

    #37344
    realfam
    Member

    wow, just put that in…………. that unfortunately did not work. The Buddypress bar is still on all pages for “LOGGED IN” users. I basically NEVER want it to appear except in the actual Buddypress User Theme, not the home theme at all.

    This functionality should really be built in.

    #37339
    realfam
    Member

    ok, i tried all that……nothing. This is crazy. Want to take a look at all the files in the theme? Maybe you will see something that I am missing…trust me this would not be impossible. I am really not even close to being an expert on this. I can zip them and send them over let me know.

    #37336
    realfam
    Member

    pulled all the plugins…..made no difference, still have the error (and the plugins were all there and activated with the other theme I tried that worked fine).

    #37333
    realfam
    Member

    I hear you. Wow, I am at a total loss with this. I really changed only cosmetic things in the theme, and nothing to do with the core functionality. I am not sure where to even start on this. I am speechless. This sucks. Thanks for all the assistance. Most of the MODS I did were to the actual files (PHP) and I am not sure if I can pull them all. Any idea what would be the best place to start looking? What area of the theme would you start in…which php file? The odd thing is it pulls up the sign up page correctly so its good until that point, but that file is not in the theme, and then it all goes bad from there. This really does not make any sense to me at all.

    #37330
    realfam
    Member

    i see that. it’s strange that it worked PERFECTLY in the MU 2.6/BP 1.0 setup…perfectly. I haven’t changed anything in the theme since then, just upgraded MU and BP. Therefore something that changed in MU or BP has pissed my theme off, but I can’t possibly know all the changes that were made that pertain to this issue, I really am a novice at this whole deal. Any help is appreciated, if I can just get past this I’m all good. I fixed all the other issues I had….. so far. Not even sure where to start looking. I really did not change too much as far as functionality at all. I spent countless hours modifying the theme so I cant scrap it all and start over now!!!! LOL. thanks.

    Thanks.

    #37326
    realfam
    Member

    the theme thats there now is the original MU Default theme that comes with MU 2.7…I activated it to test the signup process and it worked fine. I will put the custom theme back up and see what happens

    ok same problem

    #37325
    Burt Adsit
    Participant

    Was that the theme you modified? If so what were the modifications?

    #37323
    Burt Adsit
    Participant

    We need to narrow this down further. Make a copy of the custom theme you’ve created. Save it someplace. Wipe the directory /wp-content/themes/home. That’s where the theme labeled “WordPress mu Homepage” is located. I’m guessing you modified that one. Upload a fresh copy of that directory to the server. No mods nothing. Right out of the download zip. Activate that theme and then see if you get the error.

    #37322
    realfam
    Member

    Name value in my bp_xprofile_groups table is BASE, not BASIC. I assume that’s what you meant.

    EVERYTHING Else is exactly the way you said it should be.

    In addition to this…..

    I have narrowed it down to being somehow related to my Home theme….don’t ask me how.

    I switched the theme to the “BP Home Theme” and this error does nto happen, then back to my custom home theme…and bingo…there is the error when signing up again.

    I have the MU Default (Kubrick) theme and I have made some minor changes to the theme, but it is basically intact. It worked without error on MU 2.6 with original BP beta, then I upgraded to MU 2.7 and the BP Beta2 and now this error.

    Thoughts?

    Thanks.

    #37320

    In reply to: Theme question

    gpo1
    Participant

    Can you share with us the results because am interested in doing one?

    #37318

    In reply to: Theme question

    jtbailey
    Participant

    excellent, I’ll send you an Ajaxified theme if I can get it working

    #37316
    Scotm
    Participant

    Nope. Buddypress Home theme.

    #37312
    Adam W. Warner
    Participant

    scotum,

    Are you using a separate theme for your main blog? If so, I learned that you have to move two files from the buddypress-home theme folder into the same directory as the theme you’re using. I have no idea if this is related to your issue though…

    Move these two files:

    plugin-sidebar.php

    plugin-template.php

    Hope that helps?

    #37309

    In reply to: Theme question

    Andy Peatling
    Keymaster

    This is actually not in a template file, its in the navigation rendering array. You could add the class with javascript though if you wanted.

    jQuery("#bp-nav a").addClass('ajaxify');

    jQuery("#bp-nav a").attr("target","#content");

    #37272
    Burt Adsit
    Participant

    Yes. Many people know how to do this. We learned by hunting down the appropriate css entities and modifying them. I did it by first of all getting the wildly wonderful firebug extension for firefox.

    http://getfirebug.com/

    Firebug told me the exact file and line to modify. It even let me change the css interactively on a live web page. Try before I buy. Very cool.

    This time around firebug told me that the bp home theme css padding entry for the content area lives in:

    /wp-content/themes/buddypress-home/css/base.css

    Change line number 121: padding: 0 20px; to padding: 0;

    #37268

    In reply to: BuddyPress Beta 2

    voronzoff
    Participant

    hi!

    I have installed wp mu 2.7, it works great, i can creat new blogs and users, subdomens work too, but when I loaded bp1 beta 2(in mu-plugins), admin panel doesnt work, I also loaded member-themes in wp-content and buddypress-home in themes, and 777 on httpdocs and wp-content, what is wrong? thanks

    #37262
    royak
    Member

    just open wp-content/themes/buddypress-home/css/base.css in a text editor and change:

    #header h1 a {

    text-indent: -999em;

    background: url(../images/logo.gif) top left no-repeat;

    overflow: hidden;

    width: 214px;

    height: 35px;

    display: block;

    float: left;

    }

    or simply replace wp-content/themes/buddypress-home/images/logo.gif with your logo.

    #37258
    21dreamz
    Participant

    Most of you folks have done amazing job with their sites – I’m still using buddypress theme (not very good at coding)

    My site is a intended to be a social network for people interested in spirituality

    ‘i360 | My Integral Life’ http://integral360.com

    [Is there a tutorial to tweak the BB theme?]

    #37247
    Burt Adsit
    Participant

    Howdy. Looks like your theme is not calling wp_footer(). That’s where the menu bar is hooked up. You are getting the css which reserves a spot for it at the top of the theme page but not the menu itself.

    <?php wp_footer(); ?>

    </body>

    </html>

    Like that in your footer.php

    #37243
    Andy Peatling
    Keymaster

    Copy the functions.php file from the latest home theme, into your own home theme.

Viewing 25 results - 31,976 through 32,000 (of 32,561 total)
Skip to toolbar