Forum Replies Created

Viewing 40 posts - 121 through 160 (of 232 total)
  • Author
  • in reply to: Member Directory Actions Buttons #58589
     Abracadabra
    Participant

    I am having the same issue actually with the block button, I want it removed and developer for that plugin does not respond. A solution to this issue would be to use KLEO’s shortcodes for masonry/grid/carousel that only show pictures without any buttons, but the issue there is that they dont show any user information, not even a name.

    in reply to: Extra square next to 'add friend' button #58562
     Abracadabra
    Participant

    Hello, I came on this thread looking for some answers and wanted to ask something.
    How can I get my members page to look like in post #58010 here?

    Is that a Kleo shortcode that allows extra fields to be inputted or is it extra plug in? I also want to add location to those boxes.
    Thanks

     Abracadabra
    Participant

    Ok fair, enough at least an option to import all main profile pictures however, and giving them an option to just one for avatar, just like any other facebook login.

     Abracadabra
    Participant

    that works thank you

     Abracadabra
    Participant

    I also want to add some space between top of my page and my logo, right now it touches the top i need to move it down a bit, i typed in this code but it doesnt seem to change anything. Is my logo too big ?
    .logo img {
    margin-top: -5px !important;
    }

     Abracadabra
    Participant

    I also want to add some space between top of my page and my logo, right now it touches the top i need to move it down a bit, i typed in this code but it doesnt seem to change anything. Is my logo too big ?
    .logo img {
    margin-top: -5px !important;
    }

     Abracadabra
    Participant

    Hi Andrei, the site is
    http://arystokrata.com/

    admin log in for the site.

    Username: Laura
    Password: kleo1234

    For #5 I looked all over the board, and this code should solve my issue but it does not because this weird icon shows up and media is not in spot #2 as well.

    For #6 can you tell me what CSS I can type in to increase the avatars size?

    /* my tab order settings */
    function bbg_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav[‘profile’][‘position’] = 10;
    $bp->bp_nav[‘media’][‘position’] = 20;
    $bp->bp_nav[‘notifications’][‘position’] = 30;
    $bp->bp_nav[‘messages’][‘position’] = 40;
    $bp->bp_nav[‘friends’][‘position’] = 50;
    $bp->bp_nav[‘groups’][‘position’] = 60;
    $bp->bp_nav[‘forums’][‘position’] = 70;
    $bp->bp_nav[‘orders’][‘position’] = 80;
    }
    add_action(‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );

    /* my members landing tab */
    define(‘BP_DEFAULT_COMPONENT’, ‘profile’ );

     Abracadabra
    Participant

    Hi Andrei, yes I would like help with few things.

    1) on Register screen, underneath the log in with facebook icon, there is this text “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.” I want to delete this.

    2) When you enter wrong username/password you get this Bold faced exclamation point and ERROR: before the “The password you entered… ” I want to delete that triangle with exclamation point and ERROR text.

    3) If someone does not have anything in media gallery, you get this text “Oops !! There’s no media found for the request !!” Why the Oops and 4 exclamation points? I want to change it to, No media found.

    4) One of my tabs for Forums page is missing arystokrata, it only shows Forums| ,all the other pages are Something|Arystokrata. I would like to change it to Forums|Arystokrata

    5) Functional icons for non admin profiles end with V in a circle, and that serves no purpose, instead it takes up one space which prevents media to be shown on that line. Media should be in spot #2 after Profile. How can I get rid of that V in a circle? (Screenshot2) I have this code which places media in spot #2 but it does not seem to work

    $bp->bp_nav[‘profile’][‘position’] = 10;
    $bp->bp_nav[‘media’][‘position’] = 20;
    $bp->bp_nav[‘notifications’][‘position’] = 30;
    $bp->bp_nav[‘messages’][‘position’] = 40;
    $bp->bp_nav[‘friends’][‘position’] = 50;
    $bp->bp_nav[‘groups’][‘position’] = 60;
    $bp->bp_nav[‘forums’][‘position’] = 70;
    $bp->bp_nav[‘orders’][‘position’] = 80;

    Also Media has a “Play” button as an icon, is it possible to change it to a Photo icon?

    6) I would like to increase the size of avatars on all members page, right now they are too small. I would also like to be able to add more information to those boxes, something I really think you guys should consider, at least location, but preferably any field of our choice. Is there a way to do this easily? I was using a plug in for that but it creates issues elsewhere in the site.

    Alternatively, you guys have awesome shortcodes which show pictures only, looks very good! as those pictures are larger than standard, however there is zero information on them, not even a name, thats not good, we cant just have a wall of pictures without even names on them.

    I have posted some of those ideas on your pages.

    Thank you.

    in reply to: Tos (terms of service on registration and login) #58207
     Abracadabra
    Participant

    I agree a 100%, but for the time being this is what I am personally using.

    in reply to: Tos (terms of service on registration and login) #58166
     Abracadabra
    Participant

    Agreeable plugin is pretty good for that.

    in reply to: Visual improvements to all members/directory page #57990
     Abracadabra
    Participant

    yes, that worked thank you.
    What you guys could do that would make this even better, displaying a name when you hover over the picture.

    in reply to: Visual improvements to all members/directory page #57920
     Abracadabra
    Participant
    in reply to: Visual improvements to all members/directory page #57917
     Abracadabra
    Participant

    carousel shows fine, but in grid, the boxes with no avatars are about twice as big as boxes with pictures on them. This is really beautiful work, it actually solves a lot of issues I wanted to take care of with hiding buttons and activity time stamp.

    in reply to: Visual improvements to all members/directory page #57913
     Abracadabra
    Participant

    Hi Andrei, thanks for that information. I set up a new page and pulled up that member grid, got this
    [kleo_bp_members_grid type="newest" number="12" size="150" class=""]
    However the page does not look good, pictures are different sizes, is there a how to do description for this somewhere?

    in reply to: Visual improvements to all members/directory page #57904
     Abracadabra
    Participant

    imho this is way too good to have it as a shortcode, would be nice to have it as option in kleo menu, switching between different views for all members page.
    where can i find those shortcodes and how would I set this up?

    in reply to: Visual improvements to all members/directory page #57868
     Abracadabra
    Participant

    Hi Guys, the examples on Buddypress Members look really good, thats exactly what i want, only pictures, how do I acces this, is this a plugin ?

    in reply to: Keep Admin out of Recently Active Members #57751
     Abracadabra
    Participant

    Unless its complete hiding, which it should be, it would also be useful to delete add as a friend and message on admins profiles.

     Abracadabra
    Participant

    Hi Laura, another thing. On forums when there is nothing there I see this text “Oh bother! No topics were found here!” I think it was meant to be “brother” Again as with the message for wrong input of password there is no need for !s to emphasize that something is missing or wrong, subconsciously it leaves the wrong impression. Why not just have. “No topics found”

     Abracadabra
    Participant

    Hi Laura, one more thing I noticed which I think you might want to change.
    When you enter wrong username/password you get this Bold faced exclamation point and ERROR: There is no need for that, I feel being scolded or something, the text you have there.. “The password you entered… ” is enough.

     Abracadabra
    Participant

    Hi Laura, few things I would like help with, some of which I think you should implement in your template in order to make it more appealing to community builders.

    1) on KLEO log in, when you click lost password, window pops up to enter username/email, on the bottom there is a link “I remember my details” That sounds odd, if you had “Back to Login” that would look much better. Also, I think it would look better centered vs right aligned now

    2) on Register screen, underneath the log in with facebook icon, there is this text “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.” This also sounds odd, I dont think you need anything in that place its self explanatory.

    3) When a certain action takes place for example you cancel a friendship, a message pops up friendship cancelled and it is stuck on the screen you have to click on something else to get rid of this, there are other messages that dont disappear I forget which ones, they should show up for lets say 5 seconds and disappear by themselves.

    4) All members page/directory, Avatars should be bigger, right now they are miniatures, I would say 100% bigger. Also, there are (Add friend) and (Private message) buttons on that box, and time stamp of last active, they should all not be there. All that box should have in directory is a larger picture and name. If they want to connect or send a message they should have to click on profile first, as is now, someone can add everybody on the website in a matter of minutes. Last active is an invasion of privacy. Getting rid of add friend and private message should be easy as ones own box doesnt have them, but it still has time stamp of last active and small avatar. I think in terms of avatars you mentioned that can be enlarged in CSS. (Screenshot1)

    5) On members profile page under base.. on your demo profile, Nickname – Laura Kleo, the Laura Kleo is in blue and is a link, when I click it, it does a search for Laura Kleo, and it goes on that way fo every other entered field, the answer is blue and a link, I dont understand this at all, how can I deactivate these searchable links and just have an answer there in blue with no link attached. (Screenshot2)

    6) Your messaging on Groups, Forums and Media buttons when there are no items is inconsistent.
    If somebody did not subscribe to any groups, “There were no groups found.” on a colored line.
    If somebody did not subscribe to any forums, Forum Topics Started,This user has not created any topics.
    If somebody does not have any media, Media Gallery, Oops !! There’s no media found for the request !!

    I personally think your format and font variation for Forums is the best, you should make it the same for the other two to make it consistent, right now they are all different:

    Groups joined, This user has not joined any groups.
    Media, This user has not uploaded any media.

    Some things specific to my site I believe…

    7) Upon new registration, when you go to friends-requests, there are automatic pending friend requests from everybody on the site, have you guys heard about that before, is this specific to KLEO? (Screenshot3)

    8) Forums in Kleo Menu has an issue, it works fine on admin profile, although in tab its missing arystokrata, it only shows Forums|… all the other pages are Something|Arystokrata. On non-admin profile when I click on Forums in Kleo menu i get a Error 404 page not found. On admin profile it works I see all forums which I as admin started. By the way you should get rid of “This is somewhat embarrassing, isn’t it?” its a subconscious message which leaves negative impression without even realizing that.

    9) Icons for below avatar picture end with V in a circle which is non-functional, media should be in its place in spot #2 after Profile. How can I get rid of that V in a circle? (Screenshot2) Also Media has a “Play” button as an icon, is it possible to change it to a Photo icon and change the name of that tab to Photos?

    10) Will google search pull up first and last names off my website in its search results?

    11) I have rechecked the last two slides on different mobile phones, still not visible, Im guessing its an issue with carriers here in the US.

    Thanks Laura!

     Abracadabra
    Participant

    Another idea which would make the all members page/directory much better for communities.

    There is no need to have add friend/cancel friendship and private message buttons on boxes on all message page, also last activity should not be there, its a bit invasion of privacy. This also enables abuse, as someone can add everybody as a friend in very short time. They should have to click in on profile to message and to add as a friend.

    All members should only show Picture and Name thats all.
    If you could give us this option that would be great.

    in reply to: Report Profile button on profiles #56071
     Abracadabra
    Participant

    Thank you!

     Abracadabra
    Participant

    Hi Laura, all of those are fine since they already know whose people, however all members page should have bigger pictures since there they are looking for new friends there, and right now they are very small.
    sitename.com/members/

     Abracadabra
    Participant

    I did not realize that I can just deactivate activity function in bbpress menu, I did this and all of those things disappeared, however my menu icon now still shows some weird checkmark inside a gray circle after forums. I took out the $bp->bp_nav[‘activity’][‘position’] = 30; line. media should be in spot #2 and its still in extra dropdown menu under big + . Is there a way to change the icon for media? Right now it shows a “play” icon which is more for movies, since I will only have photos I would like for it to say photos, and have an icon of photos.

    The search engine stopped working now that its set up to show results in that page and not members. When I click search nothing happens, just another page of search criteria opens up.

    Also, I updated to new KLEO, did you guys fix the Facebook login and add additional photo and basic info import?

     Abracadabra
    Participant

    Hi Laura, yes removing activity function would solve my issues, although if I do that I am left with favorite option on some of the pages which then wont do anything but thats ok.

    I think if you guys offered a KLEO plug in for this, that would give you nice exposure since one does not exist yet, and this problem has been on boards many times with no true solution. These options that everybody sees everything in activity feed and on home tab of groups are truly useless, the twitter like @ system is the same thing, its only appealing to very narrow audience. so having a plug in would be very nice.

     Abracadabra
    Participant

    3. There is no way to hide the tab at least? I find that function completely useless its the same as all members acttivity feed showing everything thats going on the site and in this case in a group.

    4. I want to disable this activity function all together and hide the icon. I dont want them to post anything outside of forums.

    5. Yes, that code you provided me with did not work, all those fields in blue are clickable, when I click the blue items it does a search for those items. There is no reason for this.

    Question if I can, once somebody logs in, I would think that they should remain logged in until they themselves log out or I clear the cache, but sometimes they just get logged out. Is there a function in buddypress somewhere that allows me to specify for how long they should remain logged in?

     Abracadabra
    Participant

    If you can help me with these things that would be great.

    I set up a page called (search) to be able to place my widget (BP profile search plugin) on kleo menu. On the new Search page I put in the shortcode for it [bps_display form=2850] but it does not show the search page but instead it redirects to my homepage url.

    When I look at other profiles, two boxes under picture, cancel friendship or cancel friendship request and private message overlap the picture. The same thing happens in groups, underneath the group picture, Group admin text and small avatar overlapp the picture.

    In any Groups’ homepage, getting rid of Home Icon completely.

    In Profile-Members/username getting rid of Activity Icon completely.

    In profile – base section, deactivating links from Answers in blue.

    Ever since upgrading to new version of buddypress my log in / log out stopped working properly.
    I was using this plugin Custom Login URL to change the 4 authentication permalinks to hide wp from it.
    /login,/register/lostpassword/logout instead of original URLs with WP in them.
    Somewhow this does not work anymore, my /register page does not work, my sign in button on the front page points to /wp-login.php instead of/login. Lost password link on kleo fb log in points to /#kleo-lostpass-modal instead of /lostpassword. I Installed Peter’s login redirect but dont know how to change those 4 urls there. Another issue which I always had is that once a users login times out they do not get taken to homepage but to original wp login screen, which I changed, but it looks terrible on mobile, I dont want that screen to be visible ever, I would always like them to be directed to homepage to login.

    Also, I think you guys are working on this, with Kleo facebook login in there is a problem once they do the first time they get redirected to homepage instead of profile page.

    Finally, 2 images in my revolution slider, #3 and #4 are not visible on mobile phones, they are fine on a pc, laptop and ipad, but not on mobile, they are simply not visible there i can only see those two black buttons, thats both for android and iphone.

    Thanks Laura

     Abracadabra
    Participant

    Hi, Laura, I need to check everything out again, after I upgraded to buddypress 2.2 some things changed.
    I will come up with a comprehensive list here in a day or two.

     Abracadabra
    Participant

    Thanks Adndrei. I was thinking it might be a good idea for you guys to set up FAQ sections for KLEO just like you have something like that for installing it, it would save a lot of time for you guys since there would be a lot less repeating questions on here. All of these little things on how to and plug in suggestions for solving issues.

    One universal issue which Im sure comes up over and over on here, is redirecting after login and log out, I still have not solved that problem enitrely after all of these time, I have multiple plug ins doing that for me. I realize that you are working with Kleo-FB log in, but it would also be nice if you had some kind of out of box solution for regular wp login/logout if people elect to keep it, a place for us to enter where they get redirected after log in and after log out.

     Abracadabra
    Participant

    It seems that cancel friendship request box overlaps the avatar. Im attaching a screenshot

     Abracadabra
    Participant

    Hi Laura, I see some changes but I can still see text under my profile picture, groups and forums tabs got moved over to under big + dropdown menu. In Sitewide activity, all members column is still visible, and in my favorites everything is shown instead of just my favorites.
    Also, another thing I asked somewhere else, on pages which I myself created in the footer, terms&conditions, privacy policy, contact, how do I get the footer to default to bottom of page, right now its in the middle of page.

     Abracadabra
    Participant

    Hi Laura i just sent you the information to your email.
    Hostname: arystokrata.com

     Abracadabra
    Participant

    Hi Laura,

    you have admin access under laura@seventhqueen.com account.
    I will email you the ftp details to that address once I find out what they are.

    I think the activity feed only shows the friends stuff now, but I want to delete those two columns (all members) and (mentions) in site wide activity and that text that still appears under photo.

    I think it would be great if you guys offered that as an option for Kleo, converting the template to friends only with one click, by eliminating those things, perhaps a KLEO plug in? I am sure Im not the only one looking to make the site this way.

     Abracadabra
    Participant

    it crashed my site… this is what I am getting now

    Parse error: syntax error, unexpected end of file in /home/content/p3pnexwpnas06_data03/99/2401299/html/wp-content/themes/kleo-child/functions.php on line 114

    I did not do step 3 as I dont know how to do that (Step 3: Remove the hardcoded menu item:)

    I will reload from a back up, but that code he has on the blog does not seem to do the job.

    I uploaded that plug in before, the all members column in site-wide activity was still there.

     Abracadabra
    Participant

    One more thing I noticed, for non-registered users, when they click those pages which i set up myself for footer, (privacy, terms of use etc) there is a kleo menu showing up top, I only want to have my logo there, no menu items, how can I get rid of it?

     Abracadabra
    Participant

    ok great thanks, so to completely delete the trace of this now I need to delete two columns off site wide activity page, (all members) and (mentions)
    Is it possible to hide this with css code?

     Abracadabra
    Participant

    ok great, thanks again.

    I never got an answer on this one, can you help please? On pages which I created myself, the footer stays up in the middle of the page instead of defaulting to the bottom how can I fix this?

     Abracadabra
    Participant

    Thanks Laura, can you tell me how to do this? I am having the same problem with (forums) the link in menu goes to username/forums instead of straight to forums. Im looking in appearance/menus/pages but forums is not there, I have it in buddypress window, but when I add it from there it becomes custom and not page thus creating the same problem I had with groups.

     Abracadabra
    Participant

    Ok I did that and it disappeared, but when I posted a new update it shows the new update text in that spot now. How can I permanently hide this?

    Also this whole activity-site wide activity should have an option to disable viewing of everyones activity, if you guys had this option that would be pretty awesome. Something like hide the (All members) and (Mentions) columns. Is there a way to do that in CSS?

     Abracadabra
    Participant

    Hi Laura,
    I cleared the cache, in admin and browser, I can still see the @ and text under it on admin profile and in members directory, for regular profiles @ is gone, but the text is still visible on profile picture and directory. Please see attached screenshots.

Viewing 40 posts - 121 through 160 (of 232 total)

Log in with your credentials

Forgot your details?