Forum Replies Created

Viewing 40 posts - 41 through 80 (of 232 total)
  • Author
  • in reply to: KLEO 3.0 where do i access redirects? #62029
     Abracadabra
    Participant

    Ok, so now the page does not say you are already logged in when you log in again and it doesnt ask to refresh, it simpy allows you to log back in again, but in that case remember me option does not work. Is there a way to have it in a way that people logged in be redirected to profile page when they enter your home url? Thats how everything works if someone is logged in, when they enter URL they dont sign in again, they just get taken to profile page.

    in reply to: KLEO 3.0 where do i access redirects? #62017
     Abracadabra
    Participant

    Im talking about the issue where once someone is logged in, they close browser and comeback, and try to login again it tells them the are already logged in and to refresh the page, when they refresh they stay on the same page, thus they dont know what to do. Once someone is logged in, they should not be shown the login screen again, or when they refresh they should go to (username) page.

    I am pretty sure there is a solution for it now, but how do I do it, some kind of guidance please.

    in reply to: KLEO 3.0 where do i access redirects? #62014
     Abracadabra
    Participant

    Im looking in miscellaneous where facebook login is, but there is nothing there for redirects ?

    Can someone from KLEO please give exact steps on how to fix the FB login issue now.

    in reply to: KLEO 3.0 where do i access redirects? #62012
     Abracadabra
    Participant

    Hi Peter, Im not seeing it…

    Im sorry do you mean Kleo theme options menu? I looked all over there there is nothing for redirects, also buddypress settings there is nothing new there.

     Abracadabra
    Participant

    yes that did it, thank you

    in reply to: Display extra fields Group Member card #61703
     Abracadabra
    Participant

    Awesome 🙂

    in reply to: Display extra fields Group Member card #61701
     Abracadabra
    Participant

    Its the same thread 🙂

    Its all right I will leave it as is although it would be nice to have that extra information on group members.

    When are you guys going to release 3.0, any chance you could tell me that?
    Im planning to release my site this friday, but I cant start without 3.0 and log in redirect fix for facebook that I hope is in it. Do you think it will be out this week?

    Thanks

    in reply to: Display extra fields Group Member card #61691
     Abracadabra
    Participant

    i added that line in kleo and in kleo-child in the specified folder, nothing has changed unfortunately.

    in reply to: Display extra fields Group Member card #61676
     Abracadabra
    Participant

    Hi Laura, thanks but i am not sure what to put and where

    I assume I only use the second code you provided the one with “bphelp_dpioml” in it?

    When I go to /wp-content/plugins/buddypress/bp-groups there are 14 different php files, which one do I use?

    If I entered that code in functions.php would that work?

    in reply to: Display extra fields Group Member card #61630
     Abracadabra
    Participant

    Hello Laura, I’m actually interested in doing this as well.

    I already have custom code in my functions.php that adds extra information to my all members page profiles and I would like to have that visible on group members page as well.

    I have this code:

    COPY CODE
    add_action('bp_directory_members_item', 'bphelp_dpioml');
    function bphelp_dpioml(){
    
    $bphelp_my_profile_field_1='Location';
    $bphelp_my_profile_field_2='Company';
    $bphelp_my_profile_field_3='Position';
      
    
    if( is_user_logged_in() && bp_is_members_component() ) { ?>        <div class="bph_xprofile_fields" style=" margin-left:0 !important; text-align:center !important;"> <br />       
    
    <?php echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_1 );  ?><br />        
    
    <?php echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_2 ); ?><br />         
    
    <?php echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_3 ); ?><br><br />         
    
    </div><?php       }}

    What I noticed is that the information you had given was for bp directory members item as well, so would that work for group members page?

    Im guessing there is a way just to copy the same code but replace the

    COPY CODE
    add_action('bp_directory_members_item', 'bphelp_dpioml');
    function bphelp_dpioml(){

    with something else for it to work with group members?

     Abracadabra
    Participant

    didnt see that thread, searched for different keywords
    thanks Sharmstr

    in reply to: 3.0 with Woo and BP #61260
     Abracadabra
    Participant

    Hi Sharmstr, any idea when 3.0 will see the light of day then? Is it a matter of few days or a couple of weeks now?

    in reply to: Member Customization #60354
     Abracadabra
    Participant

    http://buddydev.com/snippets/tag/add-xprofile-fields-to-the-members-directory/

    I used this information to add extra fields, perhaps it could be of help

    in reply to: Qucik contact error #60323
     Abracadabra
    Participant

    so you use them for hosting and smtp services?
    i thought usually its a third party like mandrill, sendgrid or one of those.

     Abracadabra
    Participant

    Im having the same problem with MSN emails, everything else gmail, yahoo etc is fine.
    i think its an issue with godaddy being blacklisted with MSN.


    @Jonaro
    , to set up these smtp configurations you need to buy a third party service like mandrill, sendgrid etc.. correct? which one would you recommend?

    in reply to: Members not getting verification email #60317
     Abracadabra
    Participant

    HI essach, I actully have the same thing, when i try the smtp it gets sent as test but automatic emails dont get send to msn accounts, i think in my case thats an issue with godaddy and being in some way blacklisted with MSN email accounts. Have you solved this problem?

    in reply to: User Activation Emails Not Being Sent #60316
     Abracadabra
    Participant

    Hi Sante, which smtp provider are you using now and how is your experience?

    in reply to: Qucik contact error #60315
     Abracadabra
    Participant

    HI Christian,
    which smtp provider are you using? im having issues with godaddy emails not going through to MSN and need to use smtp as well. Mandrill seems to be cheap not sure on reliability however.

    in reply to: what meta key is KLEO using to store the fb id? #60260
     Abracadabra
    Participant

    thank you

    in reply to: Download Facebook Avatars Locally #60151
     Abracadabra
    Participant

    Hello, is this still happening with arrowchat and cometchat? I am considering buying one of them and would like to know if that facebook avatar pull issue still exists.
    Thanks

    in reply to: Change BuddyPress navigation menu icons #60125
     Abracadabra
    Participant

    Great thanks Carolina.

    in reply to: Change BuddyPress navigation menu icons #60094
     Abracadabra
    Participant

    I was able to identify which icons I want, but these codes shown do not work.

    in reply to: Change BuddyPress navigation menu icons #60040
     Abracadabra
    Participant

    2. I dont see little tool icon at top to import. Do you mean download webfont?
    3. There is no font-icons.json file in Assets/Fontello/Font, there is a file called config.json. I cant open it properly, when I open it with wordpad its a bunch of text.

    Perhaps Im doing something wrong, but I followed your steps as outlined.

    I want to switch my media icon to (pictures) icon, to the one in the attachment, could you tell me what the identifier is for that circled icon please?

    in reply to: Member Customization #59822
     Abracadabra
    Participant

    Hi Radu I see you have been able to get group members photos to show up correctly, thank you! is it possible to get the names centered as well?

    Also, I wanted to ask, I know that you guys are coming out with new KLEO very soon and it will have login redirects, but I have a specific issue, which I am not sure if it will cover. Is the login fix related to the fact that once someone is logged in and they close the browser window and re-open it while still being logged in by the site, when they go to login again, it tells them they are already logged in and to refresh the page, and when they do that they stay on the same page? in result they dont know what to do to proceed to their profil home.

    in reply to: Member Customization #59742
     Abracadabra
    Participant

    Hi Radu,

    One more thing I discovered, the group members avatars are still blurry and names are not centered in boxes.
    Could you have a look at that please?

    in reply to: Sidebar widget text/layout issue #59619
     Abracadabra
    Participant

    Sure, thanks

    in reply to: Member Customization #59601
     Abracadabra
    Participant

    screenshot

    in reply to: Member Customization #59600
     Abracadabra
    Participant

    Thanks Radu,I see all members looks good now, but Friends/Requests is still blurry.

     Abracadabra
    Participant

    Awesome thanks again Sharmstr

    in reply to: Member Customization #59454
     Abracadabra
    Participant

    Hi Radu, yes I see that requests now have a large picture but still blurry.
    Every time I do something with code I crash the site, cou you please have a look? My FTP is

    Hostname: arystokrata.com
    Port: 22
    SFTP Username: arys2401299732
    Password: yAVE-0P0}Ks

    also would you happen to know how to correct this on the attachment? add friend overlaps the avatars for people you may know and group suggestions, i dont konw why that happens, the regular members widget does not have any spacing problem.

    in reply to: Member Customization #59412
     Abracadabra
    Participant

    I have changed around layout of members list a bit, but same issue remains, for main avatar on profile pictures upload fine, but on all members page and friends they are blurry.

    Also, on friends request screen the picture is misaligned and small.

    I sent 2 requests to Laura Kleo login, you can see it there.

    It also seems that users that log in through facebook show fine on members and friends pages, but ones registered normally do not.

    http://arystokrata.com/
    Username: Laura
    Password: kleo1234

     Abracadabra
    Participant

    thanks

     Abracadabra
    Participant

    Is there perhaps a way to lock the footer at the bottom of a page similar to choosing a sticky top menu?

     Abracadabra
    Participant

    & nbsp ;

     Abracadabra
    Participant

    entering   should have been

     Abracadabra
    Participant

    I realize that I can push it down by entering ” ” multiple of times, but that is not a real solution.
    If i push it down enough to be viewed properly on a 19 inch screen its still going to look bad on a 25 inch screen. It would be nice to have a dynamic solution which adjusts for screen sizes in cases that there is not enough text for footer to be pushed all the way down by text/content.

    in reply to: KLEO shortcodes and other things that are available #59182
     Abracadabra
    Participant

    ok thanks that makes it easier having them all accessible in one place, thats what I was looking for.

     Abracadabra
    Participant

    Hi Laura,

    arystokrata.com

    Username: Laura
    Password: kleo1234

    http://arystokrata.com/contact

    this page in particular looks bad as it has the least content, imho the black footer stripe should be always at the bottom of page no matter what size screen I am looking at.

    in reply to: Member Directory Actions Buttons #59129
     Abracadabra
    Participant

    thanks thats very valuable! I was able to figure out how to hide a button on group members page by using your guide.

    in reply to: Member Directory Actions Buttons #59121
     Abracadabra
    Participant

    I have tried using the code provided here to hide Add friend and Private message buttons from all members list and it did not work for me. Does anyone have something that works in CSS edit for that? There is also add friend button on group members list that I would like to get rid of.

    Thanks

Viewing 40 posts - 41 through 80 (of 232 total)

Log in with your credentials

Forgot your details?