Forum Replies Created

Viewing 39 posts - 1 through 39 (of 39 total)
  • Author
  • in reply to: Add extra fields to Group members directory #213722
     darunia77
    Participant

    Thanks

    in reply to: Woocommerce outdated files #213721
     darunia77
    Participant

    Thanks Radu! It looks like it’s working now. I had no idea there was a plugin for it.

    in reply to: Woocommerce outdated files #213593
     darunia77
    Participant

    Hi 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.
    in reply to: Add extra fields to Group members directory #213409
     darunia77
    Participant

    Sorry, 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’);

     darunia77
    Participant

    Hi Radu,

    Thanks, I will check it with the RT media about it.

    Daria

     darunia77
    Participant

    Hi 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.
     darunia77
    Participant

    Hi 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.

     darunia77
    Participant

    Thanks 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.

     darunia77
    Participant

    Hi 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.
     darunia77
    Participant
    This reply has been set as private.
     darunia77
    Participant

    Hi 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.

     darunia77
    Participant
    This reply has been set as private.
     darunia77
    Participant

    Thanks Laura.

     darunia77
    Participant

    Thanks 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.

     darunia77
    Participant

    Ok, thank you Radu

     darunia77
    Participant

    Hi 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

     darunia77
    Participant

    Thanks Kieran. I hope it’s easy to fix.

     darunia77
    Participant

    Hi 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.

     darunia77
    Participant

    Laura

    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.

     darunia77
    Participant

    Hi 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.

     darunia77
    Participant

    Hi 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.

     darunia77
    Participant
    This reply has been set as private.
     darunia77
    Participant

    Hello,

    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.
    in reply to: Borrowing some features from Sweet Date into Kleo #198514
     darunia77
    Participant

    Thanks 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.

    in reply to: Borrowing some features from Sweet Date into Kleo #198094
     darunia77
    Participant

    Ok 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.

    in reply to: Borrowing some features from Sweet Date into Kleo #198075
     darunia77
    Participant

    Thanks Radu, I will try this tonight and let you know if it worked.

    in reply to: Borrowing some features from Sweet Date into Kleo #197972
     darunia77
    Participant

    Hi 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

    in reply to: Fonts are not updating after many hours #197867
     darunia77
    Participant

    Same here. Thanks Kieran.

    in reply to: Fonts are not updating after many hours #197865
     darunia77
    Participant

    Thanks 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.

    in reply to: Fonts are not updating after many hours #197863
     darunia77
    Participant

    I 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.

    in reply to: Borrowing some features from Sweet Date into Kleo #197785
     darunia77
    Participant

    Hi 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 🙂

    in reply to: Adding a custom menu to all Woocommerce pages #197659
     darunia77
    Participant

    Thanks 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.

    in reply to: Adding a custom menu to all Woocommerce pages #197648
     darunia77
    Participant

    Haha, totally makes sense, I don’t need that other menu. I just did what you suggested and it works. Thanks!

    in reply to: Adding a custom menu to all Woocommerce pages #197643
     darunia77
    Participant
    This reply has been set as private.
    in reply to: Adding a custom menu to all Woocommerce pages #197633
     darunia77
    Participant

    Great, 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.

     darunia77
    Participant

    Thanks 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.

    in reply to: 406 error on log in #171483
     darunia77
    Participant

    Laura,

    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.

    in reply to: 406 error on log in #171402
     darunia77
    Participant
    This reply has been set as private.
    in reply to: 406 error on log in #171342
     darunia77
    Participant

    Hi 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?

Viewing 39 posts - 1 through 39 (of 39 total)

Log in with your credentials

Forgot your details?