Forum Replies Created
-
Author
-
Mycoach
ParticipantHello, I didn’t have this problem before, I’m going to ask to my hosting. And about users I try to delate (I did it with another access) and after I get a white screen ?
Mycoach
ParticipantSame problem.
I found a part of the solution but each morning I need to do the same things. In my FTP, I need to desactivate all themes putting themes01 in wwp-content to desactivate all my themes. After, I can get access to my dashboard, go to Apparance – Theme, then I delete 01 in my FTP and activate my Child theme. But now I can see few problems because I can’t see anymore all my profil field and another one under the profil’s picture with just the age and no statut and city. I succeed to do everything ok but the same problem appeared this morning. Everything is ok during the day and after one night without doing anything, the same problem with a blank page when I want to acceed to my admin panel !
Mycoach
ParticipantI’ve tried to use the backup of a previous version from my hosting (previous 1 day, 2 days, 3 days…), but it’s doesn’t work also…
Mycoach
ParticipantHello,
No solution for the moment.I really don’t understand what have caused my issue because the only thing I did before it crashed, it was to desactivate all my plugins !
Mycoach
ParticipantHello,
Yes, I have done a previous version that was not working ? I didn’t see if they was an error in my console ? I think I m using wordpress 3.9.1. The link of my website is jechercheunerencontre.com
Codes FTP
> Serveur FTP : http://ftp.jechercheunerencontre.com ou http://ftp.cluster007.ovh.net
> Utilisateur (login) : jecherchnj
> Mot de passe (password) : uUQpgGMcC9vXThanks for you help,
Patrick
Mycoach
ParticipantHello,
I ve tried to desactivate all my plugins but with any changement on the avatar sizes in homepage caroussel. I ve tried also to change the size in bp-cores-avatar.php but it doesn’t work also.
Mycoach
ParticipantHello,
Ok, that’s great. When I edit the page,I can only see online members. I tried to put shortcode as “member carousel” but I always see only online member. Is it possible to add filter as we can see with “top members” (newest-alphabetical-active) ? Tks
Mycoach
ParticipantHello,
I already changed “..\sweetdate\registration\activate.php” but it doesn’t work.
The link for the translation of “Active-Newest-Alphabetical” when you click on “Par ordre”: http://jechercheunerencontre.com/members/
And the first one “Your account was activated successfully! You can now log in with the username and password you provided when you signed up” is when you go to your email to validate your inscription it open a page to tell that your account has been activated !
Thank you
patrick
Mycoach
ParticipantHello,
I read the subject, trying the code but I really don’t understand how I can create only one page with members online without changing my page with top members including search form. The best could be also to include a filter with newest or active members (online) at the bottom of this page ! Thanks
Mycoach
ParticipantHello,
It’s not my avatar sizes I want to change, it s the pictures in my homepage carroussel smallest than my avatar. More over the caroussel doesn’t work with only two pictures. And regarding the other problem about pictures which are not clearly in the circle (“I already fixed the activity and sidebars avatars”) ? I don’t see the modification. Tks
Mycoach
ParticipantAlso, is it possible to get the same size than my avatar’s picture in homepage caroussel ?
Mycoach
ParticipantHello,
Thanks for your help.I saw for the avatars but not for the activity and sidebars avatar. During a moment, I saw a good position in activity with picture in the middle of the circle and the results was indirectly you solved my problem with my plugin Geo My WP (problem with the maker). But now, the problem is always there.
Thank you,
patrick
Mycoach
ParticipantHello,
http://jechercheunerencontre.com/wp-login.php
User : admin
Password :2PLghj7wThank you,
Patrick
Mycoach
ParticipantAnother point, only on search members profile where is my map (widget doesn’t work GMW search). In search form, there are 3 cities which works fine but depending how I write it. For example, paris and Paris is ok but lille is good and like this Lille it doesn’t work. Only for those cities and Lyon, everything is ok even I have no profile living in those cities but nearby. Can you help me to understand how it works and how I can do to fix it !
Mycoach
ParticipantAlso, my pictures are not well positionned in circles in profile members and in few widgets. Is it the same problem ?
Mycoach
ParticipantIn fact, I get few members I can find correctly on the map with the maker and the distance is good also. My red makers show me their position in member search page results. But for others members (maybe new members), I don’t see the position with the blue maker and the distance is wrong (it takes the distance between Us map and my country). It may be an error with my members profile. I looked after everything (profile, location, correct adress…) but I don’t find the issue.
Mycoach
ParticipantYes, When I put the adress in the location in search members or in my widget, it doesn’t work.For example, I live in new york and I’m seraching someone in San fransisco. I ll see on my map my position (it’s ok) and on the profil search at the first place but at the second place someone who live in an other city except san fransisco.
Mycoach
ParticipantThe problem is also that the member who register himself don’t appear on member page (I can see they have created their profile). I always have the same number of people and it’s impossible to see new members !
Thanks to help me !!Mycoach
ParticipantYes, I have tried with a very simple adress and just with the city ! Also with the widget, it’s the same problem.
Mycoach
ParticipantIt’s ok with the map, just a little problem to find people when I enter their adress.
Mycoach
ParticipantNow, the count is good but my newest and 3 oldest members can be seen in members page. I have 13 members and I can see only 8 members.
Mycoach
ParticipantHello,
Ok, it’s great. Yes, the member online works but not how many men or women online. It doesn’t matter yet I kept only members online and total memebers.
In functions.php I’d like to put the code to change “match”. I always have “50” each time. I tried with the code you give us but it doesn’t work, my site crashed and I really don’t understand how does it works !
//change matching system
add_action(‘after_setup_theme’,’kleo_my_match’);
function kleo_my_match() {
global $kleo_config;
$kleo_config[‘matching_fields’][‘starting_score’] = 1;
//If we want to match by members sex. values: 0|1
$kleo_config[‘matching_fields’][‘sex_match’] = 0;
//single value fields like select, textbox,radio
$kleo_config[‘matching_fields’][‘single_value’] = array (
‘Marital status’ => 5,
‘Sect’ => 5,
‘Age’ => 5,
‘City’ => 2,
‘Country’ => 5,
);
//multiple values fields like multiple select or checkbox
$kleo_config[‘matching_fields’][‘multiple_values’] = array (
‘Interests’ => 10,
‘Looking for’ => 10,
);
}Could you just give me a code and where exactly (line) I need to put it ! I see number ‘5”2”10’ what does it means ?
Sincerly
Mycoach
ParticipantHello,
Thank you, it works. How do you do to know exactly in which file you have to go to translate ? I never know in poedit where it is and sometimes my Codestyling localization doesn’t work ! My dream is to take the word or sentence I need to translate and to find a way to know exactly where I can find it in poedit like you !!
Sincerly,
Mycoach
ParticipantHello,
It’s ok for sweetdate but for buddypress I can see anything just :
Error: The actual loaded translation content does not match the textdomain: buddypress
Expect, that any text you translate will not occure as long as the textdomain is mismatching!
This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
The affected unknown textdomains are: ?Sincerly
Mycoach
ParticipantHello, I found the problem of my button but always problem of translation and with my codestyling Localization. I tried to change my words in poedit but no changement. I Don’t find yet Profil Search results. I give you admin access f you can do something for me.
Also, always the same problem with men and women online. When the members are online nothing appears with O and O as you can see on my site.
I tried also to understand matching system but when I try to put a code in function.php without results except to brake my site.
Users : admin
Password : 2PLghj7wThanks for your help
Mycoach
ParticipantHi, I have the same problem with statistics men and women online on my homepage. I never touch to my shortcods ([kleo_status_icon type=”total” subtitle=”Members in total”] [kleo_status_icon type=”members_online” subtitle=”Members online”][kleo_status_icon type=”women_online” subtitle=”Women online”] [kleo_status_icon type=”men_online” subtitle=”Men online”])and I try to put your shortcods above but nothing change. Thanks to hel me.
-
AuthorPosts