Search Results for 'theme'
-
AuthorSearch Results
-
March 28, 2012 at 1:27 pm #132067
OreilleMalade
ParticipantThanks for your fast answer.
That was a CSS problem indeed but as I really didn’t habe time to check deeper I decided to change my childtheme (its developper apparently stopped updating it for monthes so I had to change soon anyway…) Everything is OK now
March 28, 2012 at 10:51 am #132065yadigit
ParticipantI noticed that there is no CSS style to your page,
Make sure the css of buddypress and your theme is linked in the header.php.March 28, 2012 at 10:49 am #132064yadigit
ParticipantJust double check to make sure you have the
Member
groups
forums
activity
blogs
registration
files in your root theme.
( that was my problem )Let me know if that helps.
March 28, 2012 at 6:40 am #132058In reply to: [Resolved] Is this the correct Registration Page?
allentan
MemberI have upgraded to 1.5.5 The registration page remain the same.
I go to Buddypress>Fields>add new and create a “Name” group, But it Failed. It says there is an error saving the group.
I change to a BP default Theme, its the same thing, that it doesn’t work.
How do i create a Name Field Under Profile Name ?
How to get my registration page to accept User registration?March 28, 2012 at 6:13 am #132055@mercime
Participant@katandmouse It’s the best way to avoid confusion since you have a different theme and therefore a different solution which I posted in your new topic. Thank you for following instructions
March 28, 2012 at 6:09 am #132054In reply to: Sidebar dropping in Wootheme’s Diner
@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
<?php
if ( ! is_page( $wootable->frontend->bookings_page ) && ! is_page( $wootable->frontend->manage_page ) ) {
get_sidebar();
}
?>`
with the following for registration/register.php:
`
<?php
if ( ! is_page( $wootable->frontend->bookings_page ) && ! is_page( $wootable->frontend->manage_page ) ) {
get_sidebar();
}
?>jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you revised up to your server wp-content/themes/diner/
D. You might also want to check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
NOTES
1. No guarantee that the breadcrumbs will work in BP pages.
2. In each of 16 files, you might want to change the BP Templates’ page title’s header tag from `…
` or `
..
` to `
..
` and move it above `
`, just watch out when you do this in the /activity/index.php page.March 28, 2012 at 6:07 am #132053In reply to: Sidebar dropping in Wootheme’s Diner
@mercime
Participant== but asked that I start my own thread. ==
@katandmouse Yes, because you have different themes and I’ll be posting different codes/instructionsBased on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Diner theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`<div id="main" class="frontend->bookings_page ) || is_page( $wootable->frontend->manage_page ) ): echo ‘reservation-page ‘; endif; ?>col-left”>
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('‘,’
‘); } ?>
`Save files.
March 28, 2012 at 4:49 am #132048In reply to: [Resolved] Is this the correct Registration Page?
@mercime
ParticipantDid you just upgrade your installation or is this a new install? For the former, there has been no change in the registration template in the upgrade from BP 1.5.4 to BP 1.5.5. Beyond the registration page, have you tried changing to bp-default theme and check if registration works then?
March 28, 2012 at 4:47 am #132047katandmouse
MemberI apologize @mercime. I actually thought it would help and eliminate the need for those wanting to help to have to address the same question in more than one thread. As a user I’d also like to find all the answers in one place, so again, I thought this would help.
But I followed your request. I posted my problem regarding Wootheme and BP here: For those using Wootheme and having this problem, I posted a question on that here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sidebar-dropping-in-woothemes-diner/
March 28, 2012 at 4:39 am #132046@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
``
with the following for registration/register.php:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you revised up to your server wp-content/themes/thesource/
D. You might also want to check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
NOTES
1. No guarantee that the breadcrumbs will work in BP pages.
2. In each of 16 files, you might want to change the BP Templates’ page title’s header tag from `…
` or `
..
` to `
..
` and move it above `
`, just watch out when you do this in the /activity/index.php page.March 28, 2012 at 4:38 am #132045@mercime
Participant@foundsheepgmailcom Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your TheSource theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`
<?php if (get_option('thesource_integration_single_top') ” && get_option(‘thesource_integrate_singletop_enable’) == ‘on’) echo(get_option(‘thesource_integration_single_top’)); ?><div id="top-shadow">
`Save files.
March 28, 2012 at 3:07 am #132044Mark
MemberHere you go… thanks!
header: http://pastebin.com/DKBrvGT7
footer: http://pastebin.com/NhuZ7iZd
index: http://pastebin.com/3xZz9K6h
page: http://pastebin.com/wHRDx13h
sidebar: http://pastebin.com/u3L9ksBYMarch 28, 2012 at 2:07 am #132041@mercime
Participant@foundsheepgmailcom Open up thesourcetheme’s header.php, copy code, paste code in pastebin.com, click submit and post the generated pastebin.com URI here. Do the same for thesource’s footer.php, sidebar.php, index.php and page.php
March 28, 2012 at 2:04 am #132040@mercime
Participant@katandmouse please do not hijack this post. Start a new topic and include name of theme and theme’s demo uri plus the pastebin links you posted above.
March 28, 2012 at 1:48 am #132037katandmouse
MemberI have a similar problem using a Wootheme template: http://174.120.139.67/~hollowea/community/
header.php: http://pastebin.com/6rP4Q8rT
footer.php: http://pastebin.com/gpx8gWjd
sidebar.php: http://pastebin.com/QpzqdPst
index.php: http://pastebin.com/pc7uwmce
page.php: http://pastebin.com/qyHhZ3CNMarch 28, 2012 at 1:04 am #132036@mercime
Participant@dsmndwng Open up thestyle theme’s header.php, copy code, paste code in pastebin.com, click submit and post the generated pastebin.com URI here. Do the same for thestyle’s footer.php, sidebar.php, index.php and page.php
March 27, 2012 at 10:05 pm #132034In reply to: [Resolved] Problems Getting BuddyPress Running
linkfr
ParticipantHi guys,
Sorry for posting here but i’m new and havent found how to post a new question.
I’d like to COMPLETELY delete buddypress… To reinstall it and recover in such a way the original configuration proposed.
The problem is everytime i deactivate and delete buddypress plugins and themes, check it is done in the repertory and delete wp_bp tables… my old undesired buddypress is still there when i install it again.
I’ve also taken a look into my wp_options tables (i have a couple of them since i installed a network) but none of them contains such files as these:
* bp-db-version (for BuddyPress 1.5)
* _bp_db_version (as of BuddyPress 1.6)
* bp-active-components
* bp-blogs-first-install
* bp-deactivated-components
* bp-disable-account-deletion
* bp-disable-avatar-uploads
* bp-disable-blogforum-coments
* bp-disable-profile-sync
* bp-pages
* bp-xprofile-base-group-name
* bp-xprofile-fullname-field-nameI’ve been here (https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/) and it seems i did everything ok but it still doesnt work…
Could you please give me a hand?
March 27, 2012 at 8:02 pm #132028In reply to: Remove Avatar
thawardask
MemberI have removed the avatar element from all of those files, and it has been removed from all elements except for the posts page. Also, I am not using a custom theme (I’m using bp-default)
March 27, 2012 at 3:23 pm #132026In reply to: Cannot Post in Group Forums
starship87
Memberwordpress version 3.3.1
buddypress Version 1.5.5Custom Community Theme
Plugins:Akismet , BuddyPress Sliding Login Panel, Buddypress.
I have enabled Group forums in the group admin, I’ve changed the theme and deactivated each plugin to see which is causing the problem, no luck with any of those things.
everything else on my buddypress is working fine and I never had a problem with my groups before.
March 27, 2012 at 2:30 pm #132025ludu
MemberHello , i followed the post and did exactly as Connor did.
Boone Gorges, The code does not work.i have the same problem on my activity page.
Reply to comment when clicked “Post” redirect to 404 page.but reply on other pages works fine except activity stream page.
i get a rediret
http://mysite.com/activity/replywhich does not exist.
if i redit my bp-theme-template.php. , change the ‘/reply/’ to post.
i still get 404 from http://mysite.com/activity/posthave done a lot of research on the Activity stream reply error. and Nothing.
Ajax working fine too. What is going wrong. ? or what am i not doing right?Can anyone Help.
March 27, 2012 at 2:20 pm #132023In reply to: Segregate BP All Users List?
coreymj78
MemberTried that, didn’t work. I also tried these:
bp_has_members( $meta_key = ‘source_domain’ . $meta_value = $current_site->domain )
bp_has_members( ‘meta_key=source_domain’ . $meta_value = $current_site->domain )
bp_has_members( ‘meta_key=source_domain&meta_value=’ . $current_site->domain )
either didn’t do anything or did not return any results, and it causes the My Friends tab to not return results either.So I go the other route and try these…
bp_has_members( $user_id = $bp->loggedin_user->id )
bp_has_members( $include = $bp->loggedin_user->id )
bp_has_members( ‘include=’ . $bp->loggedin_user->id )
bp_has_members( ‘user_id=’ . $bp->loggedin_user->id )
the first to don’t do anything and the second two do not return any results, and causes the My Friends tab to not return results either.bp_has_members( ‘include=’ . bp_get_friendship_requests() . ‘&per_page=0? ) )
which is used in the friends-loop (My Friends tab) does not work when attempting to use it in the members-loop.php (All Members tab) and again causes both tabs to not return results.The FULL function that my theme uses looks like this:
if ( bp_has_members( ‘meta_key=source_domain&meta_value=’ . $current_site->domain . bp_ajax_querystring( ‘members’ ) ) )
…with that ajax thing at the end, could that be what’s causing these not to work? I did try taking that out and when I do that, the various filters seem to be applying to both tabs, the members-loop and the friends-loop the same. Not sure why.
Thanks
March 27, 2012 at 11:57 am #132018In reply to: New user is listed fifteen times in Member Directory
Hugo Ashmore
ParticipantHave you any plugins running – not necessarily BP but WordPress specific- that may be interfering with signups?
If you are are running your site with all non-essential (WP or BP) plugins disabled and have changed from your custom child theme to the bundled bp-default theme and you are using latest version of stable BP release and the issue persists and also is evident on creation of new members under these absolute default conditions, then it’s sounding like you have a corrupted DB and fixing that may not be straightforward.
However it is essential to absolutely ensure that NO plugins are running other than BP for testing purposes and that we are running bp-default – apologies for labouring this point – when I visit the site url I do always see your custom theme, can we see just the bp theme running for the moment?
March 27, 2012 at 11:15 am #132017enderpal444
Participantthird times a charm!
March 27, 2012 at 10:17 am #132011In reply to: Remove Avatar
Paul Wong-Gibbs
KeymasterThe class=”author-box” markup exists in the default theme in the following files: archive.php, attachment.php, index.php, search.php, and single.php. Maybe try removing it from index.php, or if you’re using a custom them, do a find-in-files to find where it’s hiding.
March 26, 2012 at 9:09 pm #131986In reply to: ”Load More” doesn’t work in my theme “facepress”
Mettezz
Memberok no problem thank you for your time
-
AuthorSearch Results