Save file.
Search Results for 'theme'
-
AuthorSearch Results
-
March 21, 2012 at 4:30 pm #131749
Slicklips
MemberAnyone? I’m pretty sure it’s got something to do with the way the avatar is being displayed. If I revert back to the default theme the avatar is reduced in size for posts made by members while here its being reproduced at 50x50px?
March 21, 2012 at 2:02 pm #131740In reply to: New user is listed fifteen times in Member Directory
Hugo Ashmore
ParticipantVery little information to go on, no bugs as far as I’m aware but then what version of anything are you running?
Standard response here is all that can be given at this stage. Please disable all third party plugins leaving BP only and revert to bp-default theme if using a custom theme, and then check if issue still appears.
March 21, 2012 at 1:39 am #131721In reply to: Internet Exploreer issue and Create Account issue
@mercime
Participant@shawn38 @crystal-phoenix just to add that for very long blocks of code, use pastebin.com and paste generated URI here

I checked your with IE simulator 6 to 9 online at http://netrenderer.com/index.php and I don’t see the vertical navigation. Know that bp-default theme has a responsive layout wherein the main navigation does go vertical when viewed at smaller widths which should be taken into consideration.
March 21, 2012 at 12:41 am #131717In reply to: Straight to profile information???
@mercime
ParticipantIf BuddyPress is activated and if you have BP-compatible theme, then default landing page when you click on member’s link is activity. You can add code so that default landing page for member’s link is something else. See how to. Btw, what do you mean by “dashboard”? wp-admin?
March 21, 2012 at 12:29 am #131715In reply to: I need Help on Arras WordPress Theme With BuddyPress
@mercime
Participant@videogamerznet don’t know if you’re using stable or beta. In any case, just so we’re on the same page and to move this discussion forward, open up your theme’s updated header.php, copy code, and paste code in pastebin.com, click submit, then post the generated pastebin.com URI here. Do the same for your theme’s updated sidebar.php, footer.php, index.php and page.php
March 21, 2012 at 12:14 am #131713In reply to: Internet Exploreer issue and Create Account issue
9087877
InactiveHas the issue been resolved? If not let me know what version of WP & BP your using along with any plugins! Also, are you using a child theme?
March 20, 2012 at 9:17 pm #131703In reply to: Problem with menu + custom menu won’t work
@mercime
ParticipantMy BuddyPress, a bp-default child theme, has not been updated for version BP 1.5
Compare the header.php of the My BuddyPress” theme to that of bp-default theme’s header.php where the old links in My BuddyPress have not been updated, among other things.
March 20, 2012 at 8:33 pm #131698In reply to: I need Help on Arras WordPress Theme With BuddyPress
videogamerznet
Member@mercime Hello, Here is the link to the Site where I got it and I got the very latest version on it: http://code.google.com/p/arras-theme/downloads/list.
Also I am not having some of the other problems as I have fixed them but I have a problem as some of the stuff will not fit on the site.
March 20, 2012 at 8:04 pm #131696In reply to: Forums not appearing
@mercime
ParticipantWP/BP versions? I’ve seen this happen with an old custom theme which was not updated for latest WP/BP versions. Have you done basic troubleshooting like changing to bp-default theme and deactivating all plugins except BuddyPress?
March 20, 2012 at 7:56 pm #131695In reply to: I need Help on Arras WordPress Theme With BuddyPress
@mercime
Participant@videogamerznet no problem. Where did you download your Arras theme – site URL? There are different sites which do that and I want to know which version you have activated.
March 20, 2012 at 7:28 pm #131690@mercime
Participant@ironjade Ok, I see what you were trying to get at. You need to fix alignment of the BP template pages in line with your theme’s HTML structure which you should go through after Appearance > BP Compatibility.
To proceed with getting the HTML structure in line, open up your Ithaca theme’s header.php, copy all code, paste code in pastebin.com, click submit, then post the generated URL here. Do the same for ithaca theme’s index.php, page.php, sidebar.php and footer.php
March 20, 2012 at 6:38 pm #131685@mercime
ParticipantYes, registration is “off” by default. You turn on registration only if you’re opening up your site for public participation. To enable registration for a single WP site, go to dashboard menu Settings > General – Membership and click on box to allow registration.
As to list bullet points and the BP elements extending past widths set, copy some or part of the style modifications for Twenty Ten child theme per link I gave at the end of the alignment instructions.
March 20, 2012 at 6:15 pm #131683In reply to: Making Denizen Theme Compatible with Buddypress
@mercime
ParticipantB. Copy sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top, above all code contained within, add this
`<div class="”>`
Then at the bottom, below all other code, add this:
`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 file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/denizen/ in the same directory where your regular header.php and sidebar.php are located.
Final note: You might want to check out the style modifications to contain some BP elements as a guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
March 20, 2012 at 6:14 pm #131682In reply to: Making Denizen Theme Compatible with Buddypress
@mercime
Participant@udotorg Based on initial scan, to make your theme compatible with BuddyPress, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php
If you’ve revised any of the BP template files transferred to your evolution theme folder during the BP Compatibility process, please delete the 6 BP folders transferred to your denizen theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. Copy header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the bottom of the file, below other code contained within, add this:
`<?php
$sidebar_layout=get_post_meta($post->ID,’kaya_pagesidebar’,true);
$img_width=kaya_image_width($post->ID);
//sidebar class
$aside_class=($sidebar_layout== “leftsidebar” ) ? ‘one_third’ : ‘one_third_last’;
?><div ID); ?>>
<div id="post-” >`March 20, 2012 at 3:36 pm #131674allentan
MemberOne more question is that when i do a sign up… there is no email send to me.
Based on the tutorial, there is a place to “Turn On the registration”. I couldn’t find that in Buddypress setting… Do i need to turn on registeration.?
Thanks
March 20, 2012 at 3:30 pm #131673allentan
MemberThanks for the info. Its looks better now…. the sign up button abit out. rest are ok.
http://learningdigitalphotography.net/registration/Thanks
March 20, 2012 at 3:20 pm #131671In reply to: Settings Page comes up blank
Paul Wong-Gibbs
KeymasterTake a look at “Member settings pages are blank” on https://codex.buddypress.org/releases/developer-and-designer-information/
Only relevant if your theme was created before BuddyPress 1.5?
March 20, 2012 at 2:34 pm #1316679087877
Inactive@mercime That worked perfectly! Thank you for your help! For anyone else who would like to limit their activity with the load more option still functioning below is the code snippet. Just replace the line of code in your themes activity-loop.php that says:
if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) :
With this one:
if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&per_page=5’ ) ) :March 20, 2012 at 7:59 am #131660@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
``
with the following for registration/register.php:
`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 files.
C. Upload the 6 BP folders containing the 16 files you revised up to your server wp-content/themes/clearphoto/
D. You might also want to check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
March 20, 2012 at 7:59 am #131659@mercime
Participant@allentan there’s something awry with your installation if you keep giving me the code for the Group Directory Index when I ask for your Clearphoto theme’s index.php file. Assuming you have the original zipped file of your Clearphoto theme, I suggest that you delete the clearphoto theme in your server via Appearance > Themes > Clearphoto – delete. Then reinstall Clearphoto for a clean slate.
Activate BP Template Pack plugin and go through Appearance > BP Compatibility process. Again, for a clean setup.
Then download BP Template Pack folders in your theme’s folder in server – /activity, /blogs, /forums, /groups, /members, and /registration
Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Clearphoto theme folder in server during the compatibility process.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('‘,’
‘); } ?>
`
Save files.March 20, 2012 at 2:00 am #131651IronJade
MemberSorry, its a custom theme. I don’t know how to replicate it, my site, thegamersblog.com has been fine with using BP and everything works. I just noticed that the BP run pages are on the page template of Archive. Everything looks correct except the right sidebar is filled with archive page text and throws off the rest of the page pretty badly.
March 20, 2012 at 1:46 am #131649allentan
MemberApologise for the confusion. Here is the mapping..
http://pastebin.com/5QLFbBnz (header.php)
http://pastebin.com/eEqiDzAb (index.php)
http://pastebin.com/EPpc1Mzv (page.php)
http://pastebin.com/Zb8th1EL (sidebar.php)
http://pastebin.com/iwjiyE5D (footer.php)
Let me know if you got any solutions…
March 20, 2012 at 12:08 am #131644@mercime
Participant@ironjade not quite clear on what you mean, could you be more specific as well as give ways for us to replicate the issue. Is this happening on bp-default theme or a custom theme?
March 20, 2012 at 12:07 am #131643In reply to: Logged in username display for BuddyPress 1.5.4
@mercime
Participant@frostdawn suggestion is to upgrade your BP Corporate Theme.
If you feel like tackling the issue yourself, install two plugins: Log Deprecated Notices plugin and the Theme Check plugin. For the first plugin, you will see if there are deprecated template tags with the replacement template tags after a minute or so.
For Theme Check, take care of the results posted with “Warnings” and “Required” items if any. No need to worry about the “Recommended” or “info” issues. if any
March 19, 2012 at 11:57 pm #131641In reply to: removing logged out user message
@mercime
ParticipantWhat message? What theme are you using? Site URi? Testuser username and password?
-
AuthorSearch Results