Search Results for 'wordpress'
-
AuthorSearch Results
-
December 13, 2013 at 8:26 pm #175497
In reply to: BuddyPress 1.8.1 and WPtouch 3 ??
modemlooper
Moderatorhttps://wordpress.org/plugins/buddymobile/
But I’m working on version 2 http://modemlooper.me/buddymobile-2-0/
I know WPTouch 3 has some improvements with only loading it’s own theme and files to lessen the loading times but it’s still the full WP theme getting swapped out for another theme. This is how nearly all the mobile plugins work.
You can edit the BP templates to make them fit into WPTouch or other mobile themes.
December 13, 2013 at 6:39 pm #175491In reply to: WordPress New Update 3.8 Admin Bar
TPdaking#7782
Participant@ubernaut thanks for the heads-up…I actually use the White-label plugin and it worked on previous WP updates but when in mobile view the W for WordPress is visisble.
December 13, 2013 at 6:11 pm #175490In reply to: WordPress New Update 3.8 Admin Bar
Ben Hansen
Participantmore of a wordpress question then a buddypress question.
maybe this will help?
December 13, 2013 at 2:32 pm #175475craftersuniversity
ParticipantWith the new update of wordpress, i found out that this has nothing to do with BuddyPress or any theme, it is a bug in wordpress itself. The have tried to fix it, but its still not working well, the menu fills the screen and cannot be scrolled or hidden. I recommend hiding all buddypress menus until the bug gets fixed:
/* =Hide BuddyPress sub menu until it works in mobile phones
————————————————————– */
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
display: none !important;
}December 13, 2013 at 6:45 am #175467In reply to: Buddypress menu resizes automatically
Hugo Ashmore
Participant@4ella
This snipped section from the link mercime provided, as can be seen it states existing instals using the bp-default theme will still use it it’s not going to suddenly stop working but changing to the theme compatibility process is in best interests.If you are already using bp-default, either directly or as a parent theme, donβt worry. BuddyPress 1.9 will detect that you need bp-default, and will continue to register it with WordPress. Note that if you switch away from a bp-default theme (say, for testing), the theme will disappear from Dashboard > Appearance. If you need it back, add the following line to your bp-custom.php file:
add_filter( 'bp_do_register_theme_directory', '__return_true' );December 13, 2013 at 2:53 am #175460In reply to: Remove “are now friends” from activity stream
mrjarbenne
ParticipantThere is also a plugin that does this. It’s old, but it still works:
http://etivite.com/wordpress-plugins/buddypress-block-activity-stream-types/
December 13, 2013 at 1:44 am #175458In reply to: Buddypress menu resizes automatically
@mercime
ParticipantI am not very happy with the fact that bp-default is going to be a past, I like that theme
@4ella I understand where you’re coming from. I have 7 customized bp-default child themes to convert π It was good while it lasted.As for a WordPress theme to use, seeing that you are a do-it-yourself themer, I would recommend creating a child theme of the Twenty Twelve Theme or creating your own version of _s theme http://underscores.me/ or rolling out your own WP theme. Twenty Twelve and _s are responsive and mobile-first. The difference between the two is that the Twenty Twelve theme gets updated if necessary each WP release while for your _s theme … I don’t know when they update the theme or where they post the changes so you can update your theme accordingly.
December 12, 2013 at 4:12 pm #175432In reply to: removing sidebar and making full-width
HajHaj
Participantmy theme page.php desc.:
This is the template that displays all pages by default.
Please note that this is the WordPress construct of pages
and that other ‘pages’ on your WordPress site will use a
different template.December 12, 2013 at 2:30 pm #175427In reply to: removing sidebar and making full-width
@mercime
Participant@hajhaj there are different ways to implement a new layout for all BuddyPress pages. Check out how it was done for the WP default themes at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/
December 12, 2013 at 8:35 am #175418In reply to: Activating existing users
dailyforextrader
ParticipantHi Guys
Got a solution to this, just run this query on your wordpress database.
insert into wp_usermeta select null,ID, “last_activity”,”2013-12-12 08:24:52″ from wp_users
You will need to set the time and date to something you want but keep it in the right order.
Paul Clevett
DailyForexTrader
http://www.dailyforextrader.meDecember 12, 2013 at 7:39 am #175417In reply to: Plugin Suggestions for Child profiles.
@mercime
Participant@craigola Do you mean you want to set up different account types and that one kind is that for children? If so, have you checked out https://wordpress.org/plugins/buddypress-user-account-type-lite/
December 10, 2013 at 10:09 pm #175379In reply to: add a column to BP_Groups_List_Table
shanebp
ModeratorThanks @r-a-y.
I figured as much, but was hoping I was overlooking something obvious.
December 10, 2013 at 1:10 pm #175364In reply to: Buddypress menu resizes automatically
@mercime
Participant@4ella since you’re using the BP Default theme, please be aware of http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/
Going back to the issue at hand, your main navigation links are showing up that way because of the responsive style included in the BP Default theme:
lines 43-50 https://buddypress.trac.wordpress.org/browser/tags/1.8.1/bp-themes/bp-default/_inc/css/responsive.css#L43
lines 211-221 https://buddypress.trac.wordpress.org/browser/tags/1.8.1/bp-themes/bp-default/_inc/css/responsive.css#L211December 10, 2013 at 1:01 pm #175363Cam
ParticipantHi @willandmae,
Unfortunately I don’t have much, if any experience with this problem, and I don’t have any current sub-directory installs.From a quick search, it appears as though some of your cookies are including the path for the blog (such as the test-cookie), but not others.
Also I noticed that the test-cookie was not set when I visited the home portion of your site. Not sure if the code is still in place in bp-custom, or if something else is blocking it.
You could try a plugin, such as Root Cookie and see if that helps.
Sorry I don’t have more experience with this to be able to give better info.
~Cam
December 10, 2013 at 10:24 am #175360In reply to: [Resolved] How to limit username length
ablancodev
ParticipantHi,
a solution here (in spanish).
cheersDecember 10, 2013 at 9:53 am #175359@mercime
Participant@pmuktan Nearly all WordPress themes are compatible with BuddyPress. You just need to activate BuddyPress, then configure the BP Components/Pages/Settings. We don’t have access to the premium themes, but if Themeshift has the_title and the_content within the WP loop in its page.php file, then you should be good to go.
December 10, 2013 at 2:50 am #175346@mercime
Participant@yoyoma1974 what theme specifically are you trying to make compatible with BP? Hard to guess why you can’t make the changes using CSS or some functions in a child theme, etc.
We have some new articles with regards to making sidebar appear/disappear at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/ like on the Twenty Eleven theme. However, if your specific theme is not using the methods used in articles therein, you might have to follow up with the theme author or hire a developer to help you with the sidebar.
December 9, 2013 at 9:58 pm #175336modemlooper
ModeratorIt was coded a specific way (to have efficient db access) in the beginning and slowly over its life there have been changes to make it more WordPress in design. Using CPTs just hasn’t been dealt with yet. The main focus in the past have been making it work without WP multisite and adding theme compatibility. There have been some work on component APIs and creating admin UI for accessing the site content. The code base for BP is huge so it takes time to make those types of core changes that won’t break existing sites. Also it takes coding hours. Everyone who contributes to BP are all volunteers so, it is when these people have time to give that things like CPTs may happen.
Trust me, CPTs for BP content types has been a major discussion in the past and will likely be in the future.
December 9, 2013 at 9:44 pm #175334In reply to: Paid Themes
Asynaptic
Participant@shanebp is right. If you want to buy a theme, buy a good wordpress theme. You don’t need a buddypress theme since they should all work work with buddypress out of the box.
The point is that the creator of a premium theme stands behind their work and will answer support questions. These questions may be specific to the theme and how it works so they are the best person to ask.
If you have a generic question, you’re welcome to ask here.
December 9, 2013 at 6:26 pm #175329willandmae
Participant@crazycoolcam Thanks again for the fix, I do have a situation that maybe you can assist. I changed my Son’s site over to almost identical from my tvbari support group and his is a support group with CHD he was born with Congenital Heart defect and has had 2 open heart surgeries and now is just turning 2. Anyway, everything is almost identical in setup and plugins. The only difference really besides for content is that wordpress resides in a subdirectory of the subdomain. http://josephstory.org/jjblog anyway, things worked for awhile but now it seems the same identical problem now resides for logging in and I placed the working code in the bp-custom file which works for tbvari.org but it simply doesn’t. Help Please…
Thank you so much!
William
December 9, 2013 at 5:01 pm #175326In reply to: add to html markup in bp_activity_action()
Shmoo
ParticipantI’ve made a Trac. to get easier customization for this ‘problem’..
It’s set for BuddyPress version 2.0
https://buddypress.trac.wordpress.org/ticket/5261December 9, 2013 at 1:41 pm #175312In reply to: Blank Output on Homepage with BP Activated
Pushpak Patel
Participant@shubh14 ,
@mercime is right. It could be a plugin conflict.I tried the same thing on my local site and works completely fine.
You can try it by deactivating all other plugins and switching to default wordpress themes. If still the problem persists than you should contact the support forum @ https://rtcamp.com/support/forum/rtmedia/
December 8, 2013 at 11:24 pm #175299In reply to: Add post featured image in activity stream
shubh14
Participant@danbp Sorry about that. I am using WP 3.7.1, Buddypress 1.8.1, WP User Frontend. Single wordpress install.
@matt-mcfarland thank you for your help. I added your code to functions file. however, out of three posts, I only see one with a visible attachment. See pic.

P.S. You have a beautiful site..just a few issues. Activity page – the first buttons row is hidden behind the top header and the ‘members’ count shows 1 however, you have 1700+ members.

Single post page – the ‘login to reply’ link in comments aren’t visible as they are of the same color as the button bg
December 8, 2013 at 4:55 pm #175286In reply to: Create html image link to logged in user's profile
Matt McFarland
ParticipantOr you could just make your own theme and throw in the php π
The following tutorial changed my life forever and I’ll never look back to the days I used much of the dashboard page editor at all:
The ThemeShaper WordPress Theme Tutorial: 2nd EditionDecember 8, 2013 at 4:53 pm #175285In reply to: Create html image link to logged in user's profile
Matt McFarland
ParticipantAlso just take a look at this: https://codex.wordpress.org/Function_Reference/wp_get_current_user;
$current_user = wp_get_current_user();Then you can do:
$current_user->user_logininstead ofwp_get_current_user()->user_loginjust in case. altho I think both would work. -
AuthorSearch Results