-
@mercime replied to the forum topic My Cforms register form is too wide in the group Creating & Extending 13 years, 9 months ago
This is not a BuddyPress issue. The width is generated by the plugin’s stylesheet. You could change the width of your input fields via stylesheet. Change from
`#simplr-form input {
clear: both;
width: […] -
@mercime replied to the topic My Cforms register form is too wide in the forum Creating & Extending 13 years, 9 months ago
This is not a BuddyPress issue. The width is generated by the plugin’s stylesheet. You could change the width of your input fields via stylesheet. Change from
#simplr-form input {
clear: both;
width: 90%;
}to something like:
#simplr-form input {
width: 60% !important;
} -
@mercime replied to the forum topic How can I see a list of all my posts in this forum? [Using Workaround] in the group How-To and Troubleshooting 13 years, 9 months ago
@frank13 since you’ve already changed your name field, you just go to your profile’s activity page and see your forum posts https://buddypress.org/community/members/frank13/
-
@mercime replied to the forum topic Buddypress theme compatiblity help – Collection theme in the group Installing BuddyPress 13 years, 9 months ago
You’re welcome 🙂 Marking this as resolved.
-
@mercime replied to the forum topic Theme Compatibility – Sidebar under content in the group How-To and Troubleshooting 13 years, 9 months ago
@blinkybill01 there’s a get_sidebar call in index.php and none in page.php, Did you want a/another sidebar in your BP template pages? Better yet, could you create a new Page called Test and link it here so I can […]
-
@mercime replied to the topic [Resolved] please help me correct my theme ! — Complete WP Theme in the forum How-to & Troubleshooting 13 years, 9 months ago
Code moved to http://wp.me/p1I84P-1n
-
@mercime replied to the forum topic please help me correct my theme ! — Complete WP Theme in the group How-To and Troubleshooting 13 years, 9 months ago
B. COPY your theme’s sidebar.php file and Save As sidebar-buddypress.php
Open up sidebar-buddypress.php and at the TOP of the file, before all other code, add the following:
Then at the very BOTTOM […]
-
@mercime replied to the topic [Resolved] please help me correct my theme ! — Complete WP Theme in the forum How-to & Troubleshooting 13 years, 9 months ago
@mahdiar Based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If […]
-
@mercime replied to the forum topic please help me correct my theme ! — Complete WP Theme in the group How-To and Troubleshooting 13 years, 9 months ago
@mahdiar Based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If […]
-
@mercime replied to the forum topic Theme Compatibility – Sidebar under content in the group How-To and Troubleshooting 13 years, 9 months ago
@blinkybill01 99% of the time, it’s different instructions for different themes because of the variety of HTML structures/template tags..
== The theme I’m using, and it’s subject to change, is called “The […]
-
@mercime replied to the forum topic [Resolved] Compatibility with InStyle Theme in the group Installing BuddyPress 13 years, 9 months ago
@jomjom the modifications I gave were for the page with sidebar -> page.php
-
@mercime replied to the forum topic problem in replying in the group How-To and Troubleshooting 13 years, 9 months ago
@mahdiar have you done some basic troubleshooting? e.g. Change to bp-default theme and deactivate plugins except BuddyPress.to identify what is causing such behavior. Which WP theme are you using with bp template pack?
-
@mercime replied to the forum topic Avanue theme: Sidebar being pushed down, forum not there either in the group Installing BuddyPress 13 years, 9 months ago
@workingman you’re welcome. Marking this topic as resolved 🙂
-
@mercime replied to the forum topic Keeping WordPress’ Sidebar in the group How-To and Troubleshooting 13 years, 9 months ago
@gyoo if https://wordpress.org/extend/themes/admired is the Admired theme you’re referring to, we already have instructions for BP compatibility process at […]
-
@mercime replied to the forum topic How can I see a list of all my posts in this forum? in the group How-To and Troubleshooting 13 years, 9 months ago
@frank13 @neononcon just go to your profile here at buddypress.org and change “Name (required)” profile field to something other than your username.
-
@mercime replied to the forum topic [Resolved] Installing Buddypress – Several Questions… in the group Installing BuddyPress 13 years, 9 months ago
@sindbad_chen might be a theme issue. Change to bp-default theme.
-
@mercime replied to the forum topic [Resolved] Compatibility with InStyle Theme in the group Installing BuddyPress 13 years, 9 months ago
B. At the bottom of the same 16 files, replace:
!-- .padder --
!-- #content --
?php do_action( '//DIFFERENT HOOKS' ); ?
?php get_sidebar( 'buddypress' ); ?
?php get_footer( 'buddypress' ); ?with […]
-
@mercime replied to the forum topic [Resolved] Compatibility with InStyle Theme in the group Installing BuddyPress 13 years, 9 months ago
@jomjom No wonder the instructions for compatibility for instyle theme last year was not working for you, the code from instyle’s page.php from last year has changed a lot (see http://pastebin.com/1PcjiXK9 from […]
-
@mercime replied to the forum topic How to Install Buddypress along side running blog in the group Installing BuddyPress 13 years, 9 months ago
-
@mercime replied to the forum topic theme problem in the group Creating & Extending 13 years, 9 months ago
@raminjan just use a regular WP theme like Twenty Ten, no need for bbPress version. Check out BP Codex Twenty Ten child theme with BP template pack plugin for reference – […]
- Load More
@mercime
Active 5 years, 7 months ago