Search Results for 'theme'
-
AuthorSearch Results
-
November 30, 2010 at 6:53 am #99505
In reply to: change group and forums order
@mercime
ParticipantYou mean the main navigation links? Create a child theme of bp-default theme, copy the header.php file into child theme, open up and revise order of forums and groups, save, then upload to server.
November 30, 2010 at 4:34 am #99499In reply to: Changing Forum Display
LPH2005
ParticipantYou will want to modify the index.php file in your child theme’s forum directory. (/wp-content/themes/childtheme/forums/index.php)
The form action is the important section to modify.
`
`
This is how the page looks: http://www.thechembook.com/tutoring
Important: Make sure you have an original copy (backup copy) of the index file available. Practice locally first. This link will help you with child themes: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
November 29, 2010 at 9:59 pm #99489@mercime
ParticipantFollowing is a walkthrough of the Motion theme with the BP Template Pack https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ .
Per example there, you need to copy Retromania’s HTML structure onto the 13 files within the BP folders transferred to your Retromania theme folder in server. Save revisions and upload to server. You need to copy some styling from bp-default and adjust to taste.November 29, 2010 at 9:05 pm #99487In reply to: Error message has a pink box around it
Virtuali
Participant@hnla, Sounds like I am ticking you off, and you are trying your best to keep your cool.
The only reason I have been posting stuff to help people is because I dealt with a ton of these problems trying to get buddypress into my custom theme, only from trial and error.
You hint in every single topic I post that you want me to leave your forum, so I guess Merry Christmas.
November 29, 2010 at 7:24 pm #99477In reply to: Content cutting off on left margin
@mercime
ParticipantTemplate pack walkthrough might help you
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/You might also want to see how someone created a BP Arras child theme. https://buddypress.org/community/groups/arras-theme-children-for-buddypress/forum/topic/brownbuddy-arras-child-theme-for-buddypress
November 29, 2010 at 4:17 pm #99469In reply to: Lightword theme help
Hugo Ashmore
ParticipantPresuming you have run the template pack plugin on the theme to create BP pages you probably need to now ensure that the markup that lightword uses i.e it’s html element structure and classes or ids are replicated in the BP pages; so take a standard stock lightword file index.php or page.php and compare it to one of the BP files such as activity/index.php you will be looking at those major framwork elements such as <div id=”content”> your BP file must match the elements in the lightword files.
November 29, 2010 at 3:53 pm #99467In reply to: Lightword theme help
billy1111a
MemberWhat code would you like to see, from which files? Ill paste it here when I know which ones.
November 29, 2010 at 1:18 pm #99456In reply to: Lightword theme help
Hugo Ashmore
ParticipantIt’s not possible to help from a couple of images this is about code and specifically the symbiotic relationship between CSS and HTML there can be any number of reasons why an issue can occur and result in the same apparent rendering.
November 29, 2010 at 12:03 pm #99451In reply to: Lightword theme help
billy1111a
MemberOk, I have attached some pictures of my problem. As the website isn’t running yet.
Picture 1: http://d.imagehost.org/view/0295/pic1
Picture 2: http://b.imagehost.org/view/0790/pic2As you can see in picture 1 the sidebar doesn’t show and the text bar overlaps with it.
And in picture 2 , if I scroll down the page the sidebar is actually under the profile.
Would you be able to help or do you need abit more info?
November 29, 2010 at 11:51 am #99450In reply to: Lightword theme help
Hugo Ashmore
ParticipantWould make more sense if you linked to your theme attempt rather than the WP repo, then it would be possible to see what was actually wrong, ‘Sidebar is out of place’ is simply too non descrip.
You have to supply code or a link if you want help.
November 29, 2010 at 7:40 am #99441In reply to: Error message has a pink box around it
Hugo Ashmore
ParticipantThat is something that you must have introduced into your custom theme, it’s not the default styling behavior – but then with some 22 stylesheets it’s going to be difficult to debug.
You will need to use firebug or Opera’s firefly to examine the element and isolate the rulesets that are being applied to that element, sadly a jpg isn’t much help to us in determining what is happening we would need to see the element in action so to speak.
Now with my Moderators hat on: You have been asked now by two moderators at least four times not to bump your posts inside a twenty four hour period. You must now observe this request, otherwise you will find it begins to hurt your rep on the forum and people will tend to shy away from helping.
November 29, 2010 at 4:30 am #99432In reply to: SideBar Whos Online and Recently Active
@mercime
ParticipantNo worries @eor, Yamidoo theme has sidebar style which affected the floats, add this to your theme’s style.css
`div#sidebar div.item-avatar {
width: 40px;
height: 40px;
clear: none;
float: left;
}`@gunju2221 no offense, I had the suspicion that eor’s active theme’s css was affecting the style I gave in WP.org thread, and it did with the clear: both in sidebar divs in addition to item avatar div needed to be reined in and floated
@DJPaul @boonebgorges why is text bold?
November 29, 2010 at 4:20 am #99431In reply to: SideBar Whos Online and Recently Active
eor
Member@gunju2221 I put the css in my style.css of my current theme. I’ve also tried putting it in the bp.css for the template pack.
Am I supposed to be putting it somewhere else?
November 29, 2010 at 3:43 am #99429In reply to: SideBar Whos Online and Recently Active
eor
MemberThank you both so much for helping me. @gunju2221 I’ve tried your css and thats not fixing the issue either. I’m really at a loss. Maybe its something deeper to do with my theme?
@mercime my site url is w w w.endofregulation.com/community
I left the url in the other thread as well so i apologize about having two threads.Thanks again.
eorNovember 29, 2010 at 3:24 am #99428In reply to: SideBar Whos Online and Recently Active
Virtuali
Participant@mercime, the CSS I provided fixes the problem. This issue only happens when they are not using a buddypress default theme.
I had the same issue and I added this, it it fixed the problem.
November 28, 2010 at 10:48 pm #99420In reply to: Child Themes
Tekuan Coleman
Memberok, i will check there. thank you
November 28, 2010 at 10:31 pm #99417In reply to: Child Themes
Hugo Ashmore
ParticipantPlease look through the BP documentation (codex) read up on the child theme guide and the template pack guide which helps you convert WP themes to work with BP pages. If you require further help after reading those or have further questions post back in this thread.
November 28, 2010 at 6:59 pm #99406kkeller22
MemberHello,
extended profiles is enabled. I am using the default buddypress theme. I have permalinks set to non-default. Does it have anything to do with my blog not being my main page (instead of pangeastable.com it is pangeastable.com/my-palate). I’m thinking it may have something to do with the permalinks but I have no idea where to begin correcting this. I’m using yahoo hosting so you can install wordpress through our yahoo admin center. I also tried installing wordpress manually and ran into the same problem.
November 28, 2010 at 6:52 pm #99404In reply to: SideBar Whos Online and Recently Active
Virtuali
Participant@eor, I do have a solution for you! Go into your theme’s custom CSS file, and add the following CSS.
Global Elements
*/}
h1, h2, h3, h4, h5, h6 {
margin: 5px 0 15px 0;
}p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }hr {
background-color:#E7E7E7;
border:0 none;
clear:both;
height:1px;
margin: 20px 0;
}img.avatar {
float: left;
border: 2px solid #eee;
}img.avatar {
background: #ffffff;
padding: 4px;
border: 1px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
/* Add the Shadow */
-moz-box-shadow: 2px 2px 2px #dddddd;
-webkit-box-shadow: 2px 2px 2px #dddddd;
}November 28, 2010 at 5:20 pm #99397In reply to: [Resolved] Sidebars left and right in a fluid theme
pcwriter
ParticipantThanks for the suggestion. I had looked at some grid frameworks, but didn’t want to go that route for this theme. I’m keeping it in mind for future projects though.
@bowromir
Bingo! Silly me and my thick headI was working with fixed-width sidebars. Percentages didn’t even occur to me for them. Your suggestion got me going where I wanted to go with my fluid theme. Thanks a bunch!
November 28, 2010 at 4:39 pm #99394In reply to: Groupblog Plugin questions
David
ParticipantI final got what I was looking for. Here is the code if anyone wants to try it or use it. Paste it in the functions.php of your child themes. What it does is removes the orginal function for the “My Blogs” link in the admin bar and I then made my own function that calls that original function only if the user has a blog. Thus anyone that is just a subscriber to the site will not see the “My Blogs” link in the admin bar (to confuse them).
/* Removes the function from the buddypress/bp-core/bp-core-adminbar.php file in buddypress plugin*/ remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6); /*reset the “MY Blogs” link function so that it only shows for users that have blogs and not subscribers*/ function bp_adminbar_mynew_blogs_menu() { global $bp; if ( !is_user_logged_in() || !function_exists(‘bp_blogs_install’) ) return false; if ( !$blogs = wp_cache_get( ‘bp_blogs_of_user_’ . $bp->loggedin_user->id . ‘_inc_hidden’, ‘bp’ ) ) { $blogs = bp_blogs_get_blogs_for_user( $bp->loggedin_user->id, true ); wp_cache_set( ‘bp_blogs_of_user_’ . $bp->loggedin_user->id . ‘_inc_hidden’, $blogs, ‘bp’ ); } echo ‘ loggedin_user->domain . $bp->blogs->slug . ‘/”>'; _e( ‘My Blogs’, ‘buddypress’ ); echo ‘‘; echo ‘ ‘; if ( is_array( $blogs ) && (int)$blogs ) { $counter = 0; foreach ( (array)$blogs as $blog ) { $alt = ( 0 == $counter % 2 ) ? ‘ class=”alt”‘ : ”; $site_url = esc_attr( $blog->siteurl ); echo ‘ ‘; echo ‘‘ . esc_html( $blog->name ) . ‘‘; echo ‘ ‘; echo ‘ ‘ . __( ‘Dashboard’, ‘buddypress’ ) . ‘ ‘; echo ‘ ‘ . __( ‘New Post’, ‘buddypress’ ) . ‘ ‘; echo ‘ ‘ . __( ‘Manage Posts’, ‘buddypress’ ) . ‘ ‘; echo ‘ ‘ . __( ‘Manage Comments’, ‘buddypress’ ) . ‘ ‘; echo ‘ ‘; echo ‘ ‘; $counter++; } } $alt = ( 0 == $counter % 2 ) ? ‘ class=”alt”‘ : ”; if ( bp_blog_signup_enabled() ) { echo ‘ ‘; echo ‘root_domain . ‘/’ . $bp->blogs->slug . ‘/create/”>’ . __( ‘Create a Blog!’, ‘buddypress’ ) . ‘‘; echo ‘ ‘; } echo ‘ ‘; echo ‘ ‘; } /*checks to see if the logged in user has any blogs. Saves the array values to $blogs and then saves the blog count to $blogcount. The IF statement then will be true if the value is 1 or more thus showing the link in the admin panel for the “My blogs”*/ $blogs = bp_blogs_get_blogs_for_user( $bp->loggedin_user->id ); $blogCount = ($blogs); if ( bp_core_is_multisite() && $blogCount >= 1){ add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_mynew_blogs_menu’, 6 ); }
If anyone has a better (cleaner) way to do this please I would love to see it. I am just in the early stage of learning php so any help would be great. Thanks
November 28, 2010 at 4:29 pm #99391chouxpastry2002
Participantit works on my hosting server was not working on my xamp on my local machine.
November 28, 2010 at 1:26 pm #99390In reply to: [Resolved] Sidebars left and right in a fluid theme
Bowe
Participant@pcwriter why don’t you just use percentages? If you have a fluid width and set the width of the negative margin-right and the content width.
For example:
div#sidebar {
width: 25%;
float: left;
}div.content {
float: right;
margin-right: 26%;
}The code above won’t work, but it’s to give you an idea!
November 28, 2010 at 4:33 am #99383Kevin Murray
ParticipantThere seems to be something wrong with the custom header process with the buddypress theme. I set up images with 1250 × 125 pixel dimensions, but they are then cropped and expanded, so part of the image is missing and the resolution is lowered. Most frustrating. Has anyone found this?
November 28, 2010 at 1:34 am #99376In reply to: [Resolved] Sidebars left and right in a fluid theme
modemlooper
ModeratorHave you tried one of the grid frameworks? I’ve used 960 fluid.
-
AuthorSearch Results