Forum Replies Created
-
Author
-
thannahParticipant
I’ve been using sitelock for years now scanning all my websites. Never had a problem with them and my website has never failed or been attacked in any way. Your advice is great for those who don’t trust paid services or for those who want to do the security themselves. I just prefer to be apart of my business rather than use that time making sure I don’t get hacked.
The link shows up in the email
Good Luck!
April 1, 2016 at 20:44 in reply to: Registration isn’t Working – Tried the other solutions to no avail #114166thannahParticipantI managed to get it going by testing plugins. I ended up adding custom code to my functions.php file and deleting those plugins to make it work again if that helps anyone. However I don’t know if it’s a permanent fix so if it happens again I will be sure to open a new topic.
Thanks
March 30, 2016 at 18:34 in reply to: Registration isn’t Working – Tried the other solutions to no avail #113613thannahParticipantI tried all of the above and nothing worked. It was working just fine a few days ago can someone assist me with this.
March 29, 2016 at 20:29 in reply to: Registration isn’t Working – Tried the other solutions to no avail #113395thannahParticipantI’m also having problems with this. It started yesterday.
thannahParticipantThank you but I managed to get it coded using my own custom template. This is closed now.
thannahParticipantI have a pmpro membership to access the code and I tried that but there is no way to add a side bar to the page for advanced search options. So I wanted to generate my own custom template to get this done. Any other way around this?
thannahParticipantThis works for me. Add it to your child theme style.css
.field-visibility-settings-toggle {
display:none;
}.field-visibility-settings-notoggle {
display:none;
}thannahParticipantWhat about adding it to buddypress activity stream or a banner ad on the top of the activity page? I’ve been working with it and the code works fine I just can’t get it to show up on this particular page. What could I be doing wrong?
thannahParticipantThere is something wrong with the theme for it to give out this WARNING. It worked before when testing but doesn’t anymore. After looking it up the function either no longer exist or is invalid. I need the email functions to work properly if this has anything to do with that. I’m no php expert.
February 10, 2016 at 22:33 in reply to: everyone is connected/friends, without having to add them as a friend? #103259thannahParticipantI re-installed my theme and it works again!
February 10, 2016 at 22:27 in reply to: everyone is connected/friends, without having to add them as a friend? #103257thannahParticipantI just learned that I am having this problem as well. The ‘ADD A FRIEND’ button has gone away all of the sudden.
thannahParticipantThank you Laura. I fixed it! Which files do I edit to change the registration page created by buddypress or does Sweet Date override it?
thannahParticipantYes and thank you. I’m trying to get something side by side using a php template I created based on the theme.
I want to get the account info in one column and a php calendar next to it.
thannahParticipantIt was a while back when I did this. You may need to google ‘remove buddypress links’ and see what else pops up for you but it can be done.
thannahParticipantI don’t mind hiring you all to do this for me As I told you before but no one ever gave me that information. If Laura assigned this to a support ticket (TWICE) shouldn’t someone get in touch with me or reply here with that information?
I only want to do one thing. I will give my money to someone that actually wants it then!
thannahParticipantThis can be removed. I don’t have links in mine.
COPY CODEfunction remove_xprofile_links() { remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 ); } add_action( ‘bp_init’, ‘remove_xprofile_links’ );
It should be added to bp-custom.php
thannahParticipantYou did that already the first time I ask. Is there anyone who could help me array the code?
thannahParticipantGreat! Thanks but how to resize the images without ruining everything else. I’ve tried using firefox and google extension but my brain is fried and every code is starting to look alike.
thannahParticipantI tried this and it didn’t work because I’m not trying to restrict anything. I just need to add two more check marks to the membership levels page. How would I accomplish that?
thannahParticipantNevermind. I found this here
https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to
thannahParticipantYou are an ANGEL! This worked like a pro and I have been banging my head up against the wall. Thank you so much! I’m a graphic designer so if there is anything I can help you with please let me know!
thannahParticipantThank you. I can probably figure it out. I’ve learned alot about php since I started this project. What files would I work with to make these changes?
-
AuthorPosts