Forum Replies Created
-
Author
-
darunia77Participant
Thanks Radu! It looks like it’s working now. I had no idea there was a plugin for it.
darunia77ParticipantHi Radu, thanks, I have updated it.
It almost all is fine but I see that my custom store, blog and forum sidebars are not displaying anymore. I don’t know if this is related to this update or woocommerce. I can open another thread for this. The shop sidebar still exists but it doesn’t display. My blog and forum sidebar have disappeared from widgets and I see this info as in screenshot below – as if they were removed. I don’t know what inactive means in this case as I have not disabled them myself so is it a bug. Thank you.
Attachments:
You must be logged in to view attached files.darunia77ParticipantSorry, missing part of code. The whole code is:
/* Add extra fields to member directory */
function sq7_extra_fields_members_directory() {
$age = bp_get_member_profile_data(‘field=Age’);
$city = bp_get_member_profile_data(‘field=City’);
$stateorprovince = bp_get_member_profile_data(‘field=State or Province’);
$country = bp_get_member_profile_data(‘field=Country’);
$ldr = bp_get_member_profile_data(‘field=Open to LDR?’);if ($age || $city || $stateorprovince || $country || $ldr) {
echo ‘‘. ‘Age : ‘ . $age . ‘‘;
echo ‘‘. ‘City : ‘ . $city . ‘‘;
echo ‘‘. ‘State or Province : ‘ . $stateorprovince . ‘‘;
echo ‘‘. ‘Country : ‘ . $country . ‘‘;
echo ‘‘. ‘Open to LDR : ‘ . $ldr . ‘‘;
}
}
add_action(‘bp_directory_members_item’, ‘sq7_extra_fields_members_directory’);
October 1, 2018 at 04:05 in reply to: rtMedia bug – site activity button does not work after latest updates #210914darunia77ParticipantHi Radu,
Thanks, I will check it with the RT media about it.
Daria
September 21, 2018 at 06:47 in reply to: rtMedia bug – site activity button does not work after latest updates #210036darunia77ParticipantHi Radu,
I apologize I didn’t respond for a long time – I had a lot of travels this summer and didn’t have a chance to look into this issue.
I finally figured out what’s causing my Post Update button on site activity page not work. For some reason, the latest few updates of RT media are causing the activity button to be disabled. I looked at the button on my Chrome developer tools and upon testing RT Media versions, I can see that the update since 4.5.0 is specifically disabling the “Post Update” button.(see screenshot) So I know the problem but don’t know where in code I would enable it back. Can you please advise? Thank you.
Daria
Attachments:
You must be logged in to view attached files.July 10, 2018 at 21:28 in reply to: rtMedia bug – site activity button does not work after latest updates #203515darunia77ParticipantHi Radu,
Thanks for the code.
I’m sorry but the activity post button is not working again. I don’t have a sharing plugin anymore though. Could please log in again and take a look – and make sure that you are in Activity page and not my profile when you test. I can still post from profile.
July 8, 2018 at 06:15 in reply to: Show profile fields in individual member’s header in directory not working #203248darunia77ParticipantThanks Laura, I understand how it works to change the text.
Any idea why the buddypress file change didn’t work though? I still want to make updates to the profile page and I can’t if the files don’t update.
July 8, 2018 at 05:35 in reply to: rtMedia bug – site activity button does not work after latest updates #203245darunia77ParticipantHi Radu,
Thanks for checking. Addthis was indeed causing the problem with posting. I have unistalled it for now.
However, you were looking at the wrong activity page anyway. The main activity page is https://greenteacoffeedate.com/activity/ not https://greenteacoffeedate.com/members/greent64/activity/. The profile one worked, the main one didn’t. Now they both work with Addthis removed.
So the problem is resolved temporarily, however, just so you know when I uninstalled rtmedia and Addthis, it still removes the button from activity page and groups activity page so you can’t post if you remove rtmedia. See screenshot.
Attachments:
You must be logged in to view attached files.July 2, 2018 at 21:12 in reply to: Show profile fields in individual member’s header in directory not working #202716darunia77ParticipantThis reply has been set as private.July 2, 2018 at 05:18 in reply to: Show profile fields in individual member’s header in directory not working #202645darunia77ParticipantHi Laura,
Just wanted to let you know I have tried to change some text in the change-avatar.php file in child theme and it did not work. I only changed the text from “Crop Image” to “Crop and Save” and the change was not reflected. I have not changed any php code. See below. I also made a change at line 98 – output text only and no change on front end.
Line 72 example:
<input type=”submit” name=”avatar-crop-submit” id=”avatar-crop-submit” value=”<?php esc_attr_e( ‘Crop and Save’, ‘buddypress’ ); ?>” />
I believe this is exactly what my developer had issue with. It does not update.
Radu is supposed to take a look at another issue I have with rtMedia so perhaps you can ask him to look at both. Otherwise I will give you the ftp info if you don’t have it so you can check it yourself.
June 30, 2018 at 22:04 in reply to: rtMedia bug – site activity button does not work after latest updates #202529darunia77ParticipantThis reply has been set as private.June 27, 2018 at 20:28 in reply to: rtMedia bug – site activity button does not work after latest updates #202180darunia77ParticipantThanks Laura.
June 27, 2018 at 06:35 in reply to: Woocommerce and Categories bug after lastest Kleo/Woocommerce update? #202076darunia77ParticipantThanks for fixing the woocommerce and categories with new Kleo update. I have closed the thread.
I have a new bug though, with rtmedia so I will open a new ticket.
June 19, 2018 at 20:47 in reply to: Woocommerce and Categories bug after lastest Kleo/Woocommerce update? #201276darunia77ParticipantOk, thank you Radu
June 19, 2018 at 15:36 in reply to: Woocommerce and Categories bug after lastest Kleo/Woocommerce update? #201233darunia77ParticipantHi Radu
Thanks for your answer.
I don’t actually have any Woocommerce files in my child theme, there is only Woocommerce in the main Kleo theme and this is broken after I replaced your old files with new Woocommerce files as per my post above.
Please actually try to look into it and not just give me a brush off answer. I did not ask for the update, it had to be done and now my store is broken. I am a web designer for a living and I do have good working knowledge of how wordpress works. I am not however a programmer and I am not a theme designer so I don’t know what might have caused the glitch.
Also, you need to address the Categories issue I’m having for Woocommerce and Blog. This is also broken after the updates.
Thanks
June 18, 2018 at 02:10 in reply to: Woocommerce and Categories bug after lastest Kleo/Woocommerce update? #201126darunia77ParticipantThanks Kieran. I hope it’s easy to fix.
June 15, 2018 at 06:36 in reply to: Show profile fields in individual member’s header in directory not working #200860darunia77ParticipantHi Laura,
The buddypress folder is now duplicated in child theme.
Is it possible he should be editing the cover-image-header.php and not member-header.php?
I want to add content to this section as in the screenshot. I want to move photo to the left and adding few profile fields to the right side.Please try your sample edits and see if they appear on the profile, and please confirm which file my developer should be editing to achieve this. Thank you.
June 13, 2018 at 21:33 in reply to: Show profile fields in individual member’s header in directory not working #200750darunia77ParticipantLaura
I know I am not editing the main header file but the member-header.php file. I just referred to it as a “header” file in my last message as I thought you read my previous messages.
My developer already had gone to the “single” folder in Kleo and and copied the files to child, he believes something is wrong with the way it connects with Kleo main theme as changes he made were not reflected in the frontend.
I am only asking you to copy the member-header.php, make some sample test change (add let’s say an Age field as an example) and confirm that it’s showing on my member header so my developer knows that it definitely works correctly. Basically a test, that’s all.
Possibly maybe he created a wrong folder name in child folder. I don’t know. Can you specify the process of copying and setting up those files in child theme? Is there a tutorial on this on your site? I want to make sure we do it correctly.
June 13, 2018 at 04:42 in reply to: Show profile fields in individual member’s header in directory not working #200695darunia77ParticipantHi Laura,
If you look at my messages earlier, I do have a developer, he just said that duplicating the files was not working, he was not able to edit the header file. He asked if you can test it why it’s not working on your end. He will do the work of editing himself afterwards.
I tried to hire your team to do this, but they are too busy and referred me to another developer company in Poland. I have a developer I work with so would prefer he does it as he knows my site well.
June 12, 2018 at 20:46 in reply to: Show profile fields in individual member’s header in directory not working #200675darunia77ParticipantHi Laura,
Yes, this is where I want it. Thanks.
Will you be able to check the other part of my question about overload/modifying the member profile header? Why its not working in child theme? Thank you.
June 11, 2018 at 15:28 in reply to: Show profile fields in individual member’s header in directory not working #200527darunia77ParticipantThis reply has been set as private.June 11, 2018 at 06:51 in reply to: Show profile fields in individual member’s header in directory not working #200501darunia77ParticipantHello,
I just realized, the code in functions.php added fields to the member header in the profile itself, not in the directory. However the city field is not working, the age is. I’m attaching screenshot of my own admin profile to illustrate.
I actually also want to add more info to the header (few of the basic profile fields and the Photo section ) and my developer tried the template overload to member-header.php but it didn’t work. Should I open another ticket for this or can you answer/advise on both in this ticket? Since they are kind of related.
Thanks
Daria
Attachments:
You must be logged in to view attached files.darunia77ParticipantThanks Radu, I was thinking of that. Maybe I can switch out the php functions to use the regular profile photo and not thumbnails, so it will then have better resolution.
darunia77ParticipantOk guys, so this works but only for new members as I created a test registration and it looks good on the masonry now.
I have to ask all my current members to update their photos as I didn’t realize the BP preset for thumbs was 50px. I have 500+ members who will have the pixellated thumbs unless they replace them or I replace it for them by reuploading their photos.
darunia77ParticipantHi Laura, thank you for the code. It does work to increase the size of round avatar in the list but the avatars are very very blurry so something else is at play. This is the issue I had before as I managed to make them larger but with same result.
Do you mind taking a look at my site?
When you look at the home page, I have circle avatar slideshow called Recently Active Members- in the sidebar and they seem fine. Also the images display fine in the squares on my Members page ( I use a custom page greenteacoffeedate.com/ourmembers to display partial members which links to regular members page with all profiles. But in the masonry on regular /members page, the circles look so blurry even though they are set to display large.
I will email dev account about the other stuff.
Daria
darunia77ParticipantThanks Kieran.
Do you think you could pick up on my other thread re Sweet Date if you’re still around. I would love to know if you guys can help me switch the look and feel of the profile page.
darunia77ParticipantI just realized the issue. I looked at my site in Firefox ( I usually use Chrome ) and the font propagated there so I just cleared the Chrome cache as well and it works now. Thanks.
darunia77ParticipantHi Laura,
I would like the member list photos to be 100px. I think Sweet Date has 90px but I like them just a bit larger.
I have some custom settings for buddypress colors and layout in Appearance -Customize – Additional CSS if you want to see what I have set there so it doesn’t override or conflict what you will change.As far as other changes, what does it mean more custom development. Is that a service you provide on fee basis? I also have a developer who can help, but I wasn’t sure how difficult it to replace some php settings for the profile page. Please let me know how I can go about implementing the changes to profile page through you or my guy.
Thanks 🙂
darunia77ParticipantThanks Kieran, I just left a review. You can close the thread.
I do have some questions about stealing some features off Sweet Date, I am going to open a new thread for this.
darunia77ParticipantHaha, totally makes sense, I don’t need that other menu. I just did what you suggested and it works. Thanks!
darunia77ParticipantGreat, thanks Kieran. I will check out this plugin and see if it works for me.
I just feel that people stumbling upon my shop outside of the dating site, and seeing menu for the dating site in the shop, might get confused + I want to show the shop categories.
I will let you know if it worked.
January 19, 2018 at 04:53 in reply to: Buddypress and Paid Memberships Pro emails stopped working #186253darunia77ParticipantThanks Laura. It was exactly that. A developer friend recommended that as well. I installed a WP Mail SMTP plugin, configured it and the emails started coming again.
darunia77ParticipantLaura,
I have Wordfence security installed and I removed it however it didn’t help with the error.
I know Mod Security can be disabled in cpanel but it’s not recommended for security reasons and I am aware buddypress sites tend to be hacked so that’s the last option. I will call my host tomorrow and ask them for advice.
I was hoping you have come across this before.darunia77ParticipantHi Laura,
I have removed all plugins, and all I had left was these ( in screenshot) and the problem still persists. All plugins are updated.
I have activated Child Theme few days ago. Could this be a problem? What else can I try?
-
AuthorPosts