Forum Replies Created
-
Author
-
bananalustParticipant
I have an issue on my homepage (scroll to the bottom please)
When a user clicks on Newest or Popular he is redirected to the member directory.
http://bananalust.com/I saw on your demo that the Our Members area updates on the homepage when a user clicks Newest or Popular – I would like mine to function like your demo. How should I do that?
bananalustParticipantI tried placing this in sweetdate-child/functions.php as well as bp-custom.php files and it didn’t work. Do you have an idea of why that might be the case?
bananalustParticipantHey sorry but the tooltips are fine now.
Just disregard this question.
Thank you
LeahbananalustParticipantThe files are uploading to bananalust.com/album/1 – for me the super admin but the number changes with the user id….
bananalustParticipantSo I did see that the file bp-custom.php had been automatically installed in my wp-content/plugins/bp-custom.php
When I opened it it contained the following code – so I see here that the user images were being set to 35px which is much too small
<?php
if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 35 ); //change this with your desired thumb widthif ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 35 ); //change this with your desired thumb height
?>As 7th Queen suggested I replaced the code in that file with the following – now my user photos are nice and crisp
<?php
if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 120 ); //change this with your desired thumb widthif ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 120 ); //change this with your desired thumb heightif ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 580 );if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 580 ); //change this to default height for full avatar
?>bananalustParticipantDid you want me to put that in the plugins folder????? or the plugins/buddypress folder? Thanks
bananalustParticipantHi JohnDoe – Thanks! That is the Uber Menu that I bought at codecanyon.
http://wpmegamenu.com/
It is easy to install – if you need a hand let me know
Best,
LeahNovember 2, 2013 at 22:40 in reply to: No titles on Author Pages, Tag Pages, Category Pages & the date archive pages #5752bananalustParticipantHi – I got my date archives fixed – but I would still like an explanation as to why there is not h2 title for things like the author page tag page etc.
-
AuthorPosts