-
Author
-
November 5, 2018 at 21:26 #212887mycolombianwifeParticipant
I want to charge for the resgistration, thus I need to do some changes.
1. I need to hide the sign up button on the upper right side of the site.
2. I need to hide the create a new account button, after clicking at log in
( See screenshot attached)
Is there a way to hide these buttons with CSS ? If so please give me a code.
When someone paid I would send him the registration link:
https://www.mycolombianwife.com/register/Attachments:
You must be logged in to view attached files.November 6, 2018 at 11:41 #212944LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEli.header-register-button { display: none !important; } div#login_panel a.radius.secondary.small.button { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 10, 2018 at 16:23 #213216mycolombianwifeParticipantthat worked.
But I need to remove 2 other register buttons from the site. See the attached screen.
Can this also be done with CSS?An other option would be if I could eliminate that black bar at the top of he page, to hide the log in register option.
This would be only visible for the administrator.An other thing:
I tried to password protect following page: https://www.mycolombianwife.com/register/
It doesnt work.I tried to password protect other pages and it works.
Just page https://www.mycolombianwife.com/register/ doesnt seem to be password protected.Do I have options to password protect that page?
Attachments:
You must be logged in to view attached files.November 13, 2018 at 04:06 #213333LauraModeratorHello, those are wordpress backend, try using the plugin theme my login to prevent those from showing 🙂 The admin bar can be hidden at misc section of theme options.
Which password protect plugin are you using by default register is not a page you should protect with password because users wont be able to register
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 13, 2018 at 14:09 #213351mycolombianwifeParticipantThe admin bar can be hidden at misc section of theme options.
Yes but it wil lbe also hidden for me ( administrator ) and I need it to work.
Which password protect plugin are you using by default register is not a page you should protect with password because users wont be able to register
I´m not using any password protection plugin right now.
I want to password protect the register page because I do not want anyone to register for free.
I want users to indentify with their ID and then pay a fee to register.Whats why I need that the registration page is not accessable
November 13, 2018 at 19:19 #213378LauraModeratorHello, then you may need to disable registration and have it done manually after they paid and identified. As buddypress does not have a system for that.
About the admin bar, it should be visible only for you if you deactivate itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 18, 2018 at 19:09 #213614mycolombianwifeParticipantI have an other solution now.
I used the plugin popup maker to plave a pop up in the registration page which can other be closed by hitting F4.
Closign time is set to 9999999 secoundsNovember 19, 2018 at 11:56 #213636LauraModeratorVery smart solution! Glad you could resolve it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.