Forum Replies Created
-
Author
-
daniellemarieParticipant
Thanks, but the CSS doesn’t fix the issue for me.
In case this helps you, on the example (http://tinypic.com/r/t89iwy/5) this is where the text sits:
The “View” text is inside .activity-inreplyto
The “That looks delish” text is inside .activity-inner
Then, obviously, the meta text is inside .activity-metaThanks
daniellemarieParticipantAh just realised what the issue was. I should have been using this instead:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=activity,groups,status,blogs' ) ) : ?>
daniellemarieParticipantAny luck on a solution for this? If not, do you have a temporary fix? Thanks
daniellemarieParticipantThanks, how can I add the community feed to the Activity Stream also? The feed with the sitewide activity on it.
daniellemarieParticipantThanks. I’m not sure this is the reason why as none of my other emails are arriving in the spam folder. Is there any other reason as to why I might be having this issue?
daniellemarieParticipantHow can I change this so that the Activity Stream defaults to the friends feed ONLY on my personal profile?
I want to see the users personal feed when viewing their profile, not their friends feed.
Thanks
daniellemarieParticipantHi,
I’ve added these buttons to the breadcrumb container by adding the code from the header.php to the functions.php file.
All is great, however if I click the login button and input my login details, when I submit the form the login buttons do not change to profile/logout buttons. So it makes me think I’m not logged in, so when I try to login again it says “you are already logged in, refresh the page”.
How can I fix this?
January 14, 2014 at 10:48 in reply to: Members Page – Issues with Add/Remove/Cancel Friendship Request Button #9692daniellemarieParticipantThanks
daniellemarieParticipantMy new users also say that they get taken to an activation page to input their key. Some have been able to sign up but others have not.
I checked this myself and the activation page seems to come up if the user:
1) Signs Up
2) Doesn’t activate their account
3) Tries to login
4) They get taken to the page to input their activation keyHow can this be fixed?
daniellemarieParticipantThanks. Also have another question in relation to the multi select field:
On the Create Account page where users fill in their account and profile details, users have to select more than 1 option in the multi select box. However, they can just select 1 option from the same multi select box on the search form.
How can I change this so users are able to only select one item for the multi select box on the Create Account page?
Thanks
January 10, 2014 at 06:52 in reply to: Members Page – Issues with Add/Remove/Cancel Friendship Request Button #9477daniellemarieParticipantThis reply has been set as private.daniellemarieParticipantOn the profile page. If I set it to allow users to change the field visibility, when they do change the visibility, the field still remains visible to everyone.
So I have had to enforce default visibility and not let members change these fields⦠until I can fix this⦠hope that helps.
daniellemarieParticipantThanks for clarifying that. I’ve found that the privacy settings for profile fields work perfectly when set to “Enforce the default visibility for all members”. However, they don’t work when set to “Let members change this fields visibility”. When I set them to this, all fields remain visible to everyone, logged it or not, even if the user opts to hide any profile fields from everyone except friends.
Is there a reason as to why this setting wouldn’t work?
Thanks
daniellemarieParticipant@adam – does the buddyblock plugin let the member know that they have been blocked or are they just invisible (similar to Facebook)? Have been thinking about purchasing your plugin, I did try a free alternative however it informed the person that they had been blocked, which is not something I want.
Thanks π
daniellemarieParticipantYou might need to tweak the CSS to remove the blue background. I’ve done a lot of custom work on my site so if this didn’t work for you, it might be best to undo the changes you just made and wait for support to help you. Sorry I can’t be of more help! π
daniellemarieParticipantFor the last one, you need to look for the following:
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 1024px) {Change it to:
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 600px) {That should remove the mobile bar for you π
daniellemarieParticipantHi studiblog,
I managed to fix this. If you’re interested, here’s what I did.
Edit the sweetdate/assets/styles/responsive.css file:
Around Line 63 – changed from 768px to:
@media only screen and (max-width: 600px) {Around Line 205 – changed from 940px to:
@media only screen and (max-width: 600px) {Around Line 372 – changed from 1024 to:
@media only screen and (max-width: 600px) {Hope that helps! π
daniellemarieParticipantActually, it’s not about matching same sex for me. It’s just about getting the “sex” and “looking for” fields to match. So that if a female is looking for a female, the match is a success if they are viewing a profile of a female also looking for a female.
Hope this makes sense. Any more help you could give me would be appreciated. Thanks!
daniellemarieParticipantActually, it’s really about matching same sex for me. It’s just about getting the “sex” and “looking for” fields to match. So that if a female is looking for a female, the match is a success if they are viewing a profile of a female also looking for a female.
Hope this makes sense. Any more help you could give me would be appreciated. Thanks!
daniellemarieParticipantSame here, still not working for me. I am using this code you gave me and still getting 1% match.
Is this the correct code for matching same sex?
daniellemarieParticipantOkay, so in functions-shortcodes.php you have the code for the rounded images.
I want to be able to set the URL for the image within the wordpress short code, instead of the image linking to the image source. Something like:
[kleo_img_rounded src="#" url="#"]
How can I change the code in the functions-shortcodes.php to allow me to set an URL for each image within the shortcode? Instead of the image opening in a lightbox, I want the image to link to an URL specified when adding the shortcode.
I’ve tried putting the images in an “a” tag, however the heart that appears when hovering over the images sits above the image instead.
How can I achieve this?
Thanks!
daniellemarieParticipantHi Abe,
I’ve tried this code however the matches appear at 1% on all profiles. How can I fix this?
Thanks
December 30, 2013 at 10:34 in reply to: The things that are missing in order to be a professional portal #8904daniellemarieParticipantDo you plan to implement any of these features in the near future? π
daniellemarieParticipantHi,
I’ve read all of the above comments but can’t quite get the matching system working correctly on my site.
My site is for people looking to meet others of the same sex. I have the following fields:
“I am/We are” (Gay Man, Bisexual Man, Lesbian Woman, Bisexual Woman, etc)
“Interested in Meeting” (Gay Men, Bisexual Men, Lesbian Women, Bisexual Women, etc)I also want to match the following Single Value fields:
“Status”
“Country”
“City”
“Drinking Habits”
“Dietary Preferences”
“Smoking Habits”As well as the following Multiple Value fields:
“For”
“Interests”Can you provide me with the code to add to my child theme’s functions.php file?
Thank you!
-
AuthorPosts