Search Results for 'buddypress'
-
AuthorSearch Results
-
September 30, 2011 at 6:19 pm #121699
In reply to: 1.5 Child Theme Not Working
@mercime
ParticipantThank you @r-a-y Bravo!
@naijaping Which of the two codes above didn’t work for you? Both codes prevent bp-default’s stylesheet from being enqueued in wp_head. I may not have explained it more thoroughly above.
The first code – write all your custom styles in style.css of child theme or @import style from e.g. a css folder within your child theme’s folder and get the layout you want without interference.
The second code – child theme’s style.css file only has the header portion i.e. theme name, author, etc. but no styles or @import since stylesheet is enqueued in child theme’s functions.php file. I edited second code above to register the stylesheet before enqueueing.
September 30, 2011 at 6:19 pm #121599In reply to: 1.5 Child Theme Not Working
@mercime
ParticipantThank you @r-a-y Bravo!
@naijaping Which of the two codes above didn’t work for you? Both codes prevent bp-default’s stylesheet from being enqueued in wp_head. I may not have explained it more thoroughly above.
The first code – write all your custom styles in style.css of child theme or @import style from e.g. a css folder within your child theme’s folder and get the layout you want without interference.
The second code – child theme’s style.css file only has the header portion i.e. theme name, author, etc. but no styles or @import since stylesheet is enqueued in child theme’s functions.php file. I edited second code above to register the stylesheet before enqueueing.
September 30, 2011 at 6:00 pm #121697In reply to: Buddy Press header removal
r-a-y
KeymasterAre you trying to change the height of the header image background or the header in general?
If you are trying the change the height of the header only, first create a child theme.
Then in your child theme’s style.css, add the following:
`#header {height:300px;}`
September 30, 2011 at 6:00 pm #121597In reply to: Buddy Press header removal
r-a-y
KeymasterAre you trying to change the height of the header image background or the header in general?
If you are trying the change the height of the header only, first create a child theme.
Then in your child theme’s style.css, add the following:
`#header {height:300px;}`
September 30, 2011 at 5:57 pm #121696In reply to: 404 Errors on all pages
drmikelbrown
Member@mercime @blogurp @granville Before I go any further please allow me to say thank you for all of your help. I am post the solution to my problem in hopes that it will help someone else.
The problem was with the .htaccess, not its configs but it was the permissions. I had a security plugin installed that told me that this file needed to be locked down and it gave me two settings. I choose the stricter setting and did not realize I locked my whole site. The hosting company saw it in the error file
(AGH, I did not think about checking these but I should have.)Thanks Again
September 30, 2011 at 5:57 pm #121596In reply to: 404 Errors on all pages
drmikelbrown
Member@mercime @blogurp @granville Before I go any further please allow me to say thank you for all of your help. I am post the solution to my problem in hopes that it will help someone else.
The problem was with the .htaccess, not its configs but it was the permissions. I had a security plugin installed that told me that this file needed to be locked down and it gave me two settings. I choose the stricter setting and did not realize I locked my whole site. The hosting company saw it in the error file
(AGH, I did not think about checking these but I should have.)Thanks Again
September 30, 2011 at 5:50 pm #121695In reply to: 1.5 Child Theme Not Working
r-a-y
KeymasterI have recently updated the child theme codex article for BP 1.5:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Give it a read through and see if that helps.
September 30, 2011 at 5:50 pm #121595In reply to: 1.5 Child Theme Not Working
r-a-y
KeymasterI have recently updated the child theme codex article for BP 1.5:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Give it a read through and see if that helps.
September 30, 2011 at 5:50 pm #121694In reply to: buddypress user blog
@mercime
ParticipantDeactivate BuddyPress. Make sure you can create a subsite with your WP install first. If you cannot, resolve multisite installation first before activating BuddyPress at https://wordpress.org/support/forum/multisite
September 30, 2011 at 5:50 pm #121594In reply to: buddypress user blog
@mercime
ParticipantDeactivate BuddyPress. Make sure you can create a subsite with your WP install first. If you cannot, resolve multisite installation first before activating BuddyPress at https://wordpress.org/support/forum/multisite
September 30, 2011 at 5:49 pm #121693In reply to: 1.5 Child Theme Not Working
Prince Abiola Ogundipe
Participant@mercime, your code is not working for my child theme, i dont know why. it just dont recognise my child theme custom style.css.
September 30, 2011 at 5:49 pm #121593In reply to: 1.5 Child Theme Not Working
Prince Abiola Ogundipe
Participant@mercime, your code is not working for my child theme, i dont know why. it just dont recognise my child theme custom style.css.
September 30, 2011 at 5:49 pm #121692In reply to: How to edit and add thing to bp adminbar
r-a-y
KeymasterThis codex article probably needs updating, but read through it and try what is suggested:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/If it doesn’t work, let us know and someone will update it.
September 30, 2011 at 5:49 pm #121592In reply to: How to edit and add thing to bp adminbar
r-a-y
KeymasterThis codex article probably needs updating, but read through it and try what is suggested:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/If it doesn’t work, let us know and someone will update it.
September 30, 2011 at 5:46 pm #121690r-a-y
KeymasterIf you are using BuddyPress 1.2.x and are dependent on a lot of BP plugins, you might want to wait until your BP plugins are updated.
If you want to test BuddyPress 1.5, you should do all your upgrading and testing on a development environment. After you have upgraded and you’ve made sure that your site functions bug-free and the way you want it, you can do the upgrade on your live site.
September 30, 2011 at 5:46 pm #121590r-a-y
KeymasterIf you are using BuddyPress 1.2.x and are dependent on a lot of BP plugins, you might want to wait until your BP plugins are updated.
If you want to test BuddyPress 1.5, you should do all your upgrading and testing on a development environment. After you have upgraded and you’ve made sure that your site functions bug-free and the way you want it, you can do the upgrade on your live site.
September 30, 2011 at 5:45 pm #121689In reply to: oEmbed video size in Buddypress 1.5
September 30, 2011 at 5:45 pm #121589In reply to: oEmbed video size in Buddypress 1.5
September 30, 2011 at 5:41 pm #121688In reply to: missplaced text on BuddyPress homepage
r-a-y
KeymasterIt’s just a CSS bug on the bp.org homepage for IE8 users. Don’t worry! Nothing important is missing!
September 30, 2011 at 5:41 pm #121588In reply to: missplaced text on BuddyPress homepage
r-a-y
KeymasterIt’s just a CSS bug on the bp.org homepage for IE8 users. Don’t worry! Nothing important is missing!
September 30, 2011 at 5:35 pm #121685In reply to: Removing Powered by W and B
r-a-y
KeymasterCreate a child theme of the BuddyPress Default theme.
Then, copy over /plugins/buddypress/bp-themes/bp-default/footer.php to your new child theme, open up footer.php, then read this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-default/#post-110268September 30, 2011 at 5:35 pm #121585In reply to: Removing Powered by W and B
r-a-y
KeymasterCreate a child theme of the BuddyPress Default theme.
Then, copy over /plugins/buddypress/bp-themes/bp-default/footer.php to your new child theme, open up footer.php, then read this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-default/#post-110268September 30, 2011 at 5:34 pm #121684In reply to: Removing Powered by W and B
@mercime
ParticipantWhat theme are you using? If child theme of bp-default, copy over footer.php of bp-default theme into your child theme folder. Open it up and delete
`“<?php printf( __( 'Proudly powered by WordPress and BuddyPress.’, ‘buddypress’ ), ‘http://wordpress.org’, ‘http://buddypress.org’ ) ?>“
`
September 30, 2011 at 5:34 pm #121584In reply to: Removing Powered by W and B
@mercime
ParticipantWhat theme are you using? If child theme of bp-default, copy over footer.php of bp-default theme into your child theme folder. Open it up and delete
`“<?php printf( __( 'Proudly powered by WordPress and BuddyPress.’, ‘buddypress’ ), ‘http://wordpress.org’, ‘http://buddypress.org’ ) ?>“
`
September 30, 2011 at 5:33 pm #121683In reply to: blog create
r-a-y
KeymasterAre you using the bp-default theme?
If not you need to copy /plugins/buddypress/bp-themes/bp-default/blogs/ to your WP theme.
Preferably, you are already using a child theme.
-
AuthorSearch Results