Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • in reply to: Where is the code for [top_members] #8281
     bananalust
    Participant

    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?

    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573

    in reply to: Where is the code for [top_members] #8251
     bananalust
    Participant

    Thank you Abe!

    in reply to: turning off linking words in users profile text #7694
     bananalust
    Participant

    I 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?

    in reply to: Tooltips aren't working #7477
     bananalust
    Participant

    Hey sorry but the tooltips are fine now.
    Just disregard this question.
    Thank you
    Leah

    in reply to: buddypress album – how to install #6958
     bananalust
    Participant

    The files are uploading to bananalust.com/album/1 – for me the super admin but the number changes with the user id….

    in reply to: Very low photo quality for user profile #6171
     bananalust
    Participant

    So 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 width

    if ( !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 width

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 120 ); //change this with your desired thumb height

    if ( !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
    ?>

    in reply to: Very low photo quality for user profile #6170
     bananalust
    Participant

    Did you want me to put that in the plugins folder????? or the plugins/buddypress folder? Thanks

    in reply to: Very low photo quality for user profile #6169
     bananalust
    Participant

    Hi 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,
    Leah

     bananalust
    Participant

    Hi – 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.

Viewing 9 posts - 1 through 9 (of 9 total)

Log in with your credentials

Forgot your details?