Forum Replies Created
-
Author
-
iamj_kim
ParticipantHello Laura,
I see. At least I know I’m not doing something wrong. Can you please confirm the demo at the seventhqueen website is using a widget visibility plugin at the product page, and if so, which one it is using? I’d like to use the same one on my website.Thanks.
iamj_kim
ParticipantHello,
That link is giving me “Error 404 – Page not found”. Is that a working link? Thx.
iamj_kim
ParticipantHello,
Can you tell me how to insert “<?php echo bp_member_user_id(); ?>” for City?
Thanks
August 31, 2015 at 00:22 in reply to: Can you please tell me how to fix this javascript error? #75415iamj_kim
ParticipantGreat, Thanks Andrei.
iamj_kim
ParticipantThat fix works, but produces the error ‘Uncaught SyntaxError: Unexpected token ;” Can someone produce the code that won’t produce this error and will still turn to pages 2,3,4, etc.?
August 18, 2015 at 15:33 in reply to: Restrict Viewing opposite Gender on Members page – Issue #73563iamj_kim
ParticipantPlease cancel that request. Thanks!
August 17, 2015 at 21:05 in reply to: Restrict Viewing opposite Gender on Members page – Issue #73465iamj_kim
ParticipantHello,
ok. Well, I need this basic functionality to launch my site – my male customers don’t want to see other males in their searches. I’ll try to program this myself, do you have a suggestion on which code I should be focusing on? I have basic PHP coding knowledge. Thanks.
iamj_kim
ParticipantI have this same issue when viewing other pages. The Gender always comes back. Can it be revisited and fixed? Thanks.
iamj_kim
ParticipantHello Laura,
I’m really confused. You said “Hello, it does work for me….The code disabled the need to login of the user to appear in members directory, but their account needs to be activated.” And then “So You create the user in backend > Activate them in Pending ( or autoactivate them with a plugin ) > User logs in for the first time and appear in member list ( Without the code ) User appear in the directory ( With Code )”
I have the code and activated the user. Then you said “if you activated all of them, to show up in search they need to log in for the first time”
So if it was working for you, why do users have to log in to show up in the directory? It seems not clear to me. Could you please clarify? Thank you.
iamj_kim
ParticipantHello,
I activated everyone of those, and none show up in the members area. Can u go through the process of creating and activating a user in the backend which shows up in Members? Thanks.
iamj_kim
ParticipantHello Laura,
It is still not working for me. Could you check my site to see the problem? My login/CP details are below and functions file attached. Thx so much!
iamj_kim
ParticipantYes, I want to create user in the backend and have them show up in the Directory. Does that code accomplish that? It doesn’t work for me, even after updating the last activity in the buddypress tools section. Should I create a live site and send to you the login details? I just want to make sure that the activation can be manually done by the admin in the backend. Thx.
iamj_kim
ParticipantWell, that’s not working for me. After adding the code to the child theme functions file, I still have to login as the new member to get them to show up in the member directory. Could you confirm that it works on your end? I am entering a new user in the admin, entering their extended profile, and looking for them in the member directory – from which they are missing.
Thanks.
iamj_kim
ParticipantHello Laura,
That worked to change the Avatar great, but not to upload other members RTMedia Photos. Am I doing something wrong? Thx for your help on this…
iamj_kim
ParticipantI totally agree. I contacted this guy, https://archived.seventhqueen.com/forums/topic/sweetdate-wp-showcase#post-22965 … he quit the theme entirely because it was too slow. I’m sticking with it because I like it and the admins have been super helpful. I may have to change if It becomes to slow though. I would like to know 1. Will there be future improvements in speed and 2. What exactly is the optimum server configuration and plugin combination that will make the site the fastest. It seems one could spend alot of time trying all sorts of things. If there is a definitive answer to these questions, that would be fantastic…
August 10, 2014 at 12:25 in reply to: Two Columns of Responsive User Data in Profile Member Header #25281iamj_kim
ParticipantGot it working now. Thanks!
August 10, 2014 at 05:23 in reply to: Two Columns of Responsive User Data in Profile Member Header #25271iamj_kim
ParticipantI’d like to modify my question slightly. How can I simply echo a list of chosen xprofile fields and their values? For example, if I have 20 xprofile fields, but I want to list only five (name, age, city, country, weight) and their respective values next to the field. This will provide the flexibility to make multiple columns responsive.
Thanks.
August 8, 2014 at 03:48 in reply to: Two Columns of Responsive User Data in Profile Member Header #25079iamj_kim
ParticipantUploading screenshot to better illustrate. Please note, it’s in the Tab in the Profile Header. Thanks.
Attachments:
You must be logged in to view attached files.iamj_kim
ParticipantHi,
Can you please repost this code? I’d like to restrict cometchat to paid members as well. Thanks.
iamj_kim
ParticipantThanks Catalin. I commented out lines 1483-1522 in BP-Functions (see below)…
// <script type=”text/javascript”>
// jQuery(document).ready(function() {// jQuery(“.members-switch”).click(function() {
// var bpMembersContext = jQuery(this).parent().parent();
// var container = “ul.kleo-bp-“+jQuery(this).attr(‘data-id’)+”-members”;// jQuery(“ul.item-list”, bpMembersContext).hide();
// jQuery(“.members-switch”).removeClass(“selected”);
// jQuery(this).addClass(“selected”);
// jQuery(container, bpMembersContext).show(0, function() {
// jQuery(container+” li”).hide().each(function (i) {
// var delayInterval = 150; // milliseconds
// jQuery(this).delay(i * delayInterval).fadeIn();
// });
// });
// return false;
// });
// });// jQuery(function () {
// if (!isMobile()) {
// jQuery(‘.kleo-bp-active-members’).hide();
// jQuery(‘.section-members’).one(‘inview’, function (event, visible) {
// if (visible) {
// var container = “.kleo-bp-active-members”;
// jQuery(container).show(0, function() {
// jQuery(container+” li”).hide().each(function (i) {
// var delayInterval = 150; // milliseconds
// jQuery(this).delay(i * delayInterval).fadeIn();
// });
// });
// }
// });
}});
</script>
JS;iamj_kim
ParticipantGot it. commented out javascript in custom_buddypress/bp-functions.php. How can I reflect that in the child-theme so it won’t be deleted when updating the theme?
iamj_kim
ParticipantHi,
Was able to solve with workaround with help from this thread..
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
Marking as resolved…
iamj_kim
ParticipantHi Catalin,
I added <?php bp_profile_field_data( ‘field=Age’ );?> to the member-header.php file. I want to show the age, not the timestamp (birthday) in the profile header, just like below in the picture and on the site. So there is no error, just the format should be age, not YYYY-MM-DD 00:00:00. I hope I explained it clearly, if you click on the link I sent, you can probably see it more clear. Thanks.
-
AuthorPosts