Forum Replies Created
-
Author
-
goustasParticipant
Hi,
I found what was the problem.
I looked in the database at the table bp_xprofile_groups and I saw that the first 3 profile field group that I don’t have any problem, their ID was 1,2,3 and the problematic profile field group was 7.I changed it to 4 and now its ok.
After I changed it, all the created field that was inside that profile field group was disappeared, so I went to the table bp_xprofile_fields and I found the profile fields that I had and I changed the group id to 4 also.Thanks for any trouble I put you.
George
goustasParticipantHi,
I can’t remember what it was because I made a lot of changes in the css. Try to remove every change that you made in the style.css of the child theme by commenting them to see for sure that this is the problem. After you remove your changes and the horizontal form start to appear then I’m sure you will find the conflict. Don’t forget to clear the cache of your browser with every change you made in the css.
Cheers,
goustasParticipantHi,
I finally manage to do it successfully with the below plugin
https://wordpress.org/plugins/advanced-xprofile-fields-for-buddypress/
It gives you more options for each profile field and there is an option “hide in registration” that did what i wanted.Thanks for your support,
George
goustasParticipantHi,
I uploaded the files you suggested me but it didn’t work.
But I finally fix it.It was a CSS issue from the child theme CSS.Thanks for the support.
George
goustasParticipantHi ,
I tried the below link.
https://buddypress.org/support/topic/hide-required-buddypress-name-field/
It takes the value of the username and put it to the name field.Thas what i want.I make all the changes that suggested in CSS and I also I created javascript file which I am calling with the wp_enqueue function.
I checked that everything is loading correctly the CSS, and the script but still when I submit the registration page does not continue.Do you have the kindness to help me out? Do you see any error? It should work
Thanks,
GeorgegoustasParticipantHi,
I installed it but it didn’t work.
I just want to hide it for privacy issues, so my members could feel secure.
I look too on the Internet but I haven’t find anything that is working properly.
If you know any other way I appreciate a lot.Thanks,
George
goustasParticipantHi,
I’ll give it a try by myself but I don’t expect too much from me 🙂
Thanks for your reply.Regards,
George
goustasParticipantHi,
I noticed that under the folder plugins->bp-profile-search->templates->members-> there is no bps-form-horizontal.php. Only the other one bps-form-legacy.
Should be there the bps-form-horizontal.php?Thanks,
GeorgegoustasParticipantHi,
I tried everything you told me and still not working.
Is there anything else i could try?Thanks,
GeorgegoustasParticipantHi,
It was already checked the add to directory but still dont show up.
Thanks,
GeorgegoustasParticipantHi,
I read the link you show me and I got it.
I went to wp-admin -> theme options -> buddypress -> Search form customization and i uncheck all fields!
then i created the horizontal form from wp-admin -> users -> profile search- > Advanced Search .
but now what i do.When I put the code [bps_display form=1223 template=”members/bps-form-horizontal”] which 1223 is my form id in the page members nothing happens because I understand the members page is a dynamic page.
How can i make the horizontal form that i created to appear in the page members and also when i check the html code with firebug I see that the horizontal code is there but it does not appear. If it is deprecated why it’s still there?
Thanks,
George
goustasParticipantHi,
You have right, i put by mistake https instead of http.
The correct is below
http://www.vrestairi.com/members/Thanks,
George
March 9, 2018 at 13:57 in reply to: Trying to add an advanced search members in members directory #191074goustasParticipantHi,
Before I closed this ticket, I realize that every change that I did in the page Members using Elementor or just wordpress editor, nothing worked.Is this normal?
Thanks,
George
March 9, 2018 at 13:53 in reply to: Trying to add an advanced search members in members directory #191072goustasParticipantHi,
I tried what you said, I created the form in Users->Profile search and then I put the shortcode in the page members that I have, but it still didn’t appear, so
I went to the file sweetdate/buddypress/members/index.php, I created the same path under sweetdate-child and I put there the shortcode using php in the index.php file, and it worked.Thanks,
George
March 8, 2018 at 12:02 in reply to: Trying to add an advanced search members in members directory #190922goustasParticipantHi,
I removed the previous change and I tried with the shortcode [kleo_search_members].
I put it in the page Members but nothing happened.
Also why there is nothing written in the page Members but still shows the horizontal form and the members below?.Where is the code of the page members, I can’t find it.
The below page
http://www.vrestairi.com/members/
is assigned to the page Members and in the page members, there is nothing written.Thanks,
goustasParticipantHi,
I was talking about the colors and not about the template layout.
Regards,
GeorgegoustasParticipantHi,
I made the change you suggested me.
It worked.
I’ll switch it to php7 and i’ll let you know if there is any problems.
Thanks for the support.Regards,
GeorgegoustasParticipantHi,
I run a php7 compatibility checker and i get the below warnings and errors:
FILE: /VRESTAIRI.COM/wp-content/themes/sweetdate/framework/widgets/mailchimp/MCAPI.class.php
————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————-
3100 | WARNING | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
————————————————————————————————————FILE: /VRESTAIRI.COM/wp-content/themes/sweetdate/framework/options/validation/preg_replace/validation_preg_replace.php
——————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————-
26 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
————————————————————————————————————–Do you think the above will cause any problems on the sweetdate functionality or anywhere else?
Should i switch to php7 or not?
Regards, -
AuthorPosts