Forum Replies Created
-
Author
-
hotloverspassionParticipant
Hi Radu,
until now I had difficulties to identify CSS selector…I got it now! Thanks for your “lecture” 🙂
What a magic! 🙂
This will make my life much easier…and yours too 🙂 hahaThanks a lot!
hotloverspassionParticipantHi 🙂
No luck, sorry.
It has the same result as the image “after log in” I sent you in previous message, with the header picture smaller appearing right at the top of the page. But with this change I have lost capability to display the form to non logged in users and hide it to logged in users. The form itself is not the issue. It is the header image I want to hide under the same condition as the register form ( so it will be there for not logged in users together with the register form ,but it will be hidden for logged in users as the register form is )
Hope it makes sense 🙂
hotloverspassionParticipantsorry, I’m not with you…
Do you need a link to my website where the form is or the actual php file where I amended the text?hotloverspassionParticipantSorry, forgot to attach the images 🙂
[attachment file=”Search form.png”]
[attachment file=123689]
Attachments:
You must be logged in to view attached files.hotloverspassionParticipantHi,
thanks for your suggestion, but I would prefer not to use any plugin for this issue as I don’t want to end up with too many plugins. My site is in English so I won’t find much of use of the mentioned plugin anyway.I’ve been searching through the forum and found the following advice:
To edit the text in a mixed form you need to find the register modal in page-parts of your ftp file and copy it to child theme following the same path, so it looks like sweetdate-child/page-parts/home-register-form.php
1- Go to your ftp file manager or filezilla
2- Go to wp-content/themes/sweetdate/page-parts
3- Copy the file home-register-form.php
4- Go to wp-content/themes/sweetdate-child/
5- Create the folder page-parts
6- Paste the file home-register-form.php inside the new folder page-parts in child theme.
7- Edit the file, find the text and change it, then save.Which I have done and it worked! But how can I make the font bigger and put the text in the form in the middle like I have done in my search form, so the styling of both forms would be the same? I just wasn’t sure where exactly and what exact code to put into the above mentioned php without ruining it all 🙂 Please compare the images attached.
Thanks 🙂
FYI: With the search form, I have put the following code inside the MAIN FORM table in wp-admin->Sweetdate->Buddypress->Search form customization:
<h4 style=”text-align: center;”><span style=”color: #ffffff;”>Search our members and</span>
<span style=”color: #ffffff;”> find your passion right now!</span></h4>
<h5 style=”text-align: center;”><span style=”color: #ffffff;”>(You can also use our <span style=”text-decoration: underline;”>advanced search)</span></span></h5>Not sure whether it was the right way of doing it, but it works. But as there is no such a table to put similar code into for the registration form, I believe that this would have to be done via css… I am still newbie and don’t want to mess everything up.
hotloverspassionParticipantHi,
I tried your code above and it works great! But I would also like to hide the header image as now after the form is gone, the site looks messy with the image smaller and right at the top of the page along with the navigation menu. I was thinking to hide the image using display: none; but I can’t locate the css for the header image. Can you send me the code?
Thanks 🙂hotloverspassionParticipantHi,
I would also like to change the text in the Register form, but when I follow your guidance, I am able to change only search form ( wp-admin->Sweetdate->Buddypress->Search form customization->MAIN FORM, or HORIZONTAL FORM ). Both mentioned forms refer to a search form but not to a register form. Any other idea?
Thanks for help 🙂Attachments:
You must be logged in to view attached files.hotloverspassionParticipantHi dsniche,
I’m having the same problem. I’ve already mentioned it to the guy from Geo My WP and he said that he will try to resolve the problem as I wasn’t the only one facing this issue.
BTW, have you found out how to hide the text “your search returned x members” yet? As this would be the temporary solution for me for now 🙂hotloverspassionParticipantthanks Radu for another option ( just in case I need it ) 🙂
BTW great support! Thanks to you all for what you do!hotloverspassionParticipantAre you using plugin BP Force Profile Photo? Coz I was counting on this to make everyone who register to upload photo. How can someone skip this part? When I try to register, once I log in, it doesn’t let me to do anything unless I upload a photo…
hotloverspassionParticipantTry Conditional profile fields for BuddyPress plugin 🙂
http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/ -
AuthorPosts