Search Results for 'theme'
-
AuthorSearch Results
-
October 12, 2010 at 1:56 pm #94934
In reply to: BuddyPress and WP Custom Post Types?
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.
October 12, 2010 at 11:38 am #94925In reply to: BuddyPress Mobile Theme
Sofian J. Anom
ParticipantJust tried with IPad simulator (because I do not have iPhone or IPad
), 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.
October 12, 2010 at 10:24 am #94923In reply to: BuddyPress and WP Custom Post Types?
JacoboPolavieja
ParticipantOk, 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!
October 12, 2010 at 4:53 am #94907In reply to: BuddyPress Mobile Theme
modemlooper
ModeratorIf 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.
October 12, 2010 at 2:40 am #94899paulhastings0
ParticipantDOB 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?
October 12, 2010 at 2:21 am #94898In reply to: BuddyPress Mobile Theme
LPH2005
ParticipantInstalled 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
October 12, 2010 at 12:27 am #94892In reply to: BuddyPress Mobile Theme
PJ
ParticipantWorks perfectly on the iPhone/iPod. I had to turn off a few plugins so my Android phone could hold its breath.
October 11, 2010 at 10:18 pm #94884In reply to: I can create a blog but not access it
Active Citizenship
ParticipantOK. 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 pageThoughts?
October 11, 2010 at 4:55 pm #94852In reply to: Fixed* help with js – twitter style login plugin
Paul Wong-Gibbs
KeymasterI 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.
October 11, 2010 at 3:24 pm #94840Boone Gorges
KeymasterI 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?
October 11, 2010 at 11:38 am #94827In reply to: If Buddypress, then sidebar and css rules
Roger Coathup
ParticipantTake 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.
October 11, 2010 at 9:53 am #94821In reply to: Prevent Admin Bar from interfering with themes
@mercime
ParticipantThe 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.
October 11, 2010 at 8:58 am #94818In reply to: Prevent Admin Bar from interfering with themes
fjrichman
MemberAnyone 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?
October 10, 2010 at 8:19 pm #94786silverlunace
MemberI’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 ApacheOctober 10, 2010 at 7:31 pm #94781In reply to: I can create a blog but not access it
Hugo Ashmore
ParticipantThe 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.
October 10, 2010 at 5:46 pm #94775In reply to: I can create a blog but not access it
Active Citizenship
ParticipantThanks, 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.
October 10, 2010 at 2:40 pm #94761In reply to: Dashboard-Design-Themes- Header problems
Duck Swart
ParticipantAdditional information
Theme preview,
a right one
http://opdebouwplaats.fnv.net/twitter/?preview=1&template=connections-reloaded&stylesheet=connections-reloaded&TB_iframe=true
the wrong one in blog/site http://bouw.fnv.net/twitter/
http://bouw.fnv.net/?preview=1&template=connections-reloaded&stylesheet=connections-reloaded&TB_iframe=true
should be –
http://bouw.fnv.net/twitter/?preview=1&template=connections-reloaded&stylesheet=connections-reloaded&TB_iframe=trueOctober 10, 2010 at 1:06 pm #94750In reply to: functions.php vs. bp-custom.php
Boone Gorges
KeymasterFor 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.
October 10, 2010 at 12:57 pm #94747In reply to: Line breaks in profile textarea field
Boone Gorges
KeymasterBuddyPress 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?
October 10, 2010 at 4:48 am #94735In reply to: New theme – now available
pcwriter
ParticipantThe avatar can be enlarged, sure. But, as with the bp-default theme, clicking any avatar already links to the users profile.
October 10, 2010 at 4:45 am #94734In reply to: New theme – now available
LPH2005
ParticipantLooks 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?
October 9, 2010 at 1:45 am #94647In reply to: Sort Groups Alphabetically by default (BP 1.2)
Pisanojm
ParticipantImportant 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’ );`October 8, 2010 at 5:04 pm #94622Hugo Ashmore
ParticipantLook in your style.css file that will show where default.css is being called from.
October 8, 2010 at 4:08 pm #94619Brian Owens
Participantcorrection, rtl.css ^
October 8, 2010 at 4:05 pm #94618Brian Owens
ParticipantThat’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.
-
AuthorSearch Results