Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,851 through 22,875 (of 32,561 total)
  • Author
    Search Results
  • #94934
    kunalb
    Participant

    @JacobPolavieja Yup — by default BP treats WP Custom Post types like normal blog posts and inherits the standard functionality. BPCP sidesteps the whole WP display, etc. procedure, and makes custom post types behave like a component in BP — if you were to register a post type using BPCP too, you’d get activity stream integration, a separate directory for that particular post type, a front end editor that mimics the back end admin screen to an extent (inheriting custom widgets you add, etc — this will be slowly improved over time), and default theme files that are automatically picked up from within the plugin unless you have replacements defined in your themes folder.

    #94925
    Sofian J. Anom
    Participant

    Just tried with IPad simulator (because I do not have iPhone or IPad :D ), was not found logout button after I login. Maybe because I use a child theme and set activity as home page, or there are some things I missed.

    There are several plugins that should be disabled because it doesn’t work on this theme.

    #94923
    JacoboPolavieja
    Participant

    Ok, I think I got it… Trying to display WP Custom Post Types in the normal way in my BuddyPress theme, works without problem.

    After re-reading @kunalb ‘s plugin description, I think what it intends is to provide custom post types with a more tightful integration to BuddyPress, like having their own section (such as Groups, Activity Strems, etc).
    As I don’t need that kind of functionality right now, I think I’m good with just being able to display my custom post types in my site’s several blogs.

    Could anyone confirm I’m not missing anything and that’s @kunalb ‘s plugin intention?

    Thanks a lot! Cheers!

    #94907
    modemlooper
    Moderator

    If you are using a page template that is not the BP activity or blog posts page then you will have to edit a file. In the plugin folder go into the themes/default and change the file front.php code

    /*
    Template Name: Home
    */

    To match the name of the page template you are using.

    If you are just using a plain WP page then you’ll have to hold on a bit until I work out forcing a front page regardless of what is chosen in the wp admin.

    paulhastings0
    Participant

    DOB should never be displayed. In fact that’s not even a default BuddyPress registration option. Did you add in some registration fields of your own or did the Thesis theme?

    #94898
    LPH2005
    Participant

    Installed but missing the navigation at the top. The plugin Add All Nav Links to BP Adminbar is enabled but I have the ‘main navigation’ enabled.

    Will keep lurking about …

    URL: http://www.thechembook.com <– use the iPhone to see the plugin ;)

    #94892
    PJ
    Participant

    Works perfectly on the iPhone/iPod. I had to turn off a few plugins so my Android phone could hold its breath.

    #94884
    Active Citizenship
    Participant

    OK. Thanks to both of you. I was actually already using a WP theme and even after BP and all plugins were deactivated, I still was not able to enter a blog (even on the backend).
    So I contacted my site provider and they fixed by re-applying my account’s wildcard settings. I however needed to clear my browser’s cache and cookies before I could reach my subdomains (blogs) properly.

    Now back to the prob I was originally trying to address, getting all the posts on the subdomain blogs to appear on my main site page. It is unclear to me if Sitewide tags can actually do this
    ( see discussion https://wordpress.org/support/topic/one-blog-streaming-multiple-smaller-ones). All posts do appear on the Activity page. The problem would be resolved if I could just get my Activity page to appear as my main page :)

    Thoughts?

    #94852
    Paul Wong-Gibbs
    Keymaster

    I will suggest that, in my experience, if you plan to distribute this code, that you do not use the jq variable. This is because jq only exists on BP-Default and any child theme.

    Boone Gorges
    Keymaster

    I can’t reproduce the problem. The Max number on the widget works fine for me. What version of WP/BP are you using? Are you using other themes/plugins?

    #94827
    Roger Coathup
    Participant

    Take a look at this page: https://codex.buddypress.org/developer-docs/conditional-template-tags/

    Essentially, something like !bp_is_blog_page() will return TRUE when you are on any page that isn’t a WordPress blog page – i.e. when you are on any of the Social Network (BuddyPress) pages.

    Alternatively, the default theme already embeds some class information in the body tag – although there is no single one for a BuddyPress page, so you’d have to catch all the different classes.

    #94821
    @mercime
    Participant

    The simple fact is that you need the common hook, “, in footer.php of all your themes so that the bp admin bar will show up in user blogs in the same manner — inserting the bp admin bar at top of screen and pushing down the layout in the right amount.

    There will be a couple or so themes where it won’t look the same because of style done on body/wrapper area. When that happens, ask WP.org forums or here to help you out with the CSS of that specific theme. Or, you can install the Firebug add-on for Mozilla and work on the style for those themes yourself.

    #94818
    fjrichman
    Member

    Anyone have any ideas on how I could fix this so that if the admin bar is visible it pushes the site down the right amount and if it isn’t it doesn’t?

    silverlunace
    Member

    I’m having this issue as well. I am using WPMU and I have selected “user accounts may be registered” in the Super Admin > Options > Allow users to register section. Still no go. I’ve tried all of the options that allow users to register but stil nothing. The register link just goes back to the main blog.

    Any suggestions?

    My answers to the questions:
    1. Which version of WP/MU are you running? WP 3.01
    2. Did you install WP/MU as a directory or subdomain install? subdomain (http://yourwebsite.com/blog)
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgraded from a previous version of WP/MU? No, it’s a new install. Was previously a single WP and I used the “Enable Multi-Site” plugin.
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
    6. Which version of BP are you running? 1.2.5.2
    7. Did you upgraded from a previous version of BP? If so, from which version? No, it’s also a brand new install.
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, Akismet; BuddyPress template pack; Embedded Video; Enable Multi-Site; Exec-PHP; FeedBurner FeedSmith; FeedSnap; Full Text Feed; If You Liked That; In Series; MaxBlogPress Ping Optimizer; Sociable; Wp.com Stats; WP-Page Navi; and WP-Project;
    9. Are you using the standard BuddyPress themes or customized themes? I am using the Twenty Ten Theme through the BuddyPress Template Pack plugin that allows you to use any theme with BP.
    10. Have you modified the core files in any way? No
    11. Do you have any custom functions in bp-custom.php? No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running
    13. Please provide a list of any errors in your server’s log files. Nobody can register. The registration link just goes back to the main blog.
    14. Which company provides your hosting? Bluehost
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux and Apache

    #94781
    Hugo Ashmore
    Participant

    The reason Mercime asked you to deactivate BP was to establish whether blogs worked with WP, blogs are a feature of WP rather than BP and it’s important before running BP or attempting to troubleshoot issues that it’s established everything is working properly with plain vanilla WP.

    You need to switch to a NON BP theme if you have disabled BP. Select the default twentyten theme or whatever default theme is installed for WP and confirm whether blogs work correctly.

    #94775
    Active Citizenship
    Participant

    Thanks, but not sure if I understand. If I deactivate all plugins including BuddyPress, I not only can’t access the blogs but I can’t access my main page either. I get the following: Fatal error: Call to undefined function bp_page_title() in /home/cetateni/public_html/wp-content/themes/simple-wp-community-theme/header.php on line 9

    Thanks for your help but please clarify.

    #94761
    Duck Swart
    Participant
    #94750
    Boone Gorges
    Keymaster

    For purposes of a single installation of BuddyPress, the main difference is when the files are loaded. Actions and filters in bp-custom.php are among the very first things loaded when BP is loaded. functions.php isn’t loaded until the theme is loaded, after all of the BP components. So if you need something to be loaded early, it’ll have to go into bp-custom.php.

    #94747
    Boone Gorges
    Keymaster

    BuddyPress applies the wpautop filter when it displays xprofile field data. So what is stored in the db as `/n` or `/r` should be converted to `

    ` on the way out. If you’re not seeing line breaks at all, it could be one of two things: 1) your stylesheet is displaying paragraphs as inline elements, or 2) something in a plugin or theme is turning off wpautop. What happens when you deactivate plugins and use bp-default?

    #94735
    pcwriter
    Participant

    @LPH2005

    The avatar can be enlarged, sure. But, as with the bp-default theme, clicking any avatar already links to the users profile.

    #94734
    LPH2005
    Participant

    Looks nice. Can you enlarge the avatar in the upper left, then below the avatar add profile button (linking to profile) next to the logout button?

    #94647
    Pisanojm
    Participant

    Important to note if you want to use @boonebgorges code with “GROUPS” and not “MEMBERS” sorting -you will have to change to the GROUPS slug… use this:

    `function groups_alpha_by_default( $query_string ) {
    global $bp;

    if ( $bp->current_component == BP_GROUPS_SLUG && !$bp->current_action)
    $query_string = ‘type=alphabetical&action=alphabetical’;

    return $query_string;
    }
    add_filter( ‘bp_dtheme_ajax_querystring’, ‘groups_alpha_by_default’ );`

    Hugo Ashmore
    Participant

    Look in your style.css file that will show where default.css is being called from.

    Brian Owens
    Participant

    correction, rtl.css ^

    Brian Owens
    Participant

    That’s what I was looking for, but I don’t have a default.css file anywhere.

    I have rtf.css, and style.css, in the theme editor. Neither of them look like the above code snippet.

Viewing 25 results - 22,851 through 22,875 (of 32,561 total)
Skip to toolbar