Search Results for 'theme'
-
AuthorSearch Results
-
September 30, 2011 at 5:35 pm #121685
In 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 #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: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:33 pm #121583In 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.
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.
September 30, 2011 at 4:54 pm #121576In reply to: How to rename HOME Tab?
@mercime
Participant== What’s the way to get back «Activity» as tab name instead of «Home»? ==
Using custom menu is the easiest way. If you’re using bp-default or child theme thereof.
https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Using the GUI section – http://thinkvitamin.com/code/getting-started-with-wordpress-custom-menus/September 30, 2011 at 4:54 pm #121676In reply to: How to rename HOME Tab?
@mercime
Participant== What’s the way to get back «Activity» as tab name instead of «Home»? ==
Using custom menu is the easiest way. If you’re using bp-default or child theme thereof.
https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Using the GUI section – http://thinkvitamin.com/code/getting-started-with-wordpress-custom-menus/September 30, 2011 at 4:20 pm #121570@mercime
Participant@tahirtaous I’d use WP_Query on archives.php from available ways to do so in this article http://digwp.com/2011/05/loops/ Cheers.
September 30, 2011 at 4:20 pm #121670@mercime
Participant@tahirtaous I’d use WP_Query on archives.php from available ways to do so in this article http://digwp.com/2011/05/loops/ Cheers.
September 30, 2011 at 4:01 pm #121567In reply to: 404 Errors on all pages
Blogurp
Participant@drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
php_value upload_max_filesize 16M
php_value post_max_size 16MI have subdomains and not sub directories.
September 30, 2011 at 4:01 pm #121667In reply to: 404 Errors on all pages
Blogurp
Participant@drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
php_value upload_max_filesize 16M
php_value post_max_size 16MI have subdomains and not sub directories.
September 30, 2011 at 3:35 pm #121562In reply to: 404 Errors on all pages
drmikelbrown
MemberI am using the default BP theme it should work. That would be too crazy.. to purchase a theme to get buddypress working when the pre-packaged theme designed by bp does not work. that would be funny if this was such a serious problem for me. BTW what theme did you purchase.
Thanks for your help. Does anyone know what is another idea is to getting this working?
Thanks again.
September 30, 2011 at 11:17 am #121552Tahir Taous
Member@mercime
Actually i want to display only titles of posts from categories and tags, i mean if some one click on category or tag only post titles should display from that category or tag, and i want to dispaly 30 post on each page.
please help how can i do this ?September 30, 2011 at 4:58 am #121529rajukkcdas
MemberIf you had installed WP-Framework theme using BuddyPress plugin then please check the below url;
September 30, 2011 at 4:50 am #121528In reply to: BuddyPress Avatar Issues upload avatar problem
rajukkcdas
MemberIf you had installed WP-Framework theme using BuddyPress plugin then please check the below url;
http://devpress.com/forums/topics/trouble-with-avatars/September 30, 2011 at 2:55 am #121524In reply to: 404 Errors on all pages
Blogurp
ParticipantI had that same error on my site. The problem was my theme. Everything else worked perfect except the 404 errors. I had to purchase a BuddyPress 1.5 for sure compatible theme and now my site is running smooth.
September 30, 2011 at 1:38 am #121519In reply to: idea to improve theme integration process
modemlooper
ModeratorI had another idea using get_template_part for the meat and just have files with the structure markup. This would, on the n00b eye, look easier to fix.
get_header
content
padder
get_template_part
padder
contentget_footer
September 30, 2011 at 1:08 am #121516Sketaful
MemberHave you gone thrue the setup of Buddypress (its in on the panel somewhere.
) and switched theme to a buddypress compatible one?September 29, 2011 at 11:29 pm #121509xabbu1974
MemberThanks for that suggestion, I wish I could do that now. But my site is hard crashed with the above error and now I can’t even get into my cPanel to delete anything. To see this go here: http://beaphotopro.com
If I CAN eventually get back into FTP or through cPanel what exactly should I delete to get the site back to normal? or do I need to wipe the site and re-install WP and Buddypress?
What does it mean that it can’t “re-declare” the ajax.php file that was previously declared?
I guess what I’m asking is: is there a way to delete or re-code something to get the site back to normal (with the default BP theme)?
September 29, 2011 at 10:55 pm #121507In reply to: [Resolved] Buddy Press Theme Intergration ???
Chi
MemberYep that sorted it out sticking that extra code into the style.css .. Cheers Bud for all your Help !!
table.forum { margin: 0px !important; }
table.forum tr > td:first-child, table.forum tr > th:first-child {
padding: 15px !important; }div.dir-search { margin: -20px 0 0 !important; }
div.item-list-tabs { margin: 25px 0 20px !important; }
div#subnav.item-list-tabs { margin: -15px 0 15px !important; }
September 29, 2011 at 9:09 pm #121497In reply to: idea to improve theme integration process
Boone Gorges
KeymasterInteresting idea. Patches welcome
September 29, 2011 at 7:11 pm #121488In reply to: [Resolved] Buddy Press Theme Intergration ???
@mercime
ParticipantAdd this to style.css
`table.forum tr > td:first-child, table.forum tr > th:first-child {
padding: 15px !important;
}`You should also install the Firebug add-on for Firefox to help you along with styling your site.
September 29, 2011 at 6:52 pm #121482In reply to: 1.5 and “Pages”
Boone Gorges
KeymasterThe question about theming/shortcodes is not really related to the issue of WP pages in BP 1.5. BP 1.5 uses WP pages in order to integrate into WP menus, to make it easier to change permalinks, etc. There is no integration with the page templates in your WP theme.
In the future, there will be better integration with a wider variety of WordPress themes. Test out the new bbPress to get a sense of what it might look like. It might not involve shortcodes, but it will be something equally easy. In the meantime, the Template Pack is your best bet.
September 29, 2011 at 6:50 pm #121481Boone Gorges
KeymasterI don’t know how to make this work on Windows. It’s not really a BuddyPress problem – I’m guessing that a normal WP installation won’t work either, if you turn on pretty permalinks. Have a look at https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite
September 29, 2011 at 6:42 pm #121479modemlooper
ModeratorThe Header and footer and sidebar and content area are usually in every WordPress template. You need to edit the BuddyPress files added to your theme to match the structure of your theme.
Sometimes the content area is called container or wrapper or something else. You need to match the containing div around the content to the BP files.
In step 3 it shows you a diagram of div markup. If you have never edited code you may need to hire someone to do this. On complex themes it can be a challenge.
-
AuthorSearch Results