Search Results for 'theme'
-
AuthorSearch Results
-
@mercime
ParticipantRe Problem 1)
What theme are you using? Change to bp-default theme and see if behavior is corrected.Re Problem 2)
Again, could be a theme issue.November 14, 2011 at 5:15 pm #124381In reply to: Where are my sub-menus? – Graphene Theme
@mercime
ParticipantThe easiest way is to place all your styling modifications at the very bottom of your graphene theme’s style.css file and keep a backup of your modifications. Add something like this `/* BP Template Pack mods */` before your mods.
November 14, 2011 at 5:10 pm #124379In reply to: Custom Theme “New Topic” Dropdown Action
@mercime
ParticipantWhich WP theme are you using? If you clicked to “Disable .. CSS” or “Disable … JS” in BP Compatibility process, then enable it back again. Change to bp-default theme and check if behavior is corrected.
November 14, 2011 at 10:35 am #124367In reply to: Register Page Doesn’t Work
@mercime
Participant@Cindy_Hazuka it’s better to start a new topic. When you do, please give more information like
– WP/BP versions?
– Single/Multisite WP installation?
– What theme are you using? Child theme of bp-default theme or a WP theme with BuddyPress Template Pack plugin or a custom theme?November 14, 2011 at 10:20 am #124364In reply to: BuddyPress trouble with Theme Compatibility
@mercime
Participant@Kennr you don’t have to post in two groups. Answered your query at https://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-trouble-with-theme-compatibility/
Closing this topic now.November 14, 2011 at 10:16 am #124362@mercime
Participantactivity/index.php = open it up with a text editor. At the very top of the file,
replace:
``
with:
`
<?php if (get_option('professional_integration_single_top') ” && get_option(‘professional_integrate_singletop_enable’) == ‘on’) echo(get_option(‘professional_integration_single_top’)); ?><?php if (get_option('professional_integration_single_top') ” && get_option(‘professional_integrate_singletop_enable’) == ‘on’) echo(get_option(‘professional_integration_single_top’)); ?>`At the bottom of the same file,
replace:
``
with:
`
<?php if (get_option('professional_integration_single_bottom') ” && get_option(‘professional_integrate_singlebottom_enable’) == ‘on’) echo(get_option(‘professional_integration_single_bottom’)); ?>`
Note that I did not include “ at the top of the file and therefore did not include “ at the bottom of the file.
Save /activity/index.php file and do the same on the remaining 15 files as listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
… except for /registration/register.php where you do the same at the top of the file but at the bottom of the register.php file, the replacement is:
`
<?php if (get_option('professional_integration_single_bottom') ” && get_option(‘professional_integrate_singlebottom_enable’) == ‘on’) echo(get_option(‘professional_integration_single_bottom’)); ?>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 all and upload BP folders with revised template files to server wp-content/themes/professional/
November 14, 2011 at 9:34 am #124359In reply to: [Resolved] Steps for theme compatibility not working
@mercime
ParticipantJust to clarify
– Was “The Morning After” theme activated when you installed and activated the BP Template Pack plugin and ran Appearance > BP Compatibility?
– Did you use the first method (16 template files change) or the second method (header-buddypress.php etc) to fix alignment? https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfilesOpen up TMA’s header.php, page.php and footer.php, copy source of each and post to pastebin.com. Click submit and post the generated URL/s here.
November 14, 2011 at 9:11 am #124358In reply to: How to remove www.HubTank.com sidebar of BBPress :D
@mercime
ParticipantIt depends on your WP theme. Did you use the first or second method to complete the BP compatibility process when fixing alignment? You could do full width for the BuddyPress directory pages only if you used the first method.
If you want full width (no sidebar) for directory pages only, then delete “ from:
/activity/index.php
/forums/index.php
/groups/index.php
/members/index.phpIf you’re referring to all the BuddyPress pages, then create a blank sidebar-buddypress.php and upload to the root of your active and preferred WP theme.
November 14, 2011 at 7:27 am #124354In reply to: [Resolved] Steps for theme compatibility not working
jugularbean
ParticipantThis is urgent and I’m willing to pay for support/help.
November 14, 2011 at 6:19 am #124343In reply to: [Resolved] Steps for theme compatibility not working
jugularbean
ParticipantI’m using “The Morning After”, free theme from woothemes.com
The theme has the following div
``So I replaced the following two divs from the original activity/index.php
``
with the div from my theme and then uploaded back to FTPHowever when I look at the code for the /members/admin/activity/ page the old code is showing.
I even tried deleting the index.php from the server and uploading it, and I have disabled my browser cache to avoid the old page from loading, but it still shows the old code.
November 14, 2011 at 4:46 am #124340aces
ParticipantCouldn’t you do something along the lines of the walled garden technique: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/privacy-3/#post-113808
November 14, 2011 at 3:57 am #124337In reply to: Pages not working
OverSizedRabbit
Memberidk if that would help i tried the default themes it must be something to do with the plugin not loading the page but idk
November 14, 2011 at 3:36 am #124336dude
Memberbump also have a receding hair line over this but with the buddypress default template with child theme
help needed please
November 14, 2011 at 3:31 am #124335In reply to: Pages not working
tomcat_meow
MemberHey join the group…lol I’m in the same boat and have been trying to fix this problem with no results for two weeks or more… no one in here seems to know. I’m thinking of just clearing out the whole bp theme and starting over with something else.
November 14, 2011 at 2:49 am #124334In reply to: How to edit the Buddypress default theme navigation?
dude
Memberusing bp 1.5 default with child theme, wp 3.2.1
November 14, 2011 at 2:43 am #124333In reply to: How to edit the Buddypress default theme navigation?
dude
Membersorry to barge in here, i cant start a new topic hense this post
does anyone know how i can hide my sites menu (activity, members, groups, forum) navbar from un-registered / logged-out members..?
thanks in advance
November 14, 2011 at 1:55 am #124332In reply to: Movable Theme and it’s widget (Tabs) broken
Tommy White
ParticipantThey are using an outdated jquery 1.2.6 I think which is why BP has conflicts.
November 13, 2011 at 11:21 pm #124329@mercime
ParticipantYou’re welcome
November 13, 2011 at 10:55 pm #124327In reply to: Where are my sub-menus? – Graphene Theme
junglejinge
MemberI’ve shoved it in anywhere and it hasn’t worked.
November 13, 2011 at 10:27 pm #124325In reply to: Where are my sub-menus? – Graphene Theme
junglejinge
MemberOK, I;ve found the graphene theme stylesheet, but I don’t know which section to put it in. Header , sidebar main page?
November 13, 2011 at 8:47 pm #124347In reply to: Google reader and sitewide activity
socratic42
MemberHi mercime ~ thank you
I put : http://socraticmama.com/feed/ into the Google Reader subscription box & your solution works perfectly, but it doesn’t solve the problem for those who now newly subscribe to SocraticMama. The problem is I will have to tell each new subscriber to enter http://socraticmama.com/feed/ manually into Google Reader. Is there any way to have my RSS feed, not my sitewide activity, as the automatic default for Google Reader?
Another poster had the same problem 6 months ago & a solution was provided by Mikey3D, but I don’t know how to apply the solution in my case:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/trouble-with-google-reader-and-sitewide-activity/
I can’t match it to the advice given by Mikey3D. This is because the terms ‘Blog Posts RSS Feed’ & ‘Blog Posts Atom Feed’ are not in my header.php ~ see here:<html xmlns="http://www.w3.org/1999/xhtml" > <meta http-equiv="Content-Type" content="; charset=" /> <title></title> <link rel="pingback" href="" /> <?php if ( is_singular() && bp_is_blog_page() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); wp_head(); ?> <body id="bp-default"> <div id="header"> <div id="search-bar"> <div class="padder"> <h1 id="logo"><a href="" title=""></a></h1> <form action="" method="post" id="search-form"> <label for="search-terms" class="accessibly-hidden"></label> <input type="text" id="search-terms" name="search-terms" value="" /> <input type="submit" name="search-submit" id="search-submit" value="" /> </form><!-- #search-form --> </div><!-- .padder --> </div><!-- #search-bar --> <div id="navigation"> false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?> </div> </div><!-- #header --> <div id="container">Using the WordPress 3.2.1 and Buddypress 1.5.1 with default BuddyPress theme. I am also using the multiple groups forums
November 13, 2011 at 8:07 pm #124321In reply to: [Resolved] Steps for theme compatibility not working
@mercime
Participantwp-content/themes/[themename]/activity/index.php = should be right.
What WP theme are you using? Double check if your WP theme also has div with same ID e.g. div id=”content” showing up twice in HTML structure.
November 13, 2011 at 8:01 pm #124320In reply to: Steps for theme compatibility not working
@mercime
ParticipantClosing this. Duplicate of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/steps-for-theme-compatibility-not-working/ — mercime
November 13, 2011 at 7:48 pm #124319yeronimo
MemberIt works!! Thank you so much!!
November 13, 2011 at 7:10 pm #124317In reply to: Where are my sub-menus? – Graphene Theme
junglejinge
MemberThat’s not the only thing either, half of the pages still have the wrong padding, please view Members & Activity.
PS. There are loads of style sheets, which one?
-
AuthorSearch Results