Forum Replies Created
-
Author
-
lusienParticipant
Hi Radu,
This I have found as well. I will have a look. I though that maybe there is something more related with BuddyPress or the theme.
Thanks.
lusienParticipantHi Laura,
I have done few tests more but the theme does not stay responsive with the setting above. Is there another way of approaching this change?
Thanks.
lusienParticipantHi Laura,
Many thanks for your help. I have added the mentioned code but it did not work so well. It better worked with
div#main .row {
width: 95% !important;
}I had to play as well with other elements, finally I got the right size.
Thanks.
lusienParticipantHi Radu,
Actually I have found the string in the functions.php of the Sweetdate theme (see attached). You can check in there as well. And as long as the other strings are translatable, I expect the first one too.
Regards.
Attachments:
You must be logged in to view attached files.lusienParticipantHi Laura,
I did not have something specifically in mind, but look at the following URL to have an idea of what I try to achieve: https://www.openplay.co.uk/connect.
Thanks a lot for your help.
lusienParticipantHi Radu,
The email above, is the reset password email and it is not listed under wp-admin -> emails. Or if I miss something please let me know. I think it used to work in the past?
Thanks.September 19, 2018 at 21:18 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #209933lusienParticipantHi Radu,
OK, I’ll do that.
Regards.
lusienParticipantHi Radu,
Indeed it works and I found the mistake. When I copied and paste the line from your previous post it was wrongly taken by my editor: the add_action method took ‘ instead ‘ when referring to the function.
But once this has been corrected I can see same output as above.
Thanks for the help.
Attachments:
You must be logged in to view attached files.September 10, 2018 at 19:20 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #209220lusienParticipantHi Radu,
Glad that you understand now. But one remark, rtmedia needs to be as well enabled as the option to sent a message the way I described is possible only when this plugin is also installed. BuddyPress alone does not offer the option to sent a message as private or only to friends or logged users.
But with the 2 plugins and default theme installed I was able to reproduce the issue.
Regards.
September 7, 2018 at 21:47 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #208904lusienParticipantHi Radu,
What I meant with rtmedia and private message is as showed in the picture attached. The option to send public, logged users, friends or private message is appearing only when rtmedia is activated. But I agree that messages are from BuddyPress and probably they missed this special case.
Let me know if you understand the scenario I referenced above.
Attachments:
You must be logged in to view attached files.lusienParticipantHi Radu,
Thanks, but the last code provided it does not work. Did you try it? Not sure where the button is but it does not show anymore.
Thanks for checking this one more time.
Have a good weekend.
September 7, 2018 at 21:21 in reply to: Different Menu / text color on Home page vs. rest of the site #208890lusienParticipantHi Laura,
I think you misunderstood me. Actually what I meant is:
.home #header a:not(.button) {
color: #1FA8D1 !important;
}.home #header a:hover {
background-color: #1FA8D1!important;
color: white !important;
}This code worked for me. You helped me to understand how to start :).
Enjoy the weekend.
September 6, 2018 at 19:57 in reply to: Hide Admin users from being displayed in Members Directory #208753lusienParticipantHi Kieran,
I was in touch with the author of the BP-registration-options and he confirmed the issue. He fixed it for me and committed to add the solution in the new release of the plugin.
Regards.
lusienParticipantThanks Radu, I think you missed my picture and other question: can I add this Like button at the end of the top social bar? Otherwise it looks a little bit too closed to the contact information when this is enabled (see picture attached previously). Or at least bring some space in between.
Regards.
September 6, 2018 at 19:52 in reply to: Different Menu / text color on Home page vs. rest of the site #208751lusienParticipantHi Laura,
Sorry, I was working in parallel with Radu and the author of BP-registration-options for 2 other issues so I had completely different setup on my staging.
Can you check now please, it should be fine?
Regards.
September 6, 2018 at 19:50 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #208750lusienParticipantHi Radu,
Thanks for the clarifications. I was able to go one more time through the all steps mentioned and the issue was reproducible. However, not sure where the problem is, in buddypress or in rtMedia for WordPress, BuddyPress and bbPress plugin? because the option to send a message as private is available only when rtmedia plugin is active.
I would appreciate if you can test as well just to confirm one more time and check if it is obvious for you where this is coming from: issue is that link received in the email when user 1 mentions user 2 in a post and send a message as private directs to a page that is not accessible – 404 error.
Regards.
September 5, 2018 at 20:55 in reply to: Different Menu / text color on Home page vs. rest of the site #208606lusienParticipantThis reply has been set as private.lusienParticipantHi Radu,
Thanks. Please be aware I have found a small mistake in the code you provided. The last function does not contain the correct function name:
add_action(‘kleo_before_top_links’,’add_fb_button_top_social’);
should be
add_action(‘kleo_before_top_links’,’sqr_add_fb_button_top_social’);
In addition, can I add this Like button at the end of the top social bar? Otherwise it look when you have contact information enabled a little bit to close to this (see picture).
As always, your help is appreciated.
Attachments:
You must be logged in to view attached files.September 4, 2018 at 23:00 in reply to: Sending private messages between members that are not frieds is causinf error 404 “Page not found” #208480lusienParticipantHi Radu,
I have done several tests and following is not working with twenty seventeen as well:
1. User 1 goes in Activity and is sending a message to user2 using @user2 tag
2. In such a case, user 2 receives an email where it is mentioned that user 1 has mentioned user 2 in a discussion (see picture step3.png).
3. User 2 receives also a notification under notifications within the site activity panel where as well he gets the message that user1 mentioned him (see picture step1.png).
4. If the user2 click on the notification from point 3 above, he is directed to Mentions but he gets the message that there is nothing in there (see picture step2.png)
5. On the same time if he clicks on the link that is coming in the email he receives he gets the 404 page error with all themes (see picture spet4.png and step5.png).I hope you can follow my scenario and that the attached pictures will help.
Regards.
Attachments:
You must be logged in to view attached files.September 4, 2018 at 16:43 in reply to: Different Menu / text color on Home page vs. rest of the site #208438lusienParticipantHi Laura,
Thanks for your self. I think it will be sufficient to colour only the text (code #1FA8D1). Button I suppose could stay white as of now. Also all other settings can stay as of now. But as mentioned, this should happned only on Home page.
Regards.
lusienParticipantHi Radu,
I could contact their support of course, but this plugin is comming with your theme maybe you know those guys already and can put some pressure on them to solve it faster. I had several issues lately, and most of the time when I contact somebody from plugin support they say that most probably is from theme. There is always this ping pong.
But thanks for checking and confirmation.
Regards and nice weekend.
lusienParticipantHi Radu,
Thanks for your help. I have activated the parent theme but I see exactly same behaviour. In addition, I am not aware of running anything like mod_pagespeed or cache/speed module. You can see what extra plugins I use.
Thanks.
August 29, 2018 at 22:22 in reply to: Hide Admin users from being displayed in Members Directory #207924lusienParticipantHi Kieran,
Just an update. I have been intrigued by the problem so I continued my investigation and let me share with you what I have found out. It is a certain setting in BP Registration Options pluggin which actually generates the issue. As soon as I checked the option “Only registered or approved members can view BuddyPress/bbPress pages (Private Network)” hiding the users according to the script in Members’ Directory is not working anymore. If this option is not checked, users are correctly hidden.
The developer is looking into this right now. I’ll keep you informed.
Regards.
lusienParticipantHi Kieran,
Sorry for my late answer. I understand the concern. I thought is it easier.
The other issue with the strange display or not of the custom field was solved.
Regards.
August 27, 2018 at 21:56 in reply to: Hide Admin users from being displayed in Members Directory #207670lusienParticipantHi Kieran,
Thanks for your support. Indeed, you were right. I found out that BP registration options plugin is causing the issue. However, I need this plugin because this way I can approve newly created users before they are able to enter the community.
I will open a ticket with them to see if they can further help.
Regards.
August 27, 2018 at 12:14 in reply to: Hide Admin users from being displayed in Members Directory #207600lusienParticipantHi Kieran,
Thanks for trying to help. It is what I have added, both (from KB and BuddyDEv) and it does not work in my case. Can you please check if I am doing something wrong in my functions.php file (lines 50 – 76) from my child-theme? Credentials have been provided.
Thanks.
August 25, 2018 at 23:19 in reply to: Automatic refresh of fields on Register page when a value is added or corrected #207459lusienParticipantHi Laura,
Ok, sadly indeed. Anyway thanks for the clarifications.
Regards.
August 23, 2018 at 19:29 in reply to: Sign up not working properly after theme upgrade to 3.2.7 #207260lusienParticipantHi Laura,
I have investigated a little bit deeper and I found the problem and it was not plugin or theme related. Based on the log error I have checked the folder referenced /home/www/web161/html/banner/ and I found inside a file dead.letter which actually “told” me what went wrong. When I migrated the site from one domain to the other all test users created with an email that referenced the temporary domain have been updated with the email that referenced the new domain. I had one admin user in such case and as the new email does not exist it generated the error. Once I have updated the email in user profile all went fine. This is because when somebody sign up the admins are notified and if emails do not exist looks like site fails with the error I sent.
This was a good lesson learn.
Sorry for the confusion and thanks for your try to help.
August 23, 2018 at 12:01 in reply to: Sign up not working properly after theme upgrade to 3.2.7 #207243lusienParticipantHello,
Just an update, I have received some feedback from hosting company. They see in the log following:
malformed header from script. Bad header=/home/www/web161/html/banner/d: php, referer: https://mysite.com/register/
This reminds me that I used some code provided in a KB article on this site to test how the banner would look on the members’directory page. The code provided I added on the functions.php file of the child theme. I have removed the code but even now, I get same internal server error. Not sure if these 2 things are connected but it is the only “banner” I referenced in my new site.
Can you please advise?
August 23, 2018 at 11:45 in reply to: How to replace SweetDate logo with site logo on stiky menu? #207242lusienParticipantHi Laura,
I found the problem, thanks.
Regards.
-
AuthorPosts