Tagged: # userregistration #registration
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by Forhad.
-
AuthorPosts
-
November 12, 2019 at 3:53 pm #6065
KotBJParticipantHi team,
I have two questions please,
– I would like to enable registration in my registration popup first of all.
– I want to remove the default the default access detail in the registration popup.Please check the screenshot attached to better understund the problem.
Thanking you in advance,November 13, 2019 at 10:56 am #6067
ForhadKeymasterhello, thanks you writing in!
go to theme opiton-> custom code-> css->
.piko-my-account .no-account::before { content: "Default user Login "; font-size: 14px; display: block; } .piko-my-account .no-account::after { content: "user: test password: test1234"; font-size: 16px; display: block; font-weight: 600; }
remove this code
November 13, 2019 at 12:24 pm #6068
KotBJParticipantThanks for the answer,
What about my first question ? (enabling the registration)
ThanksNovember 13, 2019 at 12:33 pm #6069
ForhadKeymasterits go to wp admin-> woocomerce-. my account-> here the check enable the registration new user
November 13, 2019 at 4:58 pm #6074
KotBJParticipantThis reply has been marked as private.November 13, 2019 at 5:47 pm #6077
ForhadKeymasterno front end option available if you need this you can edit core file.
to know php code.
file structure-: xtocky-> inc-> configure-> ajax.php
xtocky-> template part-> header-> login.phpnb: its only your change next if update theme it will be reset.
thanks
-
AuthorPosts
The topic ‘Registration page (default access showing in the demo)’ is closed to new replies.