Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,301 through 30,325 (of 32,109 total)
  • Author
    Search Results
  • belogical
    Participant

    Yeah Jeff, I understand. I\’m trying to figure out why my component is showing up on the home page but not on the same exact theme, but under a users sub-domain. I guess the only thing I can do is convert it to v1.2.

    Jeff Sayre
    Participant

    BeLogical-

    I am on skeleton component v1.1 and not v1.2.

    Just to make sure, you do realize that we are talking about themes and not plugins here?

    You are talking about the Skeleton Component for developing a custom plugin, not designing a custom theme. For a custom theme, you would want to use the Skeleton Theme.

    Assuming that we are on the same page, then yes, there are significant differences between version 1.1 and version 1.2 of the Skeleton Component. You need to use the newest version. See the changes here: https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/

    #44214
    Andrea Rennick
    Participant

    http://buddydress.com

    There’s two.

    And there’s a skeleton member theme here to start your own theme from.

    #44213
    Andrea Rennick
    Participant

    ” so we’re left with two choices: 1) Switch to WPMU/BP or 2) Install WPMU/BP in a subdirectory.

    My first question is this: Am I right about our two choices above?”

    Yes.

    Switching the whole thing over to WPMU is actually not so bad. The biggest worry there is plugins. Depending on what ones they are, and which ones are a dealbreaker, you will need to test them somewhere ahead of time before even deciding which option to pick.

    posts, comments, users, the theme itself and ad placement – ALL those can be *exactly* the same in WPMU.

    “The only drawback we have with installing WPMU/BP in a subdirectory is that we’d lose the ability to pull in BP features onto the homepage of our current site such as recent blog activity, avatars, etc. Is that correct or is there some way for the two to communicate even if on separate installs?”

    Actually, you can do that. We did it here on http://wanderlustandlipstick.com, a client site. Note it’s not a BP site, but the main site is a single WP install and the WPMU part is under /blogs/. With some lightweight custom code, we pulled in avatars & recent posts to the front of the main blog.

    Overall, your choices are pretty much 50/50. The big kicker here is how you want your URLs to be formed in the end.

    If you want or don’t care about an extra folder name in the URL where WPMU will live, then it may be “easier” to have it as an add-on, and share databases to share users.

    Personally, I’d lean towards moving the whole site to WPMU. Do the move in a dev environment, then in a low-traffic time planned ahead with full notice, make the switch to the new WPMU site (at the same URL basically).

    #44212
    2698507
    Inactive

    Anyone think .htaccess is the culprit to my Member themes display problem?

    #44210
    Paul Wong-Gibbs
    Keymaster

    Exactly

    #44209
    2698507
    Inactive

    I think the skeleton is an unstyled CSS file to use for reference when building a custom Member theme. So it should look like there’s no CSS.

    #44207
    Ezd
    Participant

    I have the same kind of problem with the ‘Members’, ‘Groups’ and ‘Blogs’ page. Its like these pages are not hooked up with the CSS. I only have this problem when using the latest Skeleton member theme thou. If I use the standard bpmember theme there\’s no problem. Why is that? Problems with the latest Skeleton theme on BP 1.0? :>

    Andrea Rennick
    Participant

    Yeah, it may need some further tweaking to grab the right URL.

    #44204
    2698507
    Inactive

    In addition to my CSS file not loading on Member profile pages

    – I noticed that the Newest/Active/Popular ajax links aren’t loading either on Members widget on http://www.beerandblog.com/

    – My images are uploading (I see them in the blogs.dir), but they aren’t displaying when called by a page.

    Could these all be be due to .htaccess issues? Here’s my current .htaccess

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$1 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $1 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $1 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    #44200

    In reply to: Default Blog Theme

    Paul Wong-Gibbs
    Keymaster

    Yes, of course. You can do anything you want. Suggest you read https://buddypress.org/forums/topic.php?id=1632

    #44198

    In reply to: Default Blog Theme

    Tony Stark
    Participant

    I suppose my question is, can a blog be created to look / inherit the CSS within the Theme your BuddyPress is actually using. When I create or get a user to do create a blog they actually get the standard style.

    Hope this is clear…it has been a long day!

    belogical
    Participant

    Andrea_r, this works really well to start off with. Two things I have noticed off the bat. #1) my custom component doesn\’t show up under this theme for some reason. I am on skeleton component v1.1 and not v1.2. Could that be the cause? #2) The links at the top (Blog, Members, Groups, Blogs) don\’t work properly. They are all formatted as username.domain.com/members instead of domain.com/members etc…

    For #2, is my beta site messed up? Is it supposed to rewrite those to the proper URL or is that behaving normally? If that is the case, I will need to redo those links, correct?

    #44189

    In reply to: Blog Avatar

    Andy Peatling
    Keymaster

    just remove them in your theme if you don’t like them. Or – you could use the author’s avatar instead.

    #44182
    2698507
    Inactive

    @DJPaul it does appear there…

    #44177
    Paul Wong-Gibbs
    Keymaster

    As per Andy’s comment, http://www.beerandblog.com/wp-content/bp-themes/bpmember/css/loader.php is returning 404. Usually if it’s a permission on the file system, you get a different error code sometimes.

    Does that file exist in that path when you look in your FTP?

    #44176
    2698507
    Inactive

    Permissions set to 755, still not loading. Not sure about users and groups. Using an FTP client to change permissions. Logged in with the original account I got from host, which is pSek.com.

    #44171
    nicolagreco
    Participant

    which user and which groups have permissions ?

    permissions should be 755 and the users should be no root

    #44170
    2698507
    Inactive

    Thanks everyone for the quick replies!

    @jeff I looked at the link you sent, but I’m not upgrading so I’m not sure it applies. I just downloaded BuddyPress this morning.

    @DJPaul the themes are in wp-content/themes/ and the member theme in wp-content/bp-themes/

    @andy the permissions on that file were 644. I changed them all the way to 777 with no change. What should the permissions be?

    #44168
    Andy Peatling
    Keymaster

    Check permissions on this file:

    http://www.beerandblog.com/wp-content/bp-themes/bpmember/css/loader.php

    it is returning a 404.

    #44167
    Paul Wong-Gibbs
    Keymaster

    You need to move the home theme to wp-content/themes/ and keep the member theme in wp-content/bp-themes/ (bpmember)

    #44166
    Jeff Sayre
    Participant

    Justin-

    I assume you’re running BuddyPress v1.0. If so, please carefully read the section entitled “Upgrading the Theme files” on this BuddyPress Codex page.

    Andrea Rennick
    Participant

    Actually, I just did this on a test bed. Took maybe ten minutes.

    make a copy of the home theme and move it somewhere.

    rename the folder to something obvious, like bp-blog-theme.

    Edit style.css and change the theme name to be Blogs instead of Home.

    Delete home.php.

    move the new theme back into wp-content/themes/. Activate it under Site Admin -> Themes. Go to a member blog (you have a test blog, right?), under Appearance and activate the new BLOG theme.

    Give it a whirl and let me know how you make out. There’s other regular WPMU plugins to enable the theme by default on a new blog. My fave: http://wpmudev.org/project/wpmu-blog-defaults. That way the blog creation part is seamless and looks well-integrated.

    #44156
    2697291
    Inactive

    Any clues when more themes will be available? I want to develop my own but it will be much easier to edit someone else’s than start from scratch.

    Jeff Sayre
    Participant

    A few questions:

    1. Are you using the public release of BuddyPress–version 1.0?
    2. Are you using a custom theme?
    3. Did you read the section entitled “Upgrading the Theme files” in this BuddyPress Codex link?

Viewing 25 results - 30,301 through 30,325 (of 32,109 total)
Skip to toolbar