Forum Replies Created
-
Author
-
hotloverspassion
ParticipantOne more thing…Today I deactivated rtMedia for a few minutes and when visited user’s profile, no fields showed up ( just the groups at the top ) so I checked again BP Profile tabs ( due to my previous similar experience with Album tab ) and rtMedia tab was still there ticked off…Once I got rid of it, it was all ok again. Can both of the bugs be sorted in future update? There will definitely be more people having the same problem sooner or later. Thanks 🙂
hotloverspassion
ParticipantI know, I was quite surprised that this option remained there still ticked off even though I switched the BP album off. It could actually be considered in next update so others won’t run into this issue as well.
And I do try to sort things out myself…it gives me great satisfaction and also I don’t like to rely on others…only if I have to 🙂
Thanks for all your help in past. I have learned a lot and hopefully won’t be bothering you too often now 🙂 But who knows 😀
July 19, 2016 at 00:46 in reply to: Member’s directory – Age showing 46 when users don’t fill their age #129540hotloverspassion
ParticipantThat’s fine, I was just asking 🙂
hotloverspassion
ParticipantHi,
I have been able to sort it out!!!!! I had in SweetDate->BP Profile Tabs ticked off BP album!!! Silly me 🙂
Thanks anyway for your willingness to help 🙂hotloverspassion
ParticipantHi,
if it is too complicated to find where the problem is, just let me know. I am going to migrate my site to another hosting provider this week and might as well start the site from beginning ( of course will have all the modified files and css saved ) and hopefully will be able to see where the problem is then.
🙂hotloverspassion
ParticipantHi,
I have deactivated all of my plugins except BuddyPress. And no, I do’t have any cache plugins.
The problem is still there…any other suggestion?
I have also deleted all of my css changes and functions.php, but still nothing.
Thankshotloverspassion
ParticipantThanks a lot for this!!!! Yo are a star!!!
And sorry, I promise I won’t delete it again 😀 But it is a good idea to always paste the code here so others can also benefit from it 😉hotloverspassion
ParticipantHi,
I know where to find style.css. I’ve been working with style.css all day yesterday. The only thing I can think of is, that we were there at the same time and your code wasn’t saved….even the registration page is completely the same as before. Sorry…hotloverspassion
ParticipantThanks Laura,
could you just kindly guide me what have you changed? I can’t see any new CSS code neither any change on the registration page…sorry 🙁hotloverspassion
ParticipantThanks again for a quick reply!!! Your support here is just amazing!
Here is my result:
1. code works fine, thanks! I was wondering, whether we can push this one step further…the code hides logged in user from the members directory, but it still counts that member in a search “Your search returned x members”…is there an easy fix to exclude that member from this count? I have similar problem with hiding admin profile from the count, so the fix to this might fix my other issue as well 😉
2. unfortunately, not working well – it messes up the form ( see attached picture )
3. amazing! Codes work like a charm! Thank you!
4. Thank you for your suggestion. I have found out about the chrome developer tool 2 days ago and it’s just brilliant! Makes my life much easier!!! As a newbie I was whole last month searching for the codes in files using trial and error method! What a crazy thing to do!!! 😀
BTW, you’ve got one very happy customer here 🙂
Attachments:
You must be logged in to view attached files.hotloverspassion
ParticipantThis reply has been set as private.hotloverspassion
ParticipantThis reply has been set as private.hotloverspassion
ParticipantThanks Laura, that’s great!
Unfortunately the Log in and Sign up button remained the same. I followed your example and added this code to style.css in child theme
li.header-login-button a {
font-size: 14px !important
}
li.header-register-button a {
font-size: 14px !important
}It seems to do the trick 😉
hotloverspassion
ParticipantThis reply has been set as private.hotloverspassion
ParticipantThis reply has been set as private.hotloverspassion
ParticipantHi,
I tried both of your codes above but none of them seem to work. Any other idea?
Thanks a lot 🙂hotloverspassion
ParticipantHi Laura, I was referring to this forum…that it would be nice to have “preview” before I press submit…
hotloverspassion
ParticipantPlease ignore last 3 lines form previous post including the code as it didn’t show the way it suppose to. Thanks
Here’s the correct way:<span class=”subheader right small-link”><a href=”#” data-reveal-id=”register_panel”
Change # to your registration URL and delete data-reveal-id=”register_panel”
🙂
hotloverspassion
ParticipantThanks a lot for the code above…I used it too and it works! I’ve taken it one step further and thought to share it here as it can help others as well.
When you press “LOG IN” in the right upper corner, it opens a modal popup which contains “CREATE NEW ACCOUNT” button. This “CREATE NEW ACCOUNT” button leads to the same modal popup as the original “SIGN UP” button. So I ended up with the same problem as before. To redirect my users straight to my registration page again, I have followed the rules from the code above and done this:
Copy general-login-modal.php file at main theme ( sweetdate/page-parts/general-login-modal.php )to child theme ( sweetdate-child/page-parts/general-login-modal.php ) and edit following code:
<span class=”subheader right small-link”>
change # to your registration URL and delete data-reveal-id=”register_panel”
I hope that I’ve done it right, but it seems to do the trick 🙂
-
AuthorPosts