Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 55 total)
  • Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    any suggestions ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    any help ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    thanks

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    any solutions please ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    thanks @mercime
    actually I was using this .

    and it was creating the problem , now after I removed this line , its all ok ….

    but the other problem I mentioned about unable to change the default-header.jpg image from the default.css #header , it still persist …

    can you please show me some light ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    thank for the suggestion but I actually want a solution for these problem, later will be thinking about supporting browsers …
    is there anybody to actually provide some help in these issue ?
    I’m testing this in localhost ..

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    @hnla
    Kindly have a look into this topic, please

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    any help would be fine , please

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    can anyone help please ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    please have a look
    thank you

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    @LPH2005 Thanks a lot for your quick response ….

    I went through the yellowboxstudio.com’s write-up on techboise.com .. Its nice….

    But a step-by-step guide to implement jquery parallax on buddypress-default theme like techboise would be great

    note: as I couldn’t understand how a single jpg file would do such thing (as only one jpg image is address in the css) when yellowboxstudio’s wrtie-up say the concept of 4 layers

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    for me its loading great , don’t what the issue , but this site has one of the beautiful theme on the platform of buddypress default theme …

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    Firstly I would like to thank you about this great plugin
    Secondly because you are so supportive

    Thanks a ton !

    Just a thought :)
    Can the “Add Friend” and “Cancel Friend” option in the Bubble be ajaxed ? so that the page doesn’t reload ! It would be great !!!

    Thanks

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    Thanks A lot :)
    One more thing ! I’m getting mention and PM option link when hovering over my own avatar ….

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    will this be solved in the next update ? then I will rather wait for that :)
    thanks

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    any clue please ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    :) Invite anyone is an awesome plugin, only invitation plugin with multiple email sending feature….
    with it , some thing free would be much nicer :)
    thanks

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    One question ! Point no #3 Human Verification , you mention about WPMU Dev premium plugin ? Can you please tell the name of that plugin ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    yes now I understand a bit
    A lot of thanks to you @hnla :)

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    :) Thanks

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    Yes atlast … Thanks a lot @hnla and also @rogercoathup :)

    `
    function cancel_header_padding_for_no_adminbar() {

    if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar == false) ?>

    body {padding-top:0;}
    <?php
    }
    if (!is_user_logged_in())
    add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
    `

    but One stupid question :
    what is the difference between `!is_user_logged_in()` and `is_user_logged_in()` ?

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    I tried this but it didn’t worked , same thing is happening , Sorry :(
    `
    function cancel_header_padding_for_no_adminbar() {

    if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar == false && !is_user_logged_in()) ?>

    body {padding-top:0;}
    <?php
    }
    add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
    `

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    Thank I’ll try and get back to you

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    @MrMaz
    I find an issue here
    On users profile page BP links tab is displayed at the begining , I mean even before Activity tab …
    Like it should be Activity, Profile, Blogs, Messages, Friends, Groups …. and then Links , but in my site its displayed
    Links, Activity, Profile … and so on …. What should be done to display link as it should be ?

    will some thing like this work ?
    `define(“BP_LINK_POSITION”,50);`

    Avatar of anindyaray
    anindyaray
    Member

    @anindyaray

    @hnla , @rogercoathup : One thing I donot understand (surrendering that I am a novice) , the snippet suggest that `if user is logged in then the condition is to padd 0px` , but what is need according. to the scenario is `if a user id logged out the padd 0 px , else padd 25 px`
    isn’t it ?

    `
    function cancel_header_padding_for_no_adminbar() {
    if (is_user_logged_in())
    body {padding-top:25;}

    else(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false) ?>

    body {padding-top:0;}
    <?php
    }
    add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
    `

    could it be like this ? I have not tested as I think it has some syntax error

Viewing 25 replies - 1 through 25 (of 55 total)